source: AnnotationManagerN4J/src/main/webapp/index.html @ 51:d99b915c6ed0

Last change on this file since 51:d99b915c6ed0 was 51:d99b915c6ed0, checked in by casties, 12 years ago

updated index page.

File size: 948 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
8<title>Annotation Server</title>
9
10</head>
11
12<body>
13  <h1>Annotation Server</h1>
14  <h2>View public Annotations</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>View non-public Annotations with log-in  </h2>
20  <ul>
21    <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li>
22  </ul>
23  <h2>Admin</h2>
24        <ul>
25                <li><a href="annotations/groups">View and edit groups</a></li>
26    <li><a href="annotations/persons">View and edit persons</a></li>
27    <li><a href="annotations/annotations">View and edit annotations</a></li>
28        </ul>
29</body>
30</html>
Note: See TracBrowser for help on using the repository browser.