Skip to content

Commit 118ceaa

Browse files
committed
repo properly synced
1 parent 5d0c09e commit 118ceaa

File tree

4 files changed

+65
-37
lines changed

4 files changed

+65
-37
lines changed

web/templates/admin/menu_user.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<table class="sub-menu">
2+
<tr>
3+
<td width="142px" style="padding: 16px 0 16px 6px">
4+
<button style="width:120px; padding: 2px 0px 2px 0px;" onclick="location.href='/add/user/'">Add User</button>
5+
<td><a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("vstobjects");'> toggle all </a>
6+
<select style="margin:0 0 0 0px">
7+
<option>apply to selected</option>
8+
<option>rebuild</option>
9+
<option>update counters</option>
10+
<option>suspend</option>
11+
<option>unsuspend</option>
12+
<option>delete</option>
13+
</select> <button> > </button></td>
14+
</td>
15+
<td style="text-align: right;"><input type="text" size="30" style="padding: 3px 80px 3px 0;"> <button> Search </button></td>
16+
</tr><tr>
17+
</tr>
18+
</table>
19+
<form id="vstobjects">

web/templates/admin/panel.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<table class="main"><tr><td>
2+
<table class="top">
3+
<tr>
4+
<td width="196px"><p class="hostname"><?php echo exec('hostname') ?></p></td>
5+
<td width="100px"><b><a class="top-<?php if($TAB == 'IP' ) echo 's' ?>link" href="/list/ip/">IP Adresses </a></b></td>
6+
<td width="110px"><b><a class="top-<?php if($TAB == 'RRD' ) echo 's' ?>link" href="/list/rrd/">RRD Graphics</a></b></td>
7+
<td width="76px"><b><a class="top-<?php if($TAB == 'STATS' ) echo 's' ?>link" href="/list/stats/">Statistics</a></b></td>
8+
<td width="90px"><b><a class="top-<?php if($TAB == 'LOG' ) echo 's' ?>link" href="/list/log/">History Log</a></b></td>
9+
<td></td>
10+
<td width="260px"><b><?php if($user != $_SESSION['user']) echo 'admin / ' ?><?php echo $user ?></b><a class="top-link" style="padding: 0 0 0 6" href="/logout/">Log out</a></td>
11+
</tr>
12+
</table>
13+
<table class="nav">
14+
<tr>
15+
<td style="padding: 34px 30px 0px 26px;">
16+
<img src="/images/logo.png" width="124px" height="46px">
17+
</td>
18+
<td><div id="nav-block"><ul>
19+
<li><b><a class="nav-<?php if($TAB == 'USER' ) echo 's' ?>link" href="/list/user/">USER</b></a><p class="counters">
20+
users: <? echo $panel[$user]['U_USERS'] ?><br>
21+
suspended: <? echo $panel[$user]['SUSPENDED_USERS']?></p></li>
22+
<li><b><a class="nav-<?php if($TAB == 'WEB' ) echo 's' ?>link" href="/list/web/">WEB</a></b><p class="counters">
23+
domains: <? echo $panel[$user]['U_WEB_DOMAINS']?><br>
24+
aliases: <? echo $panel[$user]['U_WEB_ALIASES']?><br>
25+
webssl: <? echo $panel[$user]['U_WEB_SSL']?><br>
26+
suspended: <? echo $panel[$user]['SUSPENDED_WEB']?></p></li>
27+
<li><b><a class="nav-<?php if($TAB == 'DNS' ) echo 's' ?>link" href="/list/dns/">DNS</a></b><p class="counters">
28+
domains: <? echo $panel[$user]['U_DNS_DOMAINS']?><br>
29+
records: <? echo $panel[$user]['U_DNS_RECORDS']?><br>
30+
suspended: <? echo $panel[$user]['SUSPENDED_DNS']?></p></li>
31+
<li><b><a class="nav-<?php if($TAB == 'MAIL' ) echo 's' ?>link" href="/list/mail/">MAIL</a></b><p class="counters">
32+
domains: <? echo $panel[$user]['U_MAIL_DOMAINS']?><br>
33+
dkim: <? echo $panel[$user]['U_MAIL_DKIM']?><br>
34+
accounts: <? echo $panel[$user]['U_MAIL_ACCOUNTS']?><br>
35+
suspended: <? echo $panel[$user]['SUSPENDED_MAIL']?></p></li>
36+
<li><b><a class="nav-<?php if($TAB == 'DB' ) echo 's' ?>link" href="/list/db/">DB</a></b><p class="counters">
37+
databases: <? echo $panel[$user]['U_DATABASES']?><br>
38+
suspended: <? echo $panel[$user]['SUSPENDED_DB']?></p></li>
39+
<li><b><a class="nav-<?php if($TAB == 'CRON' ) echo 's' ?>link" href="/list/cron/">CRON</a></b><p class="counters">
40+
jobs: <? echo $panel[$user]['U_CRON_JOBS']?><br>
41+
suspended: <? echo $panel[$user]['SUSPENDED_CRON']?></p></li>
42+
<li><b><a class="nav-<?php if($TAB == 'BACKUP' ) echo 's' ?>link" href="/list/backup/">BACKUP</a></a></b><p class="counters">
43+
backups: <? echo $panel[$user]['U_BACKUPS']?><br>
44+
<ul></div></td>
45+
</tr>
46+
</table>

web/templates/csshover3.htc

Lines changed: 0 additions & 12 deletions
This file was deleted.

web/test.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)