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
43 lines (41 loc) · 2.62 KB
/
Copy pathlist_weblog.html
File metadata and controls
43 lines (41 loc) · 2.62 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<title>Hestia - <?=__('Web Log Manager')?> </title>
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
<link type="text/css" href="/css/animate.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.3.1.min.js"></script>
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/js/jquery.cookie.js"></script>
<script type="text/javascript" src="/js/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="l-icon-to-top"></i>
</a>
<div class="l-header">
<div class="l-center">
<a href="/" class="l-logo"></a>
<!-- /.l-logo -->
<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> <?=__('AccessLog')?></a><a href="/download/web-log/?domain=<?=htmlentities($_GET['domain'])?>&type=access"><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> <?=__('ErrorLog')?></a><a href="/download/web-log/?domain=<?=htmlentities($_GET['domain'])?>&type=error"><i class="fas fa-download"></i></a></div>
</div>
<!-- /.l-menu -->
<div class="l-profile">
<div class="l-menu__item"><a href="javascript:location.reload();"><i class="fas fa-redo"></i></a></div>
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><?=$user?></a>
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> <i class="fas fa-sign-out-alt"></i></a>
</div>
<!-- /.l-profile -->
</div>
</div>
<!-- /.l-header -->
<div style="color: #cc3366; padding: 10px 0 20px 20px; background: #fff; "><?php echo __('Last 70 lines of %s.%s.log',htmlentities($_GET['domain']),htmlentities($_GET['type'])) ;?></div>
<pre class="console-output">