/[clipping]/templates/frm_select_c_source.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

Contents of /templates/frm_select_c_source.tt2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Jan 16 22:46:52 2004 UTC (20 years, 2 months ago) by dpavlin
Branch: MAIN, phperl
CVS Tags: r20040116, HEAD
Changes since 1.1: +0 -0 lines
initial import of downloaded version

1 <!-- requires action=select_c_source -->
2
3 <select name="c_source_id">
4 <option value=""></option>
5 [% FOREACH row = select_c_source %]
6 <option value="[% row.c_source_id %]" [% "selected" IF select_c_source.first.c_source_fk == row.c_source_id %]> [% row.c_source_description %]
7 [% END %]
8 </select>

  ViewVC Help
Powered by ViewVC 1.1.26