view src/main/webapp/index.html @ 32:0731c4549065

UI for editing groups and persons works now. (still no authorisation!)
author casties
date Tue, 25 Sep 2012 21:59:21 +0200
parents b1fb0d117877
children 8427930c5f88
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</h2>
  <ul>
    <li><a href="tags">View tags</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>
	</ul>
</body>
</html>