forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpanel.html
More file actions
137 lines (131 loc) · 7.67 KB
/
panel.html
File metadata and controls
137 lines (131 loc) · 7.67 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<div class="hidden" id="token" token="<?=$_SESSION['token']?>"></div>
<a href="#" class="to-top">
<i class="l-icon-to-top"></i>
</a>
<a href="#" class="to-shortcuts">
<i class="l-icon-shortcuts"></i>
</a>
<div class="l-header">
<div class="l-center">
<a href="/" class="l-logo"></a>
<!-- /.l-logo -->
<div class="l-menu clearfix noselect">
<div class="l-menu__item <?php if($TAB == 'PACKAGE' ) echo 'l-menu__item--active' ?>"><a href="/list/package/"><?=__('Packages')?></a></div>
<div class="l-menu__item <?php if($TAB == 'IP' ) echo 'l-menu__item--active' ?>"><a href="/list/ip/"><?=__('IP')?></a></div>
<div class="l-menu__item <?php if($TAB == 'RRD' ) echo 'l-menu__item--active' ?>"><a href="/list/rrd/"><?=__('Graphs')?></a></div>
<div class="l-menu__item <?php if($TAB == 'STATS' ) echo 'l-menu__item--active' ?>"><a href="/list/stats/"><?=__('Statistics')?></a></div>
<div class="l-menu__item <?php if($TAB == 'LOG' ) echo 'l-menu__item--active' ?>"><a href="/list/log/"><?=__('Log')?></a></div>
<div class="l-menu__item <?php if($TAB == 'UPDATES' ) echo 'l-menu__item--active' ?>"><a href="/list/updates/"><?=__('Updates')?></a></div>
<?php if ((isset($_SESSION['FIREWALL_SYSTEM'])) && (!empty($_SESSION['FIREWALL_SYSTEM']))) {?><div class="l-menu__item <?php if($TAB == 'FIREWALL' ) echo 'l-menu__item--active' ?>"><a href="/list/firewall/"><?=__('Firewall')?></a></div><?php }?>
<?php if ((isset($_SESSION['FILEMANAGER_KEY'])) && (!empty($_SESSION['FILEMANAGER_KEY']))) {?><div class="l-menu__item <?php if($TAB == 'FILEMANAGER' ) echo 'l-menu__item--active' ?>"><a href="/list/directory/"><?=__('File Manager')?></a></div><?php }?>
<div class="l-menu__item <?php if($TAB == 'SERVER' ) echo 'l-menu__item--active' ?>"><a href="/list/server/"><?=__('Server')?></a></div>
</div>
<!-- /.l-menu -->
<div class="l-profile noselect">
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo "updates"; ?>"> </a>
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><?=$user?></a>
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
</div>
<!-- /.l-profile -->
</div>
</div>
<ul class="notification-container hidden">
<li class="unseen"><span class="mark-seen"> </span>
<span class="title">Welcome to the New Version</span>
New version of vesta has just been released, take a quik look at the <a href="http://vestacp.com/new-version.html">updates</a>
</li>
<li class="unseen"><span class="mark-seen"> </span>
<span class="title">Realtime Stats are available</span>
see details on your CPU, Memory, Network and Disk performance at <a href="https://u1.vestacp.com:8083/list/server/?cpu">server page</a>
</li>
<li class="unseen"><span class="mark-seen"> </span>
<span class="title"><span style="background: url('/images/flat_icons.png') repeat scroll -30px -100px; display: inline-block; width: 23px;"> </span><a href="/edit/server/?lead=filemanager#module-filemanager">Web File Manager</a></span>
new commercial module is available to purchase.<br>
To knowing more ablout it go to little <a href="http://vestacp.com/modules/filemanager.html">presentation page</a>.<br>
For getting the licence code go to <a href="/edit/server/?lead=filemanager#module-filemanager">server settings page</a>.
</li>
<li class="unseen"><span class="mark-seen"> </span>
<span class="title"><a href="/edit/server/?lead=sftp#module-sftp">SSH FTP</a></span>
one more commercial module allows to make Secured ftp connections.
Read details <a href="http://vestacp.com/modules/sftp.html">here</a>.<br>
For getting the licence code go to <a href="/edit/server/?lead=sftp#module-sftp">server settings page</a>.
</li>
<li><span class="mark-seen"> </span>
<span class="title"><span style="background: url('/images/sprite.png') repeat scroll -184px 556px; display: inline-block; width: 21px;"> </span>Introducing Stars</span>
mark most important or most frequent items with star to find them fast..<br>
</li>
</ul>
<!-- /.l-header -->
<div class="l-content">
<div class="l-center">
<div class="l-stat">
<div class="l-stat__col <?php if($TAB == 'USER' ) echo 'l-stat__col--active' ?>">
<a href="/list/user/">
<div class="l-stat__col-title"><?=__('USER')?></div>
<ul>
<li><?=__('users')?>: <span><?=$panel[$user]['U_USERS']?></span></li>
<li><?=__('spnd');?>: <span><?=$panel[$user]['SUSPENDED_USERS']?></span></li>
</ul>
</a>
</div>
<div class="l-stat__col <?php if($TAB == 'WEB' ) echo 'l-stat__col--active' ?>">
<a href="/list/web/">
<div class="l-stat__col-title"><?=__('WEB')?></div>
<ul>
<li><?=__('domains')?>: <span><?=$panel[$user]['U_WEB_DOMAINS']?></span></li>
<li><?=__('aliases')?>: <span><?=$panel[$user]['U_WEB_ALIASES']?></span></li>
<li><?=__('spnd')?>: <span><?=$panel[$user]['SUSPENDED_WEB']?></span></li>
</ul>
</a>
</div>
<div class="l-stat__col <?php if($TAB == 'DNS' ) echo 'l-stat__col--active' ?>">
<a href="/list/dns/">
<div class="l-stat__col-title"><?=__('DNS')?></div>
<ul>
<li><?=__('domains')?>: <span><?=$panel[$user]['U_DNS_DOMAINS']?></span></li>
<li><?=__('records')?>: <span><?=$panel[$user]['U_DNS_RECORDS']?></span></li>
<li><?=__('spnd')?>: <span><?=$panel[$user]['SUSPENDED_DNS']?></span></li>
</ul>
</a>
</div>
<div class="l-stat__col <?php if($TAB == 'MAIL' ) echo 'l-stat__col--active' ?>">
<a href="/list/mail/">
<div class="l-stat__col-title"><?=__('MAIL')?></div>
<ul>
<li><?=__('domains')?>: <span><?=$panel[$user]['U_MAIL_DOMAINS']?></span></li>
<li><?=__('accounts')?>: <span><?=$panel[$user]['U_MAIL_ACCOUNTS']?></span></li>
<li><?=__('spnd')?>: <span><?=$panel[$user]['SUSPENDED_MAIL']?></span></li>
</ul>
</a>
</div>
<div class="l-stat__col <?php if($TAB == 'DB' ) echo 'l-stat__col--active' ?>">
<a href="/list/db/">
<div class="l-stat__col-title"><?=__('DB')?></div>
<ul>
<li><?=__('databases')?>: <span><?=$panel[$user]['U_DATABASES']?></span></li>
<li><?=__('spnd')?>: <span><?=$panel[$user]['SUSPENDED_DB']?></span></li>
</ul>
</a>
</div>
<div class="l-stat__col <?php if($TAB == 'CRON' ) echo 'l-stat__col--active' ?>">
<a href="/list/cron/">
<div class="l-stat__col-title"><?=__('CRON')?></div>
<ul>
<li><?=__('jobs')?>: <span><?=$panel[$user]['U_CRON_JOBS']?></span></li>
<li><?=__('spnd')?>: <span><?=$panel[$user]['SUSPENDED_CRON']?></span></li>
</ul>
</a>
</div>
<div class="l-stat__col <?php if($TAB == 'BACKUP' ) echo 'l-stat__col--active' ?>">
<a href="/list/backup/">
<div class="l-stat__col-title"><?=__('BACKUP')?></div>
<ul>
<li><?=__('backups')?>: <span><?=$panel[$user]['U_BACKUPS']?></span></li>
</ul>
</a>
</div>
</div>
<!-- /.l-stats -->
</div>
<div class="l-separator"></div>
<!-- /.l-separator -->