PHP Classes

File: classes/html-bak.tpl.php

Recommend this page to a friend!
  Classes of Axel Hahn   Pimped Apache Status   classes/html-bak.tpl.php   Download  
File: classes/html-bak.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Pimped Apache Status
Display the requests handled by an Apache server
Author: By
Last change:
Date: 5 years ago
Size: 870 bytes
 

Contents

Class file image Download
<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
       
        <meta name="robots" content="noindex, nofollow" />
        <script src="{{APPDIR}}/javascript/functions.js" type="text/javascript"></script>
        <script src="{{APPDIR}}/javascript/counterhistory.class.js" type="text/javascript"></script>
        <script src="{{APPDIR}}/javascript/datatables/media/js/jquery.js" type="text/javascript"></script>
        <script src="{{APPDIR}}/javascript/datatables/media/js/jquery.dataTables.min.js" type="text/javascript"></script>
        <title>Pimped Apache Status</title>

        {{HEADER}}

    </head><body>

        {{CONTENT}}

        {{FOOTER}}{{JSONREADY}}
    </body>
</html>