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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 172 - (show annotations)
Sun Nov 27 01:42:33 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 572 byte(s)
 r11180@llin:  dpavlin | 2005-11-27 02:30:29 +0100
 saving of template and css now work

1 <div id="div_css_form">
2
3 [% c.prototype.form_remote_tag(
4 url => base _ 'editor/css',
5 update => 'div_css_status',
6 loading => 'show_working();',
7 loaded => 'reload_css(); hide_working();',
8 html_options => {
9 name => 'form_editor_css',
10 }
11 ) %]
12
13 <textarea name="css_content" id="css_content" cols="80" rows="10">
14 [% css_content %]
15 </textarea>
16
17 <div class="edit_bar">
18
19 <input type="submit" name="save_css" value="Save" />
20 <span id="div_css_status" class="notice">idle</span>
21
22 <input type="hidden" name="css_filename" value="[% css_filename %]" />
23
24 </div>
25
26 </form>
27
28 </div>

  ViewVC Help
Powered by ViewVC 1.1.26