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 |
|
| 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> |