[ic] I would need some advice for the UI

Rene Hertell interchange-users@icdevgroup.org
Thu Jun 20 12:07:01 2002


> Or use a query on any page:
> [query
> 	list=1
> 	sql=|
> 		SELECT brand
> 		FROM items
> 		LEFT JOIN
> 			brands USING(brandid)
> 		WHERE
> 			itemid='[either][cgi itemid][or][value
> itemid][or]<some itemid you
> provide>[/either]'
> 		|
> ][sql-param brand][/query]

Thanks Bill!

This was an good idea for my other pages, but my concern was with the
admin-pages. I wanted to implement it to the UI, but the code that are
behind the pages (eg. admin/flex_edit) is too complex for my limited Perl
knowledge..

I got it somehow sorted out by using the admin/spread file. That filefile
works better because it uses the meta-data for displaying each field.


René