Changes in src/main/webapp/index.html [31:9f653697437e:34:8427930c5f88] in AnnotationManagerN4J
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/index.html
r31 r34 11 11 12 12 <body> 13 <h1>Annotation Server</h1> 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> 14 20 <ul> 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 21 <li><a href="annotations/groups">View and edit groups</a></li> 22 <li><a href="annotations/persons">View and edit persons</a></li> 19 23 </ul> 20 24 </body>
Note: See TracChangeset
for help on using the changeset viewer.