-
Notifications
You must be signed in to change notification settings - Fork 2
/
navheaderside.php
32 lines (32 loc) · 1.26 KB
/
navheaderside.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div class="NavMenu">
<a href="/addsentence.php">Add a Sentence</a>
<BR />
<a href="/searchsentence.php">Search for Sentences</a>
<BR />
<a href="/searchsentence.php?sentenceSpokenForm=&sentenceCloseGloss=&sentenceDescription=&sentenceAnalyzedForm=&sentenceFreeTranslation=&sentenceType=-2&sentenceSearch=Search+for+Sentences&_submit_check=1">View All Sentences</a>
<BR />
<a href="/managesentencetype.php">Manage Sentence Types</a>
<BR />
<a href="/addword.php">Add a Word</a>
<BR />
<a href="/searchword.php">Search for Words</a>
<BR />
<a href="/searchword.php?wordWrittenForm=&wordDescription=&wordEtymology=&wordRoot=-2&wordLexCat=-2&wordMorphoCat=-2&wordSemanticField=-2&wordSearch=Search+for+Words&_submit_check=1">View All Words</a>
<BR />
<a href="/managesemanticfield.php">Manage Semantic Fields</a>
<BR />
<a href="/managelexicalcategory.php">Manage Grammatical Categories</a>
<BR />
<a href="/managemorphologicalcategory.php">Manage Morphological Categories</a>
<BR />
<BR />
<a href="/faq.php">FAQ</a>
<BR />
<a href="/gettingstarted.php">Read Me First!</a>
<BR />
<a href="/uploadmiscellany.php">Upload Miscellaneous File</a>
<BR />
<a href="/login.php">Log In</a>
<BR />
<a href="/logout.php">Log Out</a>
</div>