Changeset 34:8427930c5f88 in AnnotationManagerN4J for src/main/webapp
- Timestamp:
- Sep 25, 2012, 8:20:17 PM (13 years ago)
- Branch:
- default
- Parents:
- 33:86bb29132ba6 (diff), 31:9f653697437e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 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> -
src/main/webapp/index.html
r32 r34 11 11 12 12 <body> 13 14 13 <h1>Annotation Server</h1> 14 <h2>View</h2> 15 15 <ul> 16 16 <li><a href="tags">View tags</a></li> 17 <li><a href="annotationBrowser">All Annotations</a></li> 17 18 </ul> 18 19 <h2>Admin</h2>
Note: See TracChangeset
for help on using the changeset viewer.