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

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

revision 192 by dpavlin, Sun Nov 27 15:14:54 2005 UTC revision 193 by dpavlin, Tue Nov 29 14:31:26 2005 UTC
# Line 37  template_filename = '[% template_filenam Line 37  template_filename = '[% template_filenam
37   <a id="a_other" class="tab" href="#" onClick="return Logger.error('not implemented yet');">other</a>   <a id="a_other" class="tab" href="#" onClick="return Logger.error('not implemented yet');">other</a>
38  </div>  </div>
39    
40  <div id="div_editors">  <table id="div_editors" class="editors">
41    <tr id="row_template"><td>
  <div id="div_template">  
42    <span class="notice">no template loaded yet.</span>    <span class="notice">no template loaded yet.</span>
43   </div>  </td></tr>
44    <tr id="row_css"><td>
  <div id="div_css">  
45    <span class="notice"> no CSS loaded yet.</span>    <span class="notice"> no CSS loaded yet.</span>
46   </div>  </td></tr>
47    </table>
 </div>  
48    
49  <div id="div_record">  <div id="div_record">
50   <span class="notice">no record loaded yet.</span>   <span class="notice">no record loaded yet.</span>
51  </div>  </div>
52    
53    
54  <pre>  <pre>
55  [% USE dumper ; dumper.dump( stash ) %]  [% USE dumper ; dumper.dump( stash ) %]
56  </pre>  </pre>

Legend:
Removed from v.192  
changed lines
  Added in v.193

  ViewVC Help
Powered by ViewVC 1.1.26