Forum OpenACS Improvement Proposals (TIPs): Re: TIP #8 (Proposed): Modification of default-master.adp structure.

Hi,

I will help a little.  Since I already have a current working template form adp.  In case this tip pushes through, I can give a pure css form template.

Take note that graceful degradation is something I suggest.  So its likely a few tables will still be needed.  So in may case I have to change my template a bit.

I also have a DIV'ed ad_form template -- much cleaner than tabled one (although I have not yet de-TABLEd all of th widgets, i.e. all the date stuff would still render as a bunch of cells). Once implemented, it is actually very easy to maintain, and a lot shorter/readable too...

The only problem I (thought I) have is the fact that one can't say: make this form DIV only as wide as form elements require, at least not in case when ad_form -section {} is used.

As for graceful degradation, the page does not get "cluttered", it simply gets unwound, with each DIV getting rendered sequentially. This is at least what happens in lynx. I'll try to resurrect NS4.7 and see what happens there.