www-thermferm/index.php

changeset 114
f50c17d68028
parent 113
cf3f906ffe0d
child 116
065a242ed7ec
equal deleted inserted replaced
113:cf3f906ffe0d 114:f50c17d68028
29 $outstr .= '<html>'.PHP_EOL; 29 $outstr .= '<html>'.PHP_EOL;
30 $outstr .= ' <head>'.PHP_EOL; 30 $outstr .= ' <head>'.PHP_EOL;
31 $outstr .= ' <meta http-equiv="content-type" content="text/html; charset=utf-8" />'.PHP_EOL; 31 $outstr .= ' <meta http-equiv="content-type" content="text/html; charset=utf-8" />'.PHP_EOL;
32 $outstr .= ' <title>ThermFerm monitor</title>'.PHP_EOL; 32 $outstr .= ' <title>ThermFerm monitor</title>'.PHP_EOL;
33 $outstr .= ' <link type="text/css" href="css/style.css" rel="stylesheet" media="all" />'.PHP_EOL; 33 $outstr .= ' <link type="text/css" href="css/style.css" rel="stylesheet" media="all" />'.PHP_EOL;
34 $outstr .= ' <script type="text/javascript" src="js/Drinks.js"></script>'.PHP_EOL;
35 $outstr .= ' </head>'.PHP_EOL; 34 $outstr .= ' </head>'.PHP_EOL;
36 $outstr .= ' <body class="page">'.PHP_EOL; 35 $outstr .= ' <body class="page">'.PHP_EOL;
37 $outstr .= ' <div id="container" class="container_16">'.PHP_EOL; 36 $outstr .= ' <div id="container" class="container_16">'.PHP_EOL;
38 $outstr .= ' <div id="header">'.PHP_EOL; 37 $outstr .= ' <div id="header">'.PHP_EOL;
39 $outstr .= ' <div id="logo">'.PHP_EOL; 38 $outstr .= ' <div id="logo">'.PHP_EOL;
45 $outstr .= ' <div id="content">'.PHP_EOL; 44 $outstr .= ' <div id="content">'.PHP_EOL;
46 $outstr .= liveview(); 45 $outstr .= liveview();
47 $outstr .= ' </div> <!-- content -->'.PHP_EOL; 46 $outstr .= ' </div> <!-- content -->'.PHP_EOL;
48 $outstr .= ' </div> <!-- container -->'.PHP_EOL; 47 $outstr .= ' </div> <!-- container -->'.PHP_EOL;
49 $outstr .= ' <!-- Load scripts after the body, so they don\'t block rendering of the page -->'.PHP_EOL; 48 $outstr .= ' <!-- Load scripts after the body, so they don\'t block rendering of the page -->'.PHP_EOL;
50 //$outstr .= ' <script type="text/javascript" src="js/Drinks.js"></script>'.PHP_EOL;
51 $outstr .= ' </body>'.PHP_EOL; 49 $outstr .= ' </body>'.PHP_EOL;
52 $outstr .= '</html>'.PHP_EOL; 50 $outstr .= '</html>'.PHP_EOL;
53 51
54 echo $outstr; 52 echo $outstr;
55 53

mercurial