summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/web/mutex1.php
diff options
context:
space:
mode:
authorRefik Hadzialic2011-09-05 16:48:45 +0200
committerRefik Hadzialic2011-09-05 16:48:45 +0200
commitfbf44ae05e5d6c43e2ad2ff1793aed0ec34d5c2b (patch)
tree602ba0b2370414c20a9b28562453be58ec14d0b0 /notFinishedCode/web/mutex1.php
parentMerge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftest (diff)
downloadgsm-selftest-fbf44ae05e5d6c43e2ad2ff1793aed0ec34d5c2b.tar.gz
gsm-selftest-fbf44ae05e5d6c43e2ad2ff1793aed0ec34d5c2b.tar.xz
gsm-selftest-fbf44ae05e5d6c43e2ad2ff1793aed0ec34d5c2b.zip
Added new CSS for the result table inside of mutex page!
Diffstat (limited to 'notFinishedCode/web/mutex1.php')
-rw-r--r--notFinishedCode/web/mutex1.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/notFinishedCode/web/mutex1.php b/notFinishedCode/web/mutex1.php
index ff5e3d9..81a73d2 100644
--- a/notFinishedCode/web/mutex1.php
+++ b/notFinishedCode/web/mutex1.php
@@ -1,3 +1,11 @@
+<html>
+<head>
+<!--ADD HERE ALL THE NEEDED META DATA -->
+<title>Network test live results!</title>
+<link rel="stylesheet" href="css/tableCSS.css" type="text/css" media="screen">
+</head>
+<body>
+
<?php
//Connection stuff
@@ -156,3 +164,7 @@ else
echo 'We have some serious error here';
}
?>
+
+</body>
+</html>
+