comparison src/main/java/de/mpiwg/itgroup/annotationManager/staticPages/annotation.html @ 23:a3e324009990

now Mavenified! removed tiny-mce javascript from html frontend. still needs TripleStoreManager project in Eclipse. jsontoken 1.1 has to be built manually.
author casties
date Tue, 03 Apr 2012 13:05:05 +0200
parents src/de/mpiwg/itgroup/annotationManager/staticPages/annotation.html@0be9d53a6967
children
comparison
equal deleted inserted replaced
22:0f4428febcc6 23:a3e324009990
1 <html>
2 <h3>Annotator</h3>
3 <form method="post" action="annotations">
4 <input type="hidden" value="complexAnnotation" name="mode"/>
5 <div>Name <input type="text" name="username"></div>
6 <div>Password <input type="password" name="password"></div>
7 <hr/>
8 <div>Annotated page: <input type="text" size="100" name="xpointer"></div>
9 <div>Title of the Annotation<input type="text" size="100" name="title"></div>
10 <div>
11 <textarea cols="100" rows="50" name="text"></textarea>
12 </div>
13 <div><input type="submit"/></div>
14 </form>
15 </html>