summaryrefslogtreecommitdiffstats
path: root/Website/index.php
blob: 71f05d24341f0f4edd9af845104a1b948a0ba4b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<HTML>
    <HEAD>
        <TITLE>Customize Your Test DUde!!</TITLE>
        <SCRIPT LANGUAGE="JavaScript">
            <!--
               function allClicked()
               {
                    	document.form1.sip_gsmrz1.checked = true
			document.form1.sip_gsmrz2.checked = true
			document.form1.sip_gsmrz3.checked = true
			document.form1.sip_landln.checked = true
			document.form1.sip_sipuniv.checked = true
			document.form1.gsmrz1_sip.checked = true
			document.form1.gsmrz2_sip.checked = true
			document.form1.gsmrz3_sip.checked = true
			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()
               {
                    	document.form1.sip_gsmrz1.checked = true
			document.form1.sip_gsmrz2.checked = true
			document.form1.sip_gsmrz3.checked = true
			document.form1.sip_landln.checked = true
			document.form1.sip_sipuniv.checked = true
			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 = false
			document.form1.landline_gsmrz1.checked = false
			document.form1.landline_gsmrz2.checked = false
			document.form1.landline_gsmrz3.checked = false
               }

               function gsmClicked()
               {
                    	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 = true
			document.form1.gsmrz2_sip.checked = true
			document.form1.gsmrz3_sip.checked = true
			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
               }


               function clearCheckboxes()
               {
                    	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 = false
			document.form1.landline_gsmrz1.checked = false
			document.form1.landline_gsmrz2.checked = false
			document.form1.landline_gsmrz3.checked = false
               }

            //-->
       </SCRIPT>
    </HEAD>

    <BODY>
        <H2>Dude!! Select Some Stuff!!</H2>
        <BR>
	<FORM NAME="form1">
		<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"> 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="Landline Test" ONCLICK="landlineClicked()"> <INPUT TYPE=SUBMIT VALUE="Submit"> <INPUT TYPE=button VALUE="Unchecked All" onclick="clearCheckboxes()">
	</FORM>
        
    </BODY>
</HTML>