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/Scheduler/admin/_info/form/ |
Upload File : |
<? // infoForm_Code_AddEditFormVerify.phpinc // Display the verify code. t_Begin(); //$f_or_formValue = ' $f_or_formValue = 'f'; $codeOutput = " <? // directory_path/".$f['filenameBase']."_FormVerify.phpinc // Verify the ".basename($f['filenameBase'])." form. t_Begin(); unset(\$formError); // Begin with no errors."; foreach ($fieldArray as $fieldName => $fieldValue) { #d_Var('$fieldValue',$fieldValue,'d'); if ( $fieldValue['type'] != 'default' && $fieldValue['type'] != 'skip' ) { $codeOutput .= ' // Verify '.$fieldName.'.'; if ( $f_or_formValue == 'f' ) { // use f(); $codeOutput .= ' f(\''.$fieldName.'\');'; } else { // use formValue(); $codeOutput .= ' formValue(\''.$fieldName.'\');'; } if (info_IsNumeric($fieldValue['Type'])) { $codeOutput .= ' //if ( !$f[\''.$fieldName.'\'] ) { $f[\''.$fieldName.'\'] = 0; }'; } else { $codeOutput .= ' //if ( !$f[\''.$fieldName.'\'] ) { $f[\''.$fieldName.'\'] = ""; }'; } $codeOutput .= ' $is_valid = is_valid(\''.$fieldName.'\',$f[\''.$fieldName.'\'],\''.$fieldName.'\',\''.$tableName.'\''; if ( $fieldValue['Key'] == 'PRI' ) $codeOutput .= ',true'; $codeOutput .= '); if ( $is_valid !== true ) { $formError[\''.$fieldName.'\'] = $is_valid; } // ENTRY ERROR! The '.$fieldName.' is not valid.'; } $codeOutput .= " d_V('$fieldName','');"; } $codeOutput .= " t_End(); ?> "; // form_verify_code. if ( !isset($f['form_verify_code_value']) ) $f['form_verify_code_value'] = 0; ?> <a name="form_verify_code_name"></a> <input type="hidden" name="form_verify_code_value" id="form_verify_code_value_id" value="<?=$f['form_verify_code_value']?>"> <table><tr><td><fieldset><legend><a href="#form_verify_code_name" name="form_verify_code" onClick="return info_Set(this);"><div id="form_verify_code_status" class="inline"><? if ( !$f['form_verify_code_value']) { ?>+<? } else { ?>-<? } ?></div> <?=$f['filenameBase']?>FormVerify code</a><input type="submit" name="subtask" value="Reload page" onClick="info_gotoName(this,'form_verify_code_name');"></legend> <div id="form_verify_code_show" class="<? if ( !$f['form_verify_code_value']) { ?>d_s_h <? } ?>d_s_l"> <textarea class="code_info" wrap="off"><?=htmlSafe(trim($codeOutput))."\n"?></textarea> </div> </fieldset></td></tr></table> <? t_End(); ?>