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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
1 <html>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
2 <h3>Annotator</h3>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
3 <form method="post" action="annotations">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
4 <input type="hidden" value="complexAnnotation" name="mode"/>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
5 <div>Name <input type="text" name="username"></div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
6 <div>Password <input type="password" name="password"></div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
7 <hr/>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 <div>Annotated page: <input type="text" size="100" name="xpointer"></div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9 <div>Title of the Annotation<input type="text" size="100" name="title"></div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10 <div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 <textarea cols="100" rows="50" name="text"></textarea>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 <div><input type="submit"/></div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14 </form>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 </html>