Help for this page

Select Code to Download


  1. or download this
    <table border="0" cellpadding="0" cellspacing="3">
        <tr valign="top">
    ...
        </tr>
        <!-- /TMPL_LOOP -->
    </table>
    
  2. or download this
    $tmpl_results->param
    (
    ...
        NEXT        => ($last >= $rows ? "" : "first=" . ($first + $config
    +{INCREMENT}) . "&last=" . ($last + $config{INCREMENT})),
        LAST        => ($last >= $rows ? "" : "first=" . ($rows - $config{
    +INCREMENT}) . "&last=$rows"),
    );