/[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 166 by dpavlin, Sat Nov 26 20:21:54 2005 UTC revision 167 by dpavlin, Sat Nov 26 21:11:41 2005 UTC
# Line 1  Line 1 
1  <div class="template_form">  <div class="template_form">
2    
3    <div id="div_template_list">
4    
5    Templates:
6    
7    <ul>
8    [% FOREACH t IN template_list %]
9     [% IF t == template_filename %]
10      <li><b>[% t %]</b></li>
11     [% ELSE %]
12      <li><a href="#" onclick="return load_template('[% t %]');">[% t %]</a></li>
13     [% END %]
14    [% END %]
15    </ul>
16    
17    </div>
18    
19  <form name="form_editor_template" action="[% base %]" method="post">  <form name="form_editor_template" action="[% base %]" method="post">
20    
21  <textarea name="template_content" id="template_content" cols="80" rows="10">  <textarea name="template_content" id="template_content" cols="80" rows="10">

Legend:
Removed from v.166  
changed lines
  Added in v.167

  ViewVC Help
Powered by ViewVC 1.1.26