Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/index.html

    r31 r34  
    1111
    1212<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>
    1420        <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>
    1923        </ul>
    2024</body>
Note: See TracChangeset for help on using the changeset viewer.