Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Code and html separation - always or mostly doable?

by MrCromeDome (Deacon)
on Jun 16, 2004 at 16:58 UTC ( [id://367304]=note: print w/replies, xml ) Need Help??

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"),
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://367304]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-19 19:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found