view src/main/webapp/index.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 WebContent/index.html@0be9d53a6967
children
line wrap: on
line source

<html>
<body>
<h1>Start</h1>
<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>