list_weblog.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
  6. <title>Vesta - <?=__('Web Log Manager')?> </title>
  7. <link rel="stylesheet" href="/css/styles.min.css">
  8. <link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
  9. <script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
  10. <script type="text/javascript" src="/js/jquery.cookie.js"></script>
  11. <script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>
  12. <script type="text/javascript" src="/js/events.js"></script>
  13. </head>
  14. <body>
  15. <a href="#" class="to-top">
  16. <i class="l-icon-to-top"></i>
  17. </a>
  18. <div class="l-header">
  19. <div class="l-center">
  20. <a href="/" class="l-logo"></a>
  21. <!-- /.l-logo -->
  22. <div class="l-menu clearfix">
  23. <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"><?=__('AccessLog')?></a></div>
  24. <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"><?=__('ErrorLog')?></a></div>
  25. <div class="l-menu__item"><a href="/download/web-log/?domain=<?=htmlentities($_GET['domain'])?>&type=access"><?=__('Download AccessLog')?></a></div>
  26. <div class="l-menu__item"><a href="/download/web-log/?domain=<?=htmlentities($_GET['domain'])?>&type=error"><?=__('Download ErrorLog')?></a></div>
  27. </div>
  28. <!-- /.l-menu -->
  29. <div class="l-profile">
  30. <a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><?=$user?></a>
  31. <a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
  32. </div>
  33. <!-- /.l-profile -->
  34. </div>
  35. </div>
  36. <!-- /.l-header -->
  37. <div style="color: #ff6701; padding: 10px 0 20px 20px; background: #fff; "><?php echo __('Last 70 lines of %s.%s.log',htmlentities($_GET['domain']),htmlentities($_GET['type'])) ;?></div>
  38. <pre style="margin-left: 20px; color: #555; font-family: arial; font-size: 14px; line-height: 30px;">