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
40 lines (34 loc) · 1.73 KB
/
footer.html
File metadata and controls
40 lines (34 loc) · 1.73 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
</div>
<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>