/[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

Diff of /Webpacus/root/editor/template.tt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 172 by dpavlin, Sun Nov 27 01:42:33 2005 UTC revision 179 by dpavlin, Sun Nov 27 15:14:54 2005 UTC
# Line 1  Line 1 
1    <div id="div_template_form">
2    
3  [% c.prototype.form_remote_tag(  [% c.prototype.form_remote_tag(
4          url => base _ 'editor/template',          url => base _ 'editor/template',
# Line 8  Line 9 
9                  name => 'form_editor_css',                  name => 'form_editor_css',
10          }          }
11  ) %]  ) %]
 <div id="div_template_form">  
12    
13  <form name="form_editor_template" action="[% base %]" method="post">  <div id="template_content_toolbar" class="content_toolbar">
14    <span class="notice">...not changed yet...</span>
15    </div>
16    
17  <textarea name="template_content" id="template_content" cols="80" rows="10">  <textarea name="template_content" id="template_content" cols="80" rows="10"
18            onkeydown="return edTab(event);"
19            onfocus="return edFocus('template_content');"
20            onblur="_ts('not saved'); return edBlur();"
21    >
22  [% template_content %]  [% template_content %]
23  </textarea>  </textarea>
24    
# Line 27  Line 33 
33    
34  </form>  </form>
35    
36  </div>  </div><!-- id="div_template_form" -->
37    
38  <div id="div_template_list">  <div id="div_template_list">
39    

Legend:
Removed from v.172  
changed lines
  Added in v.179

  ViewVC Help
Powered by ViewVC 1.1.26