changeset 54:a8b9b2391ef3

starting cleanup of annotationbrowser.
author casties
date Mon, 19 Nov 2012 11:29:58 +0100
parents fc4c23247bb5
children d04006aab670
files src/main/webapp/annotationBrowser/index.html src/main/webapp/index.html
diffstat 2 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/annotationBrowser/index.html	Thu Nov 15 15:05:34 2012 +0100
+++ b/src/main/webapp/annotationBrowser/index.html	Mon Nov 19 11:29:58 2012 +0100
@@ -2,11 +2,11 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Annotatons</title>
-<script type="text/javascript" src="./js/jquery-1.8.2.min.js"></script>
-<script type="text/javascript" src="../annotationBrowser/js/annotation-core.js"></script>
-<script type="text/javascript" src="./js/annotation.js"></script>
-<link rel="stylesheet" type="text/css" href="./css/annotation.css"/>
+<title>Annotation browser</title>
+<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
+<script type="text/javascript" src="js/annotation-core.js"></script>
+<script type="text/javascript" src="js/annotation.js"></script>
+<link rel="stylesheet" type="text/css" href="css/annotation.css"/>
 </head>
 <body>
 <h2>Annotations</h2>
--- a/src/main/webapp/index.html	Thu Nov 15 15:05:34 2012 +0100
+++ b/src/main/webapp/index.html	Mon Nov 19 11:29:58 2012 +0100
@@ -16,15 +16,17 @@
     <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>
+  <!-- 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>
+  <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>
+  </ul>
 </body>
 </html>