Client
[ class tree: Client ] [ index: Client ] [ all elements ]

Source for file index.php

Documentation is available at index.php

  1. <?
  2. /**
  3.  * StatServer
  4.  *
  5.  * LICENSE
  6.  *
  7.  * "THE BEER-WARE LICENSE" (Revision 42):
  8.  * "Sven Strittmatter" <ausserirdisch@sven-space.de> wrote this file.
  9.  * As long as you retain this notice you can do whatever you want with
  10.  * this stuff. If we meet some day, and you think this stuff is worth it,
  11.  * you can buy me a beer in return.
  12.  *
  13.  * @category    StatServer
  14.  * @package     Client
  15.  * @copyright   Copyright (c) 2006 Sven Strittmatter
  16.  */
  17. ?>
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  19.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
  21.     <head>
  22.         <title>StatServer</title>
  23.         <script src="js/prototype/prototype.js" type="text/javascript"></script>
  24.         <script src="js/cpaint/cpaint2.inc.js" type="text/javascript"></script>
  25.         <script src="js/statserver.js" type="text/javascript"></script>
  26.     </head>
  27.     <body>
  28.         <h1>StatServer</h1>
  29.         <div id="status_table"></div>
  30.     </body>
  31. </html>

Documentation generated on Mon, 03 Aug 2009 21:33:13 +0200 by phpDocumentor 1.4.2