Mercurial > hg > AnnotationManager
diff src/main/java/de/mpiwg/itgroup/annotationManager/staticPages/annotation.html @ 23:a3e324009990
now Mavenified!
removed tiny-mce javascript from html frontend.
still needs TripleStoreManager project in Eclipse.
jsontoken 1.1 has to be built manually.
author | casties |
---|---|
date | Tue, 03 Apr 2012 13:05:05 +0200 |
parents | src/de/mpiwg/itgroup/annotationManager/staticPages/annotation.html@0be9d53a6967 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/de/mpiwg/itgroup/annotationManager/staticPages/annotation.html Tue Apr 03 13:05:05 2012 +0200 @@ -0,0 +1,15 @@ +<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> \ No newline at end of file