view src/main/webapp/index.html @ 54:a8b9b2391ef3

starting cleanup of annotationbrowser.
author casties
date Mon, 19 Nov 2012 11:29:58 +0100
parents d99b915c6ed0
children 3d1a00418b42 f9ee715ee9e9
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Annotation Server</title>

</head>

<body>
  <h1>Annotation Server</h1>
  <h2>View public Annotations</h2>
  <ul>
    <li><a href="tags">View tags</a></li>
    <li><a href="annotationBrowser">All Annotations</a></li>
  </ul>
  <!-- TODO: should be configurable
  <h2>View non-public Annotations with log-in</h2>
  <ul>
    <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li>
  </ul>
-->
  <h2>Admin</h2>
  <ul>
    <li><a href="annotations/groups">View and edit groups</a></li>
    <li><a href="annotations/persons">View and edit persons</a></li>
    <li><a href="annotations/annotations">View and edit annotations</a></li>
  </ul>
</body>
</html>