File: we_ajax_user.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 (23 lines) | stat: -rw-r--r-- 567 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
23
@@IF@@ @_LIST_@
   <ul>
   @@TABLE@@     
      <li>@_USER_V_@</li>
   @@END_TABLE@@
   </ul>

@@ELSE@@
   <form id="db_user">
   <fieldset>
      <legend>Create a user</legend>
      Name <input type="text" name="u_name" width="25">
      <br><br>Group
      <select name="g_name">
         <option value="no-group">No group</option>
         @@TABLE@@     
         <option value="@_GROUP_V_@">@_GROUP_V_@</option>
         @@END_TABLE@@
      </select>
      <br><br><input id="u_action" type="button" name="go" value="enter">
   </fieldset>
   </form>
@@END_IF@@