File: we_ajax_group.html

package info (click to toggle)
libaws 2.2dfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,624 kB
  • ctags: 1,173
  • sloc: ada: 61,829; ansic: 6,483; makefile: 1,282; xml: 196; sh: 119; java: 112; python: 66; sed: 40
file content (22 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@@IF@@ @_LIST_@
   <ul>
   @@TABLE@@     
      <li>@_GROUP_V_@</li>
   @@END_TABLE@@
   </ul>

@@ELSE@@
   <form id="db_group">
   <fieldset>
      <legend>Create a group</legend>
      Name <input type="text" name="g_name" width="25">
      <br><br>Access rights
      <select>
         <option value="r">read</option>
         <option value="w">write</option>
         <option value="rw">read-write</option>
      </select>
      <br><br><input id="g_action" type="button" name="go" value="enter">
   </fieldset>
   </form>
@@END_IF@@