Darn reply to all, meant to send this to the list.
I like HTML::FillInForm
http://search.cpan.org/~miyagawa/Template-Plugin-FillInForm-0.04/lib/Templat
e/Plugin/FillInForm.pm
Earl
-----Original Message-----
From: templates-admin-MnLy+PD7ppGDO3lXZvfOKmD2FQJk+8+b@xxxxxxxxxxxxxxxx
[mailto:templates-admin-MnLy+PD7ppGDO3lXZvfOKmD2FQJk+8+b@xxxxxxxxxxxxxxxx]On
Behalf Of Roderick A.
Anderson
Sent: Friday, October 29, 2004 11:13 AM
To: templates-MnLy+PD7ppGDO3lXZvfOKmD2FQJk+8+b@xxxxxxxxxxxxxxxx
Subject: [Templates] [PL] Coding for Y/N radio buttons
PL => Probably Lame.
I have several input in a for that are T/F, Y/N, etc. and am getting the
defaults from a database lookup before creating the form. Is there better
(ie. more TT2 or perlish) way than doing this way?
<input type="radio" name="GETS_REPORT" value="F"
[%- IF GETS_REPORT == 'F' %] checked="checked"[% END -%]/>No
<input type="radio" name="GETS_REPORT" value="T"
[%- IF GETS_REPORT == 'T' %] checked="checked"[% END -%]/>Yes
Rod
--
"Open Source Software - You usually get more than you pay for..."
"Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"
_______________________________________________
templates mailing list
templates-MnLy+PD7ppGDO3lXZvfOKmD2FQJk+8+b@xxxxxxxxxxxxxxxx
http://lists.template-toolkit.org/mailman/listinfo/templates
|