/[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 169 by dpavlin, Sat Nov 26 23:26:51 2005 UTC revision 170 by dpavlin, Sun Nov 27 00:50:27 2005 UTC
# Line 1  Line 1 
1  <div id="div_css_form">  <div id="div_css_form">
2    
3  <form name="form_editor_css" action="[% base %]" method="post">  [% 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">  <textarea name="css_content" id="css_content" cols="80" rows="10">
14  [% css_content %]  [% css_content %]

Legend:
Removed from v.169  
changed lines
  Added in v.170

  ViewVC Help
Powered by ViewVC 1.1.26