Wrapping HTML in templates

Christian Robottom Reis kiko at async.com.br
Sun Sep 12 16:46:26 UTC 2004


On Sun, Sep 12, 2004 at 05:24:01PM +0100, Gervase Markham wrote:
> >             <td class="file_head" colspan="2"><a href="#" onclick="return 
> >             twisty_click(this)">[% collapsed ? '(+)' : '(-)' %]</a><input 
> >             type="checkbox" name="[% file.filename FILTER html %]"[% 
> 
> ... and then wraps the middle as follows:
>                <td class="file_head" colspan="2">
>                  <a href="#" onclick="return twisty_click(this)">
>                  [% collapsed ? '(+)' : '(-)' %]</a>

This produces different output from the above; compare both and you'll
understand why wrapping this isn't as trivial as following a guideline.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331



More information about the developers mailing list