Mercurial > hg > AnnotationManager
view src/main/java/de/mpiwg/itgroup/annotationManager/staticPages/annotation.html @ 34:bd414fe235b5 default tip
now with 100% better sparql.
| author | casties |
|---|---|
| date | Thu, 31 May 2012 21:32:30 +0200 |
| parents | a3e324009990 |
| children |
line wrap: on
line source
<html> <h3>Annotator</h3> <form method="post" action="annotations"> <input type="hidden" value="complexAnnotation" name="mode"/> <div>Name <input type="text" name="username"></div> <div>Password <input type="password" name="password"></div> <hr/> <div>Annotated page: <input type="text" size="100" name="xpointer"></div> <div>Title of the Annotation<input type="text" size="100" name="title"></div> <div> <textarea cols="100" rows="50" name="text"></textarea> </div> <div><input type="submit"/></div> </form> </html>
