[Zope] image objects into table via python script
John Schinnerer
johnschinnerer at yahoo.com
Wed Nov 17 18:09:15 EST 2004
Hello,
--- Tino Wildenhain <tino at wildenhain.de> wrote:
> Well, what would be wrong if you use:
>
> <table>
> <tr>
> <td tal:repeat="item here/thescript"
> tal:content="item/formattettime />
> </tr>
> </table>
>
> or even repeat over tr is you need...
My complication is that I need a 2-D table with a fixed number of
columns.
I don't know how (if?) I can do that using TAL.
If I iterate on <tr> I get just one column.
If I iterate on <td> I get just one row.
What I need is for example five columns per row, with rows added until
the iteration is done.
Anyone have an example of this in TAL?
thanks,
John S.
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
More information about the Zope
mailing list