summaryrefslogblamecommitdiffstats
path: root/Website/index.php
blob: b94872e101031ee83d6ba7b154a2c1fdb9c21462 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                   



                                                                     








                                                                 



                                    





                                                                   



                                         



                                                                     

                












                                                                    



                                                                      






                 
                                           
            
                                                                  


                                                                           

                                                                                             









                                                                                     
            
                                                                                                                                                                                                                                                                                                                                                                                                                                                   


               
       
<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
               }

               function gsmClicked()
               {
			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
               }
               
               function landlineClicked()
               {
			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" form action="insert.php" method="POST">
		<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" NAME="allTest" ONCLICK="allClicked()" > <INPUT TYPE=button VALUE="SIP Test" NAME="allSip" ONCLICK="sipClicked()" > <INPUT TYPE=button VALUE="GSM Test" NAME="allGSM" ONCLICK="gsmClicked()" > <INPUT TYPE=button VALUE="Landline Test" NAME="allLandline" ONCLICK="landlineClicked()"> <INPUT TYPE=SUBMIT VALUE="Submit"> <INPUT TYPE=button VALUE="Unchecked All" onclick="clearCheckboxes()">
	</FORM>
        
    </BODY>
</HTML>