Initial commit

This commit is contained in:
Joey Kimsey
2024-08-04 21:15:59 -04:00
parent c9d1fb983f
commit 0d469501ee
695 changed files with 70184 additions and 71 deletions

View File

@ -0,0 +1,10 @@
<ul class="nav nav-tabs">
<li><a href="{ROOT_URL}notes/byNotebook/{notebookID}">All Notes</a></li>
<li><a href="{ROOT_URL}notes/editNotebook/{notebookID}">Notebook</a></li>
<li class="pull-right dropdown">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Notebooks <span class="caret"></span>
</button>
{notebookDropdown}
</li>
</ul>