/[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 167 by dpavlin, Sat Nov 26 21:11:41 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 29  style="background: #e0e0e0; padding: 0.5 Line 28  style="background: #e0e0e0; padding: 0.5
28          <a id="a_reload" href="#reload" onClick="return reload_rec();">&#8634;</a>          <a id="a_reload" href="#reload" onClick="return reload_rec();">&#8634;</a>
29  </div>  </div>
30    
 <div id="div_template_list">  
 $template_list_html  
 </div>  
   
 <div style="border: 2px solid #ffff80;">  
   
31  <div id="div_editor_toolbar">  <div id="div_editor_toolbar">
32  Editor   Editor
33  <a id="a_template" href="#" onClick="return edit_template();">template</a>   <a id="a_template" class="tab" href="#" onClick="return edit_template();">template</a>
34  <a id="a_css" href="#" onClick="return edit_css();">css</a>   <a id="a_css" class="tab" href="#" onClick="return edit_css();">css</a>
35  </div>  </div>
36    
37  <div id="div_editors">  <div id="div_editors">
38    
39  <div id="div_template">   <div id="div_template">
40  <span class="notice">no template loaded yet.</span>    <span class="notice">no template loaded yet.</span>
41  </div>   </div>
42    
43  <div id="div_css">   <div id="div_css">
44  <span class="notice"> no CSS loaded yet.</span>    <span class="notice"> no CSS loaded yet.</span>
45  </div>   </div>
46    
47  </div>  </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  <pre>  <pre>

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

  ViewVC Help
Powered by ViewVC 1.1.26