/[clipping]/templates/frm_select_c_type.tt2
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /templates/frm_select_c_type.tt2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Jan 16 22:46:52 2004 UTC (20 years, 4 months ago) by dpavlin
Branch point for: MAIN, phperl
Initial revision

1 dpavlin 1.1 <!-- requires action=select_c_type -->
2    
3     <select name="c_type_id">
4     <option value=""></option>
5     [% FOREACH row = select_c_type %]
6     <option value="[% row.c_type_id %]" [% "selected" IF select_c_type.first.c_type_fk == row.c_type_id %]> [% row.c_type_description %]
7     [% END %]
8     </select>

  ViewVC Help
Powered by ViewVC 1.1.26