Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare(
                " 
    ...
                REQS     => $reqs,
            );
            print $template->output();
    
  2. or download this
    <TMPL_IF REQS>
        <form>
    ...
    <TMPL_ELSE>
    <br /><b>There are no pending requests!</b><br />
    </TMPL_IF>