summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/web/mutex1.php
diff options
context:
space:
mode:
authorRefik Hadzialic2011-09-08 18:07:05 +0200
committerRefik Hadzialic2011-09-08 18:07:05 +0200
commitd12c00d651f01748e693114be4406bf646a882e7 (patch)
tree02ef0406c0df758b507ce45ee810931d4044493e /notFinishedCode/web/mutex1.php
parentAdded new icons, changed the picutre, added new links(connections). (diff)
downloadgsm-selftest-d12c00d651f01748e693114be4406bf646a882e7.tar.gz
gsm-selftest-d12c00d651f01748e693114be4406bf646a882e7.tar.xz
gsm-selftest-d12c00d651f01748e693114be4406bf646a882e7.zip
Added displaying of the image on the page!
Diffstat (limited to 'notFinishedCode/web/mutex1.php')
-rw-r--r--notFinishedCode/web/mutex1.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/notFinishedCode/web/mutex1.php b/notFinishedCode/web/mutex1.php
index 81a73d2..11d7529 100644
--- a/notFinishedCode/web/mutex1.php
+++ b/notFinishedCode/web/mutex1.php
@@ -1,10 +1,12 @@
<html>
<head>
+<script src='delayedLoading.js' type="text/javascript"></script>
+
<!--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>
+<body onscroll="scrollEvent();" onload="loaderInit();">
<?php
@@ -95,6 +97,7 @@ if ($locking == '1') //1 means nobody is on the website
//test finished successfully
echo '</tbody></table>';
echo 'Test successfully finished!<br>';
+ echo "<a class='pChart' href='networkResult.php' data-pchart-alt='Picture3'>Picture 3</a>";
echo str_repeat("\n",7024);
flush();
usleep(100);