File: list.html

package info (click to toggle)
webcit 917-dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,164 kB
  • sloc: ansic: 34,213; sh: 4,455; makefile: 346; xml: 91; sed: 9
file content (17 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?=("head")>
<div id="banner">
  <h1><?_("User list for ")> <?SERV:HUMANNODE("X")></h1>
</div>
<div id="content" class="service">

  <table class="userlist_background"><tr><td>
	<tr>
	  <th><?_("User Name")></th>
	  <th><?_("Number")></th>
	  <th><?_("Access Level")></th>
	  <th><?_("Last Login")></th>
	  <th><?_("Total Logins")></th>
	  <th><?_("Total Posts")></th>
	</tr>
	<?ITERATE("USERLIST", ="user_list_section")>
</table>