Changes between Version 8 and Version 9 of JobIntro
- Timestamp:
- Apr 12, 2014, 2:59:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobIntro
v8 v9 1 [[PageOutline]] 1 2 = Introduction to job processing = 2 3 … … 89 90 (include the "File sandbox" link if you use this feature). 90 91 92 If you use web-based job submission, 93 you can optionally put links to the job-submission pages 94 on the control panel. 95 To do so, add something like the following to 96 your '''html/project/project.inc''': 97 {{{ 98 $submit_urls = array( 99 "uppercase" => "uppercase_submit.php", 100 "remote_test" => "submit_example.php", 101 ); 102 }}} 103 104 Each array element maps an application name to the job submission 105 form for that application.