summaryrefslogtreecommitdiffstats
path: root/Website/index.php
diff options
context:
space:
mode:
authoraa1112011-07-19 20:49:10 +0200
committeraa1112011-07-19 20:49:10 +0200
commit29a576921ecffb137a93bd4373937b90a4b9c4b5 (patch)
tree1ed2514a09444df1409aabe386018f60294765fd /Website/index.php
parentrenew handler, taken from weekly test which working with charm (diff)
downloadgsm-selftest-29a576921ecffb137a93bd4373937b90a4b9c4b5.tar.gz
gsm-selftest-29a576921ecffb137a93bd4373937b90a4b9c4b5.tar.xz
gsm-selftest-29a576921ecffb137a93bd4373937b90a4b9c4b5.zip
i started to modify the index.php
Diffstat (limited to 'Website/index.php')
-rw-r--r--Website/index.php63
1 files changed, 51 insertions, 12 deletions
diff --git a/Website/index.php b/Website/index.php
index 45ad266..71f05d2 100644
--- a/Website/index.php
+++ b/Website/index.php
@@ -16,6 +16,10 @@
document.form1.gsmrz1_gsmrz2.checked = true
document.form1.gsmrz1_gsmrz3.checked = true
document.form1.gsmrz2_gsmrz3.checked = true
+ document.form1.landline_sip.checked = true
+ document.form1.landline_gsmrz1.checked = true
+ document.form1.landline_gsmrz2.checked = true
+ document.form1.landline_gsmrz3.checked = true
}
function sipClicked()
@@ -31,6 +35,10 @@
document.form1.gsmrz1_gsmrz2.checked = false
document.form1.gsmrz1_gsmrz3.checked = false
document.form1.gsmrz2_gsmrz3.checked = false
+ document.form1.landline_sip.checked = false
+ document.form1.landline_gsmrz1.checked = false
+ document.form1.landline_gsmrz2.checked = false
+ document.form1.landline_gsmrz3.checked = false
}
function gsmClicked()
@@ -46,6 +54,29 @@
document.form1.gsmrz1_gsmrz2.checked = true
document.form1.gsmrz1_gsmrz3.checked = true
document.form1.gsmrz2_gsmrz3.checked = true
+ document.form1.landline_sip.checked = false
+ document.form1.landline_gsmrz1.checked = false
+ document.form1.landline_gsmrz2.checked = false
+ document.form1.landline_gsmrz3.checked = false
+ }
+
+ function landlineClicked()
+ {
+ document.form1.sip_gsmrz1.checked = false
+ document.form1.sip_gsmrz2.checked = false
+ document.form1.sip_gsmrz3.checked = false
+ document.form1.sip_landln.checked = false
+ document.form1.sip_sipuniv.checked = false
+ document.form1.gsmrz1_sip.checked = false
+ document.form1.gsmrz2_sip.checked = false
+ document.form1.gsmrz3_sip.checked = false
+ document.form1.gsmrz1_gsmrz2.checked = false
+ document.form1.gsmrz1_gsmrz3.checked = false
+ document.form1.gsmrz2_gsmrz3.checked = false
+ document.form1.landline_sip.checked = true
+ document.form1.landline_gsmrz1.checked = true
+ document.form1.landline_gsmrz2.checked = true
+ document.form1.landline_gsmrz3.checked = true
}
@@ -62,6 +93,10 @@
document.form1.gsmrz1_gsmrz2.checked = false
document.form1.gsmrz1_gsmrz3.checked = false
document.form1.gsmrz2_gsmrz3.checked = false
+ document.form1.landline_sip.checked = false
+ document.form1.landline_gsmrz1.checked = false
+ document.form1.landline_gsmrz2.checked = false
+ document.form1.landline_gsmrz3.checked = false
}
//-->
@@ -69,23 +104,27 @@
</HEAD>
<BODY>
- <H1>Customize Your Test DUde!!</H1>
+ <H2>Dude!! Select Some Stuff!!</H2>
<BR>
<FORM NAME="form1">
- <INPUT TYPE=CHECKBOX NAME="sip_gsmrz1"> SIP to GSM RZ1<BR>
- <INPUT TYPE=CHECKBOX NAME="sip_gsmrz2"> SIP to GSM RZ2<BR>
- <INPUT TYPE=CHECKBOX NAME="sip_gsmrz3"> SIP to GSM RZ3<BR>
+ <INPUT TYPE=CHECKBOX NAME="sip_gsmrz1"> SIP to RZ-GSM 1<BR>
+ <INPUT TYPE=CHECKBOX NAME="sip_gsmrz2"> SIP to RZ-GSM 2<BR>
+ <INPUT TYPE=CHECKBOX NAME="sip_gsmrz3"> SIP to RZ-GSM 3<BR>
<INPUT TYPE=CHECKBOX NAME="sip_landln"> SIP to Landline<BR>
<INPUT TYPE=CHECKBOX NAME="sip_sipuniv"> SIP to SIP University Phone line<BR>
- <INPUT TYPE=CHECKBOX NAME="gsmrz1_sip"> GSM RZ 1 to SIP<BR>
- <INPUT TYPE=CHECKBOX NAME="gsmrz2_sip"> GSM RZ 2 to SIP<BR>
- <INPUT TYPE=CHECKBOX NAME="gsmrz3_sip"> GSM RZ 3 to SIP<BR>
- <INPUT TYPE=CHECKBOX NAME="gsmrz1_gsmrz2"> GSM RZ 1 to GSM RZ 2<BR>
- <INPUT TYPE=CHECKBOX NAME="gsmrz1_gsmrz3"> GSM RZ 1 to GSM RZ 3<BR>
- <INPUT TYPE=CHECKBOX NAME="gsmrz2_gsmrz3"> GSM RZ 2 to GSM RZ 3<BR>
+ <INPUT TYPE=CHECKBOX NAME="gsmrz1_sip"> RZ-GSM 1 to SIP<BR>
+ <INPUT TYPE=CHECKBOX NAME="gsmrz2_sip"> RZ-GSM 2 to SIP<BR>
+ <INPUT TYPE=CHECKBOX NAME="gsmrz3_sip"> RZ-GSM 3 to SIP<BR>
+ <INPUT TYPE=CHECKBOX NAME="gsmrz1_gsmrz2"> RZ-GSM 1 to RZ-GSM 2<BR>
+ <INPUT TYPE=CHECKBOX NAME="gsmrz1_gsmrz3"> RZ-GSM 1 to RZ-GSM 3<BR>
+ <INPUT TYPE=CHECKBOX NAME="gsmrz2_gsmrz3"> RZ-GSM 2 to RZ-GSM 3<BR>
+ <INPUT TYPE=CHECKBOX NAME="landline_sip"> Landline to SIP <BR>
+ <INPUT TYPE=CHECKBOX NAME="landline_gsmrz1"> Landline to RZ-GSM 1<BR>
+ <INPUT TYPE=CHECKBOX NAME="landline_gsmrz2"> Landline to RZ-GSM 2<BR>
+ <INPUT TYPE=CHECKBOX NAME="landline_gsmrz3"> Landline to RZ-GSM 3<BR>
<BR>
- <INPUT TYPE=button VALUE="All Test" ONCLICK="allClicked()" > <INPUT TYPE=button VALUE="SIP Test" ONCLICK="sipClicked()" > <INPUT TYPE=button VALUE="GSM Test" ONCLICK="gsmClicked()" > <INPUT TYPE=button VALUE="Unchecked All" onclick="clearCheckboxes()"> <INPUT TYPE=SUBMIT VALUE="submit">
+ <INPUT TYPE=button VALUE="All Test" ONCLICK="allClicked()" > <INPUT TYPE=button VALUE="SIP Test" ONCLICK="sipClicked()" > <INPUT TYPE=button VALUE="GSM Test" ONCLICK="gsmClicked()" > <INPUT TYPE=button VALUE="Landline Test" ONCLICK="landlineClicked()"> <INPUT TYPE=SUBMIT VALUE="Submit"> <INPUT TYPE=button VALUE="Unchecked All" onclick="clearCheckboxes()">
</FORM>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>