Changes in src/main/webapp/index.html [34:8427930c5f88:31:9f653697437e] in AnnotationManagerN4J
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/index.html
r34 r31 11 11 12 12 <body> 13 <h1>Annotation Server</h1> 14 <h2>View</h2> 15 <ul> 16 <li><a href="tags">View tags</a></li> 17 <li><a href="annotationBrowser">All Annotations</a></li> 18 </ul> 19 <h2>Admin</h2> 13 <h1>Annotation Server</h1> 20 14 <ul> 21 <li><a href="annotations/groups">View and edit groups</a></li> 22 <li><a href="annotations/persons">View and edit persons</a></li> 15 <li><a href="groups">View and edit groups</a></li> 16 <li><a href="tags">Browse by Tags</a></li> 17 <li><a href="annotationBrowser">All Annotations</a></li> 18 23 19 </ul> 24 20 </body>
Note: See TracChangeset
for help on using the changeset viewer.