[Zope] image objects into table via python script
John Schinnerer
johnschinnerer at yahoo.com
Thu Nov 18 06:19:57 EST 2004
Hi there,
Thanks bruno and all for your help - this last bit makes it clear to me
how to deal with this.
Of course between asking and getting this help, the requirements have
now changed some...!
And, I still need something like this table generation, thanks again!
John S.
--- bruno <bruno at modulix.org> wrote:
> I gave you an exemple of nested repeats in a previous post. Now the
> only thing you need is to add a level of indirection between the
> result of the query and the TAL code. This is where you handle
> problems like number of cells per row.
>
> Instead of
> +-------+ +---------+ +-----+
> | query | ---> | results | ---> | ZPT |
> +-------+ +---------+ +-----+
>
> You want
> +-------+ +---------+ +--------+ +-----+
> | query | ---> | results | ---> | script | ---> | ZPT |
> +-------+ +---------+ +--------+ +-----+
>
>
> --
> bruno
> bruno at modulix.org
> --
>
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
More information about the Zope
mailing list