summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--notFinishedCode/web/css/tableCSS.css6
-rw-r--r--notFinishedCode/web/mutex1.php4
2 files changed, 5 insertions, 5 deletions
diff --git a/notFinishedCode/web/css/tableCSS.css b/notFinishedCode/web/css/tableCSS.css
index e274f5f..2a7f54d 100644
--- a/notFinishedCode/web/css/tableCSS.css
+++ b/notFinishedCode/web/css/tableCSS.css
@@ -20,10 +20,10 @@ URL: http://www.alvit.de/vf
#footer
{
position: absolute;
- bottom: 90px;
+ bottom: 1px;
padding-top: 0px;
- padding-right: 2px;
- padding-left: 210px;
+ padding-right: 220px;
+ padding-left: 350px;
border: 1px solid black;
}
body {
diff --git a/notFinishedCode/web/mutex1.php b/notFinishedCode/web/mutex1.php
index 61cd0b0..7a92fe0 100644
--- a/notFinishedCode/web/mutex1.php
+++ b/notFinishedCode/web/mutex1.php
@@ -120,7 +120,7 @@ if ($locking == '1') //1 means nobody is on the website
echo '</div>';
echo '<div id="sidebar">';
echo "<a class='pChart' href='networkResult.php?S=$SIP&RZ1=$GSMRZ1&RZ2=$GSMRZ2&RZ3=$GSMRZ3&US=$UNISIP&LL=$LANDLINE&LS=$LSFKS&EE=$GSMEE&EV=$GSMEV&ET=$GSMET&EO=$GSMEO&SP=$SIPP&SGP=$LANDLINEP&USP=$UNISIPP&NBP1=$NANOBTS1P&NBP2=$NANOBTS2P' data-pchart-alt='Picture3'>Picture 3</a></div>";
- echo '<div id="footer">Test successfully finished!</div>';
+ echo '<div id="footer">Number of tasks: '.$taskAmount.'<br> Number of tasks tried to add to the DB but had an error: '. $errorAdding .'<br> TEST SUCCESSFULLY FINISHED!</div>';
echo str_repeat("\n",7024);
flush();
usleep(100);
@@ -173,7 +173,7 @@ if ($locking == '1') //1 means nobody is on the website
}
else
{
- echo 'No single task was selected';
+ echo 'No single test was selected! Please go back and select at least one test';
}
}
elseif($lockMe == '0') //0 means if the attempt timed out (for example, because another client has previously locked the name)