Actions
How to add a launch page » History » Revision 3
« Previous |
Revision 3/16
(diff)
| Next »
Amber Herold, 08/14/2012 03:28 PM
How to add a job launch page to the Appion pipeline¶
Add a php page with the basic appion template¶
# createForm function ## has appion header ## has Appion Footer # runCommand function ## builds command ## calls show or submit command
Add a link to the page from the menu, or an existing page¶
- menuprocessing.inc
Add the guts of the form¶
- run parameters
require_once "inc/forms/runParametersForm.inc";
// add Processing Run Parameter fields $runParametersForm = new RunParametersForm( $runname, $outdir ); echo $runParametersForm->generateForm();
Updated by Amber Herold over 12 years ago · 3 revisions