Changeset 32:0731c4549065 in AnnotationManagerN4J for src/main/webapp/index.html


Ignore:
Timestamp:
Sep 25, 2012, 7:59:21 PM (12 years ago)
Author:
casties
Branch:
default
Message:

UI for editing groups and persons works now. (still no authorisation!)

File:
1 edited

Legend:

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

    r22 r32  
    1212<body>
    1313        <h1>Annotation Server</h1>
     14        <h2>View</h2>
     15  <ul>
     16    <li><a href="tags">View tags</a></li>
     17  </ul>
     18  <h2>Admin</h2>
    1419        <ul>
    15                 <li><a href="groups">View and edit groups</a></li>
     20                <li><a href="annotations/groups">View and edit groups</a></li>
     21    <li><a href="annotations/persons">View and edit persons</a></li>
    1622        </ul>
    1723</body>
Note: See TracChangeset for help on using the changeset viewer.