forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist_weblog.html
More file actions
39 lines (38 loc) · 2.9 KB
/
list_weblog.html
File metadata and controls
39 lines (38 loc) · 2.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<title><?=_('Web Log Manager')?> - <?=_('Hestia Control Panel');?></title>
<link rel="stylesheet" href="/css/styles.min.css?1446554105">
<link rel="stylesheet" href="/css/active-theme.css?<?php echo rand(); ?>">
<link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
<link type="text/css" href="/css/all.min.css?1446554103" rel="stylesheet" />
<script src="/inc/jquery/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="/js/jquery/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
<script type="text/javascript" src="/js/jquery/jquery-ui-1.8.20.custom.min.js"></script>
<script type="text/javascript" src="/js/events.js"></script>
</head>
<body>
<a href="#" class="to-top">
<i class="fas fa-arrow-up"></i>
</a>
<div class="l-header">
<div class="l-center">
<a href="/" class="l-logo"></a>
<div class="l-menu clearfix">
<div class="l-menu__item"><a href="/list/web/"><i class="fas fa-arrow-alt-circle-left"></i> <?=_('Back')?></a></div>
<div class="l-menu__item <?php if($_GET['type'] == 'access') echo 'l-menu__item--active' ?>"><a href="/list/web-log/?domain=<?=htmlentities($_GET['domain'])?>&type=access"><i class="fas fa-eye"></i> <?=_('Access Log')?></a><a href="/download/web-log/?domain=<?=htmlentities($_GET['domain'])?>&type=access" title="<?=_('Download')?>"><i class="fas fa-download"></i></a></div>
<div class="l-menu__item <?php if($_GET['type'] == 'error') echo 'l-menu__item--active' ?>"><a href="/list/web-log/?domain=<?=htmlentities($_GET['domain'])?>&type=error"><i class="fas fa-exclamation-circle"></i> <?=_('Error Log')?></a><a href="/download/web-log/?domain=<?=htmlentities($_GET['domain'])?>&type=error" title="<?=_('Download')?>"><i class="fas fa-download"></i></a></div>
</div>
<div class="l-profile">
<div class="l-menu__item"><a href="javascript:location.reload();" title="<?=_('Refresh')?>"><i class="fas fa-redo"></i></a></div>
<div class="l-menu__item"><a href="/edit/user/?user=<?php echo $user; ?>" title="<?=$user?>" class="l-profile__username"><i class="fas fa-user-circle"></i></a></div>
<div class="l-menu__item"><a href="/logout/" title="<?=_('Log out')?>" class="l-profile__logout"><i class="fas fa-sign-out-alt"></i></a></div>
</div>
</div>
</div>
<div style="margin-left: auto; margin-right: auto; padding-top: 80px; width: 1020px;"><?php echo _('Last 70 lines of %s.%s.log',htmlentities($_GET['domain']),htmlentities($_GET['type'])) ;?></div>
<pre style="width: 1020px; margin-left: auto; margin-right: auto;" class="console-output">