-
Notifications
You must be signed in to change notification settings - Fork 1
/
menu.html
16 lines (14 loc) · 833 Bytes
/
menu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<h3>Sources</h3>
<a class="menu" href="retrieve.php">⇢ Retrieve</a><br/>
<a class="menu" href="newImage.php">⇢ Include new source</a><br/>
<a class="menu" href="viewImages.php">⇢ Latest sources inserted</a><br/>
<!-- <a class="menu" href="MultipleImageAttributes.php">⇢ Include several sources</a><br/> -->
<!-- <a class="menu" href="updateAttributesMultipleImages.php">⇢ Update attributes of several sources</a><br/> -->
<h3>Codes</h3>
<a class="menu" href="viewCodes.php">⇢ View codes</a><br/>
<a class="menu" href="newCode.php">⇢ Create new code</a><br/>
<h3>Attributes</h3>
<a class="menu" href="viewAttributes.php">⇢ View attributes</a><br/>
<a class="menu" href="newAttribute.php">⇢ Create new attribute</a><br/>
<br/>
<a class="menu" href="index.php">⇢ Summary</a>