view src/main/webapp/index.html @ 93:3d1a00418b42 admin_ui_rel_links

starting web admin ui with relative links. doesn't fully work yet.
author casties
date Mon, 09 Feb 2015 12:55:51 +0100
parents a8b9b2391ef3
children
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>