/[webpac2]/Webpacus/root/editor/template.tt
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 /Webpacus/root/editor/template.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 164 - (hide annotations)
Sat Nov 26 20:21:49 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 472 byte(s)
 r11164@llin:  dpavlin | 2005-11-26 19:53:45 +0100
 more design

1 dpavlin 137 <div class="template_form">
2    
3 dpavlin 134 <form name="form_editor_template" action="[% base %]" method="post">
4    
5 dpavlin 164 <textarea name="template_content" id="template_content" cols="80" rows="10">
6 dpavlin 134 [% template_content %]
7     </textarea>
8    
9     <br/>
10     <input type="button" name="save_template" value="Save" onclick="javascript:iwfRequest(this);" />
11 dpavlin 164 <span id="div_template_status" class="notice">idle</span>
12 dpavlin 134
13     <input type="hidden" name="template_filename" value="[% template_filename %]" />
14    
15     </form>
16 dpavlin 137
17     </div>

  ViewVC Help
Powered by ViewVC 1.1.26