/[webpac2]/Webpacus/root/editor/css.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/css.tt

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

revision 172 by dpavlin, Sun Nov 27 01:42:33 2005 UTC revision 179 by dpavlin, Sun Nov 27 15:14:54 2005 UTC
# Line 10  Line 10 
10          }          }
11  ) %]  ) %]
12    
13  <textarea name="css_content" id="css_content" cols="80" rows="10">  <div id="css_content_toolbar" class="content_toolbar">
14    <span class="notice">...not changed yet...</span>
15    </div>
16    
17    <textarea name="css_content" id="css_content" cols="80" rows="10"
18            onkeydown="return edTab(event);"
19            onfocus="return edFocus('css_content');"
20            onblur="_cs('not saved'); return edBlur();"
21    >
22  [% css_content %]  [% css_content %]
23  </textarea>  </textarea>
24    
# Line 25  Line 33 
33    
34  </form>  </form>
35    
36    </div><!-- id="div_css_form" -->
37    
38    
39    <div id="div_css_list">
40    
41    css:
42    
43    <ul>
44    [% FOREACH t IN css_list %]
45     [% IF t == css_filename %]
46      <li id="css_list_selected">[% t %]</li>
47     [% ELSE %]
48      <li><a href="#" onclick="return switch_css('[% t %]');">[% t %]</a></li>
49     [% END %]
50    [% END %]
51    </ul>
52    
53  </div>  </div>

Legend:
Removed from v.172  
changed lines
  Added in v.179

  ViewVC Help
Powered by ViewVC 1.1.26