annotate WebContent/index.html @ 3:e5f0906c107c
Neue Startseite
Header bei Post werden jetzt richtig gesetzt.
author |
dwinter |
date |
Fri, 25 Nov 2011 08:43:25 +0100 |
parents |
77530be3c747 |
children |
0be9d53a6967 |
rev |
line source |
0
|
1 <html>
|
|
2 <body>
|
|
3 <form method="post" action="annotator/annotations">
|
|
4 <div>User: <input type="text" name="username"/></div>
|
|
5 <div>Password: <input type="password" name="password"/></div>
|
|
6 <div>Pointer (what to be annotated): <input type="text" name="xpointer" size="100"/></div>
|
|
7 <div>URL (of the annotation,optional ): <input type="text" name="url" size="100"/></div>
|
|
8 <div>Text:<textarea name="text" cols="100" rows="10"></textarea></div>
|
|
9 <div><input type="submit" name="submit"/></div>
|
|
10 </form>
|
|
11 </body>
|
|
12 </html> |