File: list.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 (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>