Help for this page

Select Code to Download


  1. or download this
    <TMPL_LOOP NAME=NEWBODY>
    <P CLASS="std-title"><STRONG>Date</STRONG>: <TMPL_VAR NAME=node_date><
    +BR>
    ...
    </TABLE>
    </FORM>
    </TMPL_LOOP>
    
  2. or download this
    my $SQLText = "SELECT node_id, node_title, node_date, node_author, nod
    +e_section, node_content
                 FROM nodes WHERE $Column like ?
    ...
          DisplayContent => $DisplayContent,
          NEWBODY        => $returnArray );
    print $template->output;
    
  3. or download this
    <select name="Type">
    <option>Audit
    <option>New
    <option>Update
    </select>