/[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 137 by dpavlin, Thu Nov 24 22:29:39 2005 UTC revision 138 by dpavlin, Thu Nov 24 22:29:44 2005 UTC
# Line 20  template_filename = '[% template_filenam Line 20  template_filename = '[% template_filenam
20      </head>      </head>
21      <body onload="init_page();">      <body onload="init_page();">
22    
23  <div class="navigation"  <div class="navigation">
 style="background: #e0e0e0; padding: 0.5em; display: block;">  
24          <a id="a_left_arr" href="#previous" onClick="return dec_rec();">&#8678;</a>          <a id="a_left_arr" href="#previous" onClick="return dec_rec();">&#8678;</a>
25          <span id="div_record_nr"> none </span>          <span id="div_record_nr"> none </span>
26    
# Line 30  style="background: #e0e0e0; padding: 0.5 Line 29  style="background: #e0e0e0; padding: 0.5
29  </div>  </div>
30    
31  <div id="div_template_list">  <div id="div_template_list">
32  $template_list_html   $template_list_html
33  </div>  </div>
34    
 <div style="border: 2px solid #ffff80;">  
   
35  <div id="div_editor_toolbar">  <div id="div_editor_toolbar">
36  Editor   Editor
37  <a id="a_template" href="#" onClick="return edit_template();">template</a>   <a id="a_template" href="#" onClick="return edit_template();">template</a>
38  <a id="a_css" href="#" onClick="return edit_css();">css</a>   <a id="a_css" href="#" onClick="return edit_css();">css</a>
39  </div>  </div>
40    
41  <div id="div_editors">  <div id="div_editors">
42    
43  <div id="div_template">   <div id="div_template">
44  <span class="notice">no template loaded yet.</span>    <span class="notice">no template loaded yet.</span>
45  </div>   </div>
46    
47  <div id="div_css">   <div id="div_css">
48  <span class="notice"> no CSS loaded yet.</span>    <span class="notice"> no CSS loaded yet.</span>
49  </div>   </div>
50    
51  </div>  </div>
52    
53  <div id="div_record">  <div id="div_record">
54  <span class="notice">no record loaded yet.</span>   <span class="notice">no record loaded yet.</span>
55  </div>  </div>
56    
57  <pre>  <pre>

Legend:
Removed from v.137  
changed lines
  Added in v.138

  ViewVC Help
Powered by ViewVC 1.1.26