index.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <html>
  2. <head>
  3. <title>STS Status Overview</title>
  4. <style type="text/css">
  5. body { font-family:Calibri,Arial; }
  6. a:link { text-decoration:none; }
  7. a:visited { text-decoration:none; }
  8. a:hover { text-decoration:none; }
  9. a:active { text-decoration:none; }
  10. a:focus { text-decoration:none; }
  11. </style>
  12. <meta http-equiv="refresh" content="60">
  13. </head>
  14. <body>
  15. <?php
  16. // ########## TITLE and DATE ##########
  17. echo '<font size="6" color="#000000"><b>STS Status Overview</b></font><br>';
  18. echo '<font size="4" color="#000000">' . date(DATE_RFC822) . '</font><br>';
  19. ?>
  20. <!-- beamline picture (center) -->
  21. <div style="position:absolute; top:300px; left:0px">
  22. <!--img src="pictures/Beamline_STS_side_1410.png"-->
  23. <img src="pictures/STS_Beamline2.png">
  24. <!-- KATRIN logo (upper left) -->
  25. <a href="http://katrin.kit.edu" target="_blank">
  26. <div style="position:absolute; top:-285px; left:330px">
  27. <img src="pictures/katrin_logo.jpg" width="100" height="100">
  28. </div>
  29. <!-- email link (upper left)-->
  30. <a href="mailto:Florian.Heizmann@kit.edu">
  31. <div title="send email to Florian Heizmann" style="position:absolute; top:-220px; left:8px">
  32. <img src="pictures/newEmail.png" width="23" height="23">
  33. </div>
  34. </a>
  35. <?php
  36. include "STS_main.php";
  37. ?>
  38. </div>
  39. </body>
  40. </html>