Changeset 54:a8b9b2391ef3 in AnnotationManagerN4J for src/main/webapp/annotationBrowser/index.html


Ignore:
Timestamp:
Nov 19, 2012, 10:29:58 AM (11 years ago)
Author:
casties
Branch:
default
Message:

starting cleanup of annotationbrowser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/annotationBrowser/index.html

    r37 r54  
    33<head>
    44<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    5 <title>Annotatons</title>
    6 <script type="text/javascript" src="./js/jquery-1.8.2.min.js"></script>
    7 <script type="text/javascript" src="../annotationBrowser/js/annotation-core.js"></script>
    8 <script type="text/javascript" src="./js/annotation.js"></script>
    9 <link rel="stylesheet" type="text/css" href="./css/annotation.css"/>
     5<title>Annotation browser</title>
     6<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
     7<script type="text/javascript" src="js/annotation-core.js"></script>
     8<script type="text/javascript" src="js/annotation.js"></script>
     9<link rel="stylesheet" type="text/css" href="css/annotation.css"/>
    1010</head>
    1111<body>
Note: See TracChangeset for help on using the changeset viewer.