/[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 179 by dpavlin, Sun Nov 27 15:14:54 2005 UTC revision 207 by dpavlin, Sat Dec 3 22:25:49 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">
42   <div id="div_template">  [% c.subreq('/editor/template') %]
43    <span class="notice">no template loaded yet.</span>  </tr>
44   </div>  <tr id="row_css">
45    [% c.subreq('/editor/css') %]
46   <div id="div_css">  </tr>
47    <span class="notice"> no CSS loaded yet.</span>  </table>
  </div>  
   
 </div>  
48    
49  <div id="div_record">  <div id="div_record">
50   <span class="notice">no record loaded yet.</span>  [% c.subreq('/editor/record') %]
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.179  
changed lines
  Added in v.207

  ViewVC Help
Powered by ViewVC 1.1.26