PHP Classes

File: classes/html.tpl.php

Recommend this page to a friend!
  Classes of Axel Hahn   Pimped Apache Status   classes/html.tpl.php   Download  
File: classes/html.tpl.php
Role: Auxiliary data
Content type: text/plain
Description: Configuration script
Class: Pimped Apache Status
Display the requests handled by an Apache server
Author: By
Last change: Beta 2.00.07 - remove vendor codes using cdnorlocal; skins from Admin LTE
Beta 2.00.06 - max 10 values in js graph; fix footer in admin; some colors
v2 beta - first commit for github
Date: 5 years ago
Size: 754 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" /> <title>Pimped Apache Status 2</title> <script src="{{APPDIR}}/javascript/functions.js" type="text/javascript"></script> <script src="{{APPDIR}}/javascript/counterhistory.class.js" type="text/javascript"></script> {{HEADER}} </head> <body class="hold-transition sidebar-mini {{SKIN}}"> <div class="wrapper"> {{CONTENT}} {{FOOTER}}{{JSONREADY}} </div> </body> </html>