/[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

Annotation of /Webpacus/root/editor/css.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 134 - (hide annotations)
Thu Nov 24 16:30:16 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 411 byte(s)
 r9104@llin:  dpavlin | 2005-11-24 17:32:00 +0100
 first try at re-implementing editor in Prototype and script.aculo.us and
 mir.aculo.us, it's not as easy as it seems.

1 dpavlin 134 <form name="form_editor_css" action="[% base %]" method="post">
2    
3     <textarea name="css_content" cols="80" rows="10" style="display: block;">
4     [% css_content %]
5     </textarea>
6    
7     <br/>
8     <input type="button" name="save_css" value="Save" onclick="javascript:iwfRequest(this);" />
9     <span id="div_css_status" style="color: #808080;">idle</span>
10    
11     <input type="hidden" name="css_filename" value="[% css_filename %]" />
12    
13     </form>

  ViewVC Help
Powered by ViewVC 1.1.26