File: select.html

package info (click to toggle)
webcit 902-dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,888 kB
  • ctags: 3,854
  • sloc: ansic: 34,145; sh: 4,455; makefile: 352; xml: 91; sed: 9
file content (25 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?=("head")>
<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
<div id="banner">
	<img src="static/webcit_icons/essen/32x32/account.png">
	<h1><??("COND:AIDE", 1)><?_("Edit or delete users")><??("X", 1)></h1>
</div>

<div id="content" class="service"> 
	<?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
	<??("COND:AIDE", 2)>
 
	<!--- TODO if (message != NULL) message); -->

		<table border=0 cellspacing=10>
			<tr valign=top>
				<td>
					<?DOBOXED(="aide_edituser_add", _("Add users"))>
				</td>
				<td>
	 				<?DOBOXED(="aide_edituser_box_select", _("Edit or Delete users"))>
				</td>
			</tr>
		</table>
	<??("X", 2)>
<?=("trailing")>