/[wopi2]/trunk/template/editor.html
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 /trunk/template/editor.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by dpavlin, Wed Jun 23 11:56:27 2004 UTC revision 4 by dpavlin, Fri Jun 25 11:46:24 2004 UTC
# Line 6  Line 6 
6    
7  <body onLoad="preview_text('var'); preview_html('q'); preview_html('a');">  <body onLoad="preview_text('var'); preview_html('q'); preview_html('a');">
8    
9    <div class="right">
10    [% INCLUDE "question_list.html" %]
11  [% INCLUDE "hint_edit.html" %]  [% INCLUDE "hint_edit.html" %]
12    </div>
13    
14  <div class="left">  <div class="left">
15    
# Line 41  Line 44 
44    <div id="a_preview"></div>    <div id="a_preview"></div>
45  </div>  </div>
46    
47    <div style="float: left; clear: left;">
48    [% USE dumper %]
49    <small>
50    <pre>
51    [% dumper.dump(poll.questions) %]
52    </pre>
53    </small>
54    </div>
55    
56    </body>
57    </html>

Legend:
Removed from v.1  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26