annotate WebContent/index.html @ 16:667d98fd28bd
working on search and update.
| author |
casties |
| date |
Thu, 22 Mar 2012 10:54:56 +0100 |
| parents |
0be9d53a6967 |
| children |
|
| rev |
line source |
|
0
|
1 <html>
|
|
|
2 <body>
|
|
5
|
3 <h1>Start</h1>
|
|
0
|
4 <form method="post" action="annotator/annotations">
|
|
|
5 <div>User: <input type="text" name="username"/></div>
|
|
|
6 <div>Password: <input type="password" name="password"/></div>
|
|
|
7 <div>Pointer (what to be annotated): <input type="text" name="xpointer" size="100"/></div>
|
|
|
8 <div>URL (of the annotation,optional ): <input type="text" name="url" size="100"/></div>
|
|
|
9 <div>Text:<textarea name="text" cols="100" rows="10"></textarea></div>
|
|
|
10 <div><input type="submit" name="submit"/></div>
|
|
|
11 </form>
|
|
|
12 </body>
|
|
|
13 </html> |