Mercurial > hg > AnnotationManager
annotate src/de/mpiwg/itgroup/annotationManager/staticPages/annotation.html @ 5:0be9d53a6967
editor for annotations
| author | dwinter |
|---|---|
| date | Tue, 13 Dec 2011 17:43:46 +0100 |
| parents | |
| 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> |
