/[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 134 by dpavlin, Thu Nov 24 16:30:16 2005 UTC revision 167 by dpavlin, Sat Nov 26 21:11:41 2005 UTC
# Line 1  Line 1 
1  <html>  <html>
2      <head>      <head>
3          <title>[% name %] :: template editor</title>          <title>[% name %] :: template editor</title>
4          <link id="user_css_link" href="user.css" type="text/css" rel="stylesheet">          <link id="user_css_link" href="css/user.css" type="text/css" rel="stylesheet">
5            <link href="editor/editor.css" type="text/css" rel="stylesheet">
6          <script type="text/javascript" src="/js/prototype.js"></script>          <script type="text/javascript" src="/js/prototype.js"></script>
7          <script type="text/javascript" src="/js/controls.js"></script>          <script type="text/javascript" src="/js/controls.js"></script>
8          <script type="text/javascript" src="/js/dragdrop.js"></script>          <script type="text/javascript" src="/js/dragdrop.js"></script>
# Line 19  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 style="background: #e0e0e0; padding: 0.5em; display: block;">  <div class="navigation">
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 27  template_filename = '[% template_filenam Line 28  template_filename = '[% template_filenam
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" style="display: inline; border: 2px solid #ffcc88; float: right; z-index: 10;">  
 $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" style="display: block;">  <div id="div_editors">
38    
39  <div id="div_template" style="position: relative; display: block;">   <div id="div_template">
40  <span style="color: #808080;"> no template loaded yet. </span>    <span class="notice">no template loaded yet.</span>
41  </div>   </div>
42    
43  <div id="div_css" style="display: block;">   <div id="div_css">
44  <span style="color: #808080;"> 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" style="display: block; clear: left;">  <div id="div_record">
50  <span style="color: #808080;"> no record loaded yet. </span>   <span class="notice">no record loaded yet.</span>
51  </div>  </div>
52    
53    <pre>
54    [% USE dumper ; dumper.dump( stash ) %]
55    </pre>
56    
57  [% INCLUDE footer.tt %]  [% INCLUDE footer.tt %]

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

  ViewVC Help
Powered by ViewVC 1.1.26