/[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 243 by dpavlin, Sat Dec 3 22:25:49 2005 UTC revision 244 by dpavlin, Wed Dec 14 23:04:13 2005 UTC
# Line 21  template_filename = '[% template_filenam Line 21  template_filename = '[% template_filenam
21      </head>      </head>
22      <body onload="init_page();">      <body onload="init_page();">
23    
 <div class="navigation">  
         <a id="a_left_arr" href="#previous" onClick="this.blur(); return dec_rec();">&#8678;</a>  
         <input id="record_nr" type="text" size="3" value="" onchange="return load_rec($('record_nr').value);"/>  
   
         <a id="a_right_arr" href="#next" onClick="this.blur(); return inc_rec();">&#8680;</a>  
         <a id="a_reload" href="#reload" onClick="this.blur(); return reload_rec();">&#8634;</a>  
         <span id="working"><img src="/img/indicator.gif" /></span>  
 </div>  
   
24  <div id="div_editor_toolbar">  <div id="div_editor_toolbar">
25   Editor   Editor
26   <a id="a_template" class="tab" href="#" onClick="return edit_template();">template</a>   <a id="a_template" class="tab" href="#" onClick="return edit_template();">template</a>
# Line 46  template_filename = '[% template_filenam Line 37  template_filename = '[% template_filenam
37  </tr>  </tr>
38  </table>  </table>
39    
40    <div class="navigation">
41            <a id="a_left_arr" href="#previous" onClick="this.blur(); return dec_rec();">&#8678;</a>
42            <input id="record_nr" type="text" size="3" value="" onchange="return load_rec($('record_nr').value);"/>
43    
44            <a id="a_right_arr" href="#next" onClick="this.blur(); return inc_rec();">&#8680;</a>
45            <a id="a_reload" href="#reload" onClick="this.blur(); return reload_rec();">&#8634;</a>
46    
47            <select name="rec_uri_prefix" id="rec_uri_prefix">
48            <option value="ps/libri">Psihologija</option>
49            </select>
50    
51            <span id="working"><img src="/img/indicator.gif" /></span>
52    </div>
53    
54  <div id="div_record">  <div id="div_record">
55  [% c.subreq('/editor/record') %]  [% c.subreq('/editor/record', { record_uri => record_uri }) %]
56  </div>  </div>
57    
58    

Legend:
Removed from v.243  
changed lines
  Added in v.244

  ViewVC Help
Powered by ViewVC 1.1.26