File: display_menu.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 (20 lines) | stat: -rw-r--r-- 772 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
<?=("head")>
<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
<div id="banner">
<h1>
<??("COND:AIDE", 1)><?_("System Administration Menu")><??("X", 1)>
<?!("COND:AIDE", 2)><?_("Room Admin Menu")><?!("X", 2)>
</h1>
</div>
<div id="content" class="service">
<table>
<tr valign=top><td width=50% valign="top">
<??("COND:AIDE", 3)><?DOBOXED("aide_global_config", _("Global Configuration"))><??("X", 3)>
</td><td width=50% valign="top">
<??("COND:AIDE", 4)><?DOBOXED("aide_usermanagement", _("User account management"))><??("X", 4)>
</td></tr><tr><td width=50% valign="top">
<??("COND:AIDE", 5)><?DOBOXED("aide_restart", _("Shutdown Citadel"))><??("X", 5)>
</td><td width=50% valign="top">
<?DOBOXED("aide_floorconfig", _("Rooms and Floors"))>
</td></tr></table>
<?=("trailing")>