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

Annotation of /templates/frm_c_source.tt2

Parent Directory Parent Directory | Revision Log Revision Log


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

1 dpavlin 1.1 <!-- requires action=select_c_source -->
2    
3    
4     [% PROCESS js_c_source.tt2 %]
5    
6     <form method="post" action="[% script_name %]" onSubmit="return(Validation())">
7     <input type="hidden" name="action" value="[% frm_action %]">
8     <input type="hidden" name="template" value="[% frm_template %]">
9     <input type="hidden" name="c_source_id" value="[% select_c_source.first.c_source_id %]">
10    
11     <table>
12    
13     <tr>
14     <th class="frm">description</th>
15     <td class="frm">
16     <INPUT type="text" name="c_source_description" size="40" value="[% select_c_source.first.c_source_description %]">
17     </td>
18     </tr>
19    
20     <tr>
21     <th class="frm">notes</th>
22     <td class="frm">
23     <TEXTAREA name="c_source_notes" rows="6" cols="40">[% select_c_source.first.c_source_notes %]</TEXTAREA>
24     </td>
25     </tr>
26    
27    
28     <tr>
29     <th class="frm">&nbsp;</th>
30     <th class="frm">
31     <INPUT type="submit">
32     </th>
33     </tr>
34    
35     </table>
36     </form>

  ViewVC Help
Powered by ViewVC 1.1.26