annotate src/main/java/de/mpiwg/itgroup/annotationManager/staticPages/annotation.html @ 24:d9809412b67f

fixed setup. use URL-safe base64 from apache commons.
author casties
date Tue, 24 Apr 2012 19:45:24 +0200
parents a3e324009990
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>