I'm trying to reduce the number of templates I'm using for a project but 
can't figure out a good way to do this given the constraints of 
appearance.

The easy one has two different forms wrapped by the same overall web page.  

(In my last project (if you want to call it that) because of changing
specs I ended up creating a whole pile of wrapper pages with different
TMPL_INCLUDEs for each portion of the process.)

This time I'd like to have one wrapper and use it for a signing form then 
a status form.  I see the conditional constructs 

   <TMPL_IF BOOL>
     Some text that is included only if BOOL is true
   <TMPL_ELSE>
     Some text that is included only if BOOL is false
   </TMPL_IF>

and can use it for this simple project but wonder if there are other 
tricks I can use for more complex pages?  (Like fixing up my last mess :-)

Any pointers or suggestions?


TIA,
Rod
-- 
    "Open Source Software - You usually get more than you pay for..."
     "Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to