/[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 163 by dpavlin, Sat Nov 26 18:18:10 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    
31  <div id="div_template_list" style="display: inline; border: 2px solid #ffcc88; float: right; z-index: 10;">  <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" class="tab" href="#" onClick="return edit_template();">template</a>
38  <a id="a_css" href="#" onClick="return edit_css();">css</a>   <a id="a_css" class="tab" href="#" onClick="return edit_css();">css</a>
39  </div>  </div>
40    
41  <div id="div_editors" style="display: block;">  <div id="div_editors">
42    
43  <div id="div_template" style="position: relative; display: block;">   <div id="div_template">
44  <span style="color: #808080;"> no template loaded yet. </span>    <span class="notice">no template loaded yet.</span>
45  </div>   </div>
46    
47  <div id="div_css" style="display: block;">   <div id="div_css">
48  <span style="color: #808080;"> 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" style="display: block; clear: left;">  <div id="div_record">
54  <span style="color: #808080;"> no record loaded yet. </span>   <span class="notice">no record loaded yet.</span>
55  </div>  </div>
56    
 [% INCLUDE footer.tt %]  
   
57  <pre>  <pre>
58  [% USE dumper ; dumper.dump( stash ) %]  [% USE dumper ; dumper.dump( stash ) %]
59  </pre>  </pre>
60    
61    [% INCLUDE footer.tt %]

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

  ViewVC Help
Powered by ViewVC 1.1.26