annotate src/de/mpiwg/itgroup/annotationManager/staticPages/annotation.html @ 20:6629e8422760
half baked version for new JWT auth :-(
author |
casties |
date |
Fri, 23 Mar 2012 21:41:53 +0100 |
parents |
0be9d53a6967 |
children |
|
rev |
line source |
5
|
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> |