[Phplib-users] OOHForms and Templates
Brought to you by:
nhruby,
richardarcher
|
From: Rob H. <rob...@ws...> - 2002-10-31 16:01:15
|
Guys,
I am trying to figure out a way to combine OOHforms and Templates. Use
login as an example I was thinking of.
Template
{formstart}
<table>
<tr>
<td>User Name:</td>
<td>{usernameprompt}</td>
</tr>
<tr>
<td>Password:</td>
<td>{passwordprompt}</td>
</tr>
<tr>
<td collspan="2">{submitbutton}</td>
</tr>
</table>
{formfinish}
Then buffering the output to calling start(), show_element(), and finish()
into the appropriate variable. Is there a better way of doing this?
Rob Hutton
Web Safe
www.wsafe.com
**********************************************************************
Introducing Symantec Client Security - Integrated Anti-Virus,
Firewall, and Intrusion Detection for the Client.
Learn more:
http://enterprisesecurity.symantec.com/symes238.cfm?JID=2&PID=11624271
|