forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
49 lines (44 loc) · 2.31 KB
/
Copy pathfooter.html
File metadata and controls
49 lines (44 loc) · 2.31 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
</div>
<?php if (($_SESSION['userContext'] === 'admin') && ($_SESSION['POLICY_SYSTEM_HIDE_SERVICES'] !== 'yes')) {?>
<?php if ($_SESSION['UPDATE_AVAILABLE'] === 'yes') { ?>
<div class="footer-banner updates" id="banner">
<div>
<b>New updates are available!</b> To upgrade your server now, run <span style="font-family:'Courier New', Courier, monospace">apt update && apt upgrade</span> from a shell session.
</div>
<div style="margin-top: 4px;"></div><a href="javascript:elementHideShow('banner');">Hide</a></div>
</div>
<?php } ?>
<?php } ?>
<div title="<?=_('Confirmation');?>" class="confirmation-text-redirect hidden">
<p class="confirmation"><?=_('LEAVE_PAGE_CONFIRMATION');?></p>
</div>
<div class="shortcuts animated fadeIn" style="display:none">
<div class="header">
<div class="title"><?=_('Shortcuts');?></div>
<div class="close text-center">
<i class="fas fa-times"></i>
</div>
</div>
<ul>
<li><span class="key">a</span><?=_('Add New object');?></li>
<li><span class="key">Ctrl + Enter</span><?=_('Save Form');?></li>
<li><span class="key">Ctrl + Backspace</span><?=_('Cancel saving form');?></li>
<li class="step-top"><span class="key">1</span><?=_('Go to WEB list');?></li>
<li><span class="key">2</span><?=_('Go to DNS list');?></li>
<li><span class="key">3</span><?=_('Go to MAIL list');?></li>
<li><span class="key">4</span><?=_('Go to DB list');?></li>
<li><span class="key">5</span><?=_('Go to CRON list');?></li>
<li><span class="key">6</span><?=_('Go to BACKUP list');?></li>
</ul>
<ul>
<li><span class="key">f</span><?=_('Focus on search');?></li>
<li class="step-top"><span class="key">h</span><?=_('Display/Close shortcuts');?></li>
<li class="step-top"><span class="key bigger">←</span><?=_('Move backward through top menu');?></li>
<li><span class="key bigger">→</span><?=_('Move forward through top menu');?></li>
<li><span class="key">Enter</span><?=_('Enter focused element');?></li>
<li class="step-top"><span class="key bigger">↑</span><?=_('Move up through elements list');?></li>
<li><span class="key bigger">↓</span><?=_('Move down through elements list');?></li>
</ul>
</div>
</body>
</html>