Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Tag libs for Template Toolkit

by jeffa (Bishop)
on Sep 15, 2004 at 16:31 UTC ( [id://391235]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [% INCLUDE input
       type => 'text'
    ...
    [% BLOCK input %]
    <input type="[% type %]" name="[% name %]" value="[% value %]" />
    [% END %]
    
  2. or download this
    [% items = [
       { name => 'foo' value='baz'}
    ...
    [% FOREACH text = items %]
    <input type="text" name="[% text.name %]" value="[% text.value %]" />
    [% END %]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://391235]
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: (4)
As of 2024-04-25 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found