Help for this page

Select Code to Download


  1. or download this
    HTML:
    <input type="checkbox" name="typeofinfo" value="1" /> Program<br />
    ...
       scalarref  => \$html,
        fdat        => $fillinformvalues );
    print $page;
    
  2. or download this
    USING H::T
    <input type="checkbox" name="typeofinfo" value="1" <tmpl_if type1>chec
    +ked </tmpl_if>/> Program<br />
    ...
       }
    }
    print $template->output;