summaryrefslogtreecommitdiffstats
path: root/Website/tricode/devconfigManual.php
diff options
context:
space:
mode:
authorgsmselftest2011-10-28 19:10:01 +0200
committergsmselftest2011-10-28 19:10:01 +0200
commit3905756cb69faec3bdd1198ef41a00ba09d71969 (patch)
tree8f38d2f774ffd1eee07a80fa7e523ffaf357de58 /Website/tricode/devconfigManual.php
parentMerge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftest (diff)
downloadgsm-selftest-3905756cb69faec3bdd1198ef41a00ba09d71969.tar.gz
gsm-selftest-3905756cb69faec3bdd1198ef41a00ba09d71969.tar.xz
gsm-selftest-3905756cb69faec3bdd1198ef41a00ba09d71969.zip
delete oldbackup file
Diffstat (limited to 'Website/tricode/devconfigManual.php')
-rw-r--r--Website/tricode/devconfigManual.php56
1 files changed, 56 insertions, 0 deletions
diff --git a/Website/tricode/devconfigManual.php b/Website/tricode/devconfigManual.php
new file mode 100644
index 0000000..65c0016
--- /dev/null
+++ b/Website/tricode/devconfigManual.php
@@ -0,0 +1,56 @@
+<html>
+
+<head>
+ <title>GSM selftest Software</title>
+ <meta name="generator" content="BBEdit 9.6" />
+ <link rel="stylesheet" href="css/tooltip.css" type="text/css" media="screen">
+</head>
+
+<body background="Images/BackGround.jpg">
+
+<!--<FORM name="testForm" form action="devconf.php" method="POST">-->
+ <table style="width:50%; margin:auto" border="0">
+ <tr>
+ <td height="100px" align="center"><a href="home.html" STYLE="TEXT-DECORATION: NONE"><font size="3" face="Century Gothic" color="LightGray">HOME</font></a></td>
+ <td height="100px" align="center"><a href="Blank.html" STYLE="TEXT-DECORATION: NONE"><font size="3" face="Century Gothic" color="LightGray">About Us</font></a></td>
+ <td height="100px" align="center"><font size="3" face="Century Gothic" color="LightGray">Help</font></td>
+ </tr>
+
+ <tr>
+
+ <td height="45px" align="right">
+ <a href="devconfigAuto.php" STYLE="TEXT-DECORATION: NONE" onclick="this.style.display='none'; return true;"> <img src="Images/AutoIcon.png"></img></a>
+ </td>
+ <td>
+ </td>
+ <td height="45px" align="left">
+ <a href="devconfigManual.php" STYLE="TEXT-DECORATION: NONE"> <img src="Images/ManualIcon.png"></img></a>
+
+ </td>
+
+ </tr>
+ <tr height="50px">
+ </tr>
+ <!--</FORM>-->
+ <tr>
+ <?php include("main.php"); ?>
+ </tr>
+
+ <tr>
+ <td height="200px" align="center"></td>
+ <td height="200px" align="center"><?php $message ?></td>
+ <td height="200px" align="center"></td>
+ </tr>
+
+ <tr>
+ <table style="width:100%; margin-top: -10px; height: 300px; align: center" valign="bottom" border="0">
+ <tr>
+ <td height="100px" align="center" valign="bottom"><font size="1" face="Century Gothic" color="LightGray">Albert-Ludwig University of Freiburg 2011</td>
+ </tr>
+ </table>
+ </tr>
+ </table>
+
+
+</body>
+</html>