/[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 135 by dpavlin, Thu Nov 24 22:29:29 2005 UTC revision 137 by dpavlin, Thu Nov 24 22:29:39 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    style="background: #e0e0e0; padding: 0.5em; display: block;">
25          <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>
26          <span id="div_record_nr"> none </span>          <span id="div_record_nr"> none </span>
27    
# Line 27  template_filename = '[% template_filenam Line 29  template_filename = '[% template_filenam
29          <a id="a_reload" href="#reload" onClick="return reload_rec();">&#8634;</a>          <a id="a_reload" href="#reload" onClick="return reload_rec();">&#8634;</a>
30  </div>  </div>
31    
32  <div id="div_template_list" style="display: inline; border: 2px solid #ffcc88; float: right; z-index: 10;">  <div id="div_template_list">
33  $template_list_html  $template_list_html
34  </div>  </div>
35    
# Line 39  Editor Line 41  Editor
41  <a id="a_css" href="#" onClick="return edit_css();">css</a>  <a id="a_css" href="#" onClick="return edit_css();">css</a>
42  </div>  </div>
43    
44  <div id="div_editors" style="display: block;">  <div id="div_editors">
45    
46  <div id="div_template" style="position: relative; display: block;">  <div id="div_template">
47  <span style="color: #808080;"> no template loaded yet. </span>  <span class="notice">no template loaded yet.</span>
48  </div>  </div>
49    
50  <div id="div_css" style="display: block;">  <div id="div_css">
51  <span style="color: #808080;"> no CSS loaded yet. </span>  <span class="notice"> no CSS loaded yet.</span>
52  </div>  </div>
53    
54  </div>  </div>
55    
56  <div id="div_record" style="display: block; clear: left;">  <div id="div_record">
57  <span style="color: #808080;"> no record loaded yet. </span>  <span class="notice">no record loaded yet.</span>
58  </div>  </div>
59    
 [% INCLUDE footer.tt %]  
   
60  <pre>  <pre>
61  [% USE dumper ; dumper.dump( stash ) %]  [% USE dumper ; dumper.dump( stash ) %]
62  </pre>  </pre>
63    
64    [% INCLUDE footer.tt %]

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

  ViewVC Help
Powered by ViewVC 1.1.26