view src/main/webapp/index.html @ 51:d99b915c6ed0

updated index page.
author casties
date Thu, 27 Sep 2012 17:37:05 +0200
parents 34b9d044d0bf
children a8b9b2391ef3
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>
  <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>