Просмотр файла dchat/rumad.php

Размер файла: 2.02Kb
<?

                    //                                      //////             //                                                //                        //           //
                    //                                      //       //                          //            /////                     /////                 
                    /////    \\        //          //        //         //       //    //        //     //      //     //               //           //
                    //   //     \\     //           //          //       //    //         //      //      //     //      //////     //           // 
                    //   //       \\ //             //        //         //      //    //         //      //     //               //     //           //
                    /////         \//               //////            //         //               //      //     //     /////        //           //  
                                         //                                                                                                                                    /////
                                        //

                  ///////////////////////////      [email protected]      ///////////////////////////////                         

$tr=0;
while($tr<=4){
print" <input name=\"nar$tr\" maxlength=\"20\" value=\"$rum[$tr]\"/>";
if($mat[$tr]=="on"){print"<select name=\"sr$tr\" title=\"sr\">
<option value=\"on\">on</option>
<option value=\"off\">off</option>
</select>";}else{print"<select name=\"sr$tr\" title=\"sr\">
<option value=\"off\">off</option>
<option value=\"on\">on</option>
</select>";}

if($tiprum[$tr]=="on"){print"<select name=\"ditr$tr\" title=\"sr\">
<option value=\"on\">on</option>
<option value=\"off\">off</option>
</select>";}else{print"<select name=\"ditr$tr\" title=\"sr\">
<option value=\"off\">off</option>
<option value=\"on\">on</option>
</select>";}

print"<input name=\"kluch$tr\" maxlength=\"5\" value=\"$rumkey[$tr]\"/><br/>";

$tr=$tr+1;}

?>