source: AnnotationManagerN4J/src/main/webapp/groups/new_group.html @ 22:b1fb0d117877

Last change on this file since 22:b1fb0d117877 was 22:b1fb0d117877, checked in by casties, 12 years ago

adding and listing groups via html works now.
no editing of group membership yet.
no authentication yet.

File size: 680 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
8<title>Annotation Server Groups</title>
9
10</head>
11
12<body>
13  <h1>New group</h1>
14  <form action="../annotations/groups" method="post">
15    <table>
16      <tr>
17        <td>ID (short name)</td>
18        <td><input name="id" type="text" /></td>
19      </tr>
20      <tr>
21        <td>Name</td>
22        <td><input name="name" type="text" /></td>
23      </tr>
24    </table>
25    <input type="submit"/>
26  </form>
27</body>
28</html>
Note: See TracBrowser for help on using the repository browser.