Mercurial > hg > AnnotationManager
diff WebContent/index.html @ 0:77530be3c747
intial
author | dwinter |
---|---|
date | Tue, 22 Nov 2011 15:47:57 +0100 |
parents | |
children | 0be9d53a6967 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebContent/index.html Tue Nov 22 15:47:57 2011 +0100 @@ -0,0 +1,12 @@ +<html> +<body> +<form method="post" action="annotator/annotations"> +<div>User: <input type="text" name="username"/></div> +<div>Password: <input type="password" name="password"/></div> +<div>Pointer (what to be annotated): <input type="text" name="xpointer" size="100"/></div> +<div>URL (of the annotation,optional ): <input type="text" name="url" size="100"/></div> +<div>Text:<textarea name="text" cols="100" rows="10"></textarea></div> +<div><input type="submit" name="submit"/></div> +</form> +</body> +</html> \ No newline at end of file