--- Webpacus/root/editor/template.tt 2005/11/26 23:26:45 168 +++ Webpacus/root/editor/template.tt 2005/11/27 01:42:33 172 @@ -1,20 +1,14 @@ -
-
- -Templates: - - - -
+[% c.prototype.form_remote_tag( + url => base _ 'editor/template', + update => 'div_template_status', + loading => 'show_working();', + loaded => 'reload_rec(); hide_working();', + html_options => { + name => 'form_editor_css', + } +) %] +
@@ -24,7 +18,7 @@
- + idle @@ -34,3 +28,19 @@
+ +
+ +Templates: + +
    +[% FOREACH t IN template_list %] + [% IF t == template_filename %] +
  • [% t %]
  • + [% ELSE %] +
  • [% t %]
  • + [% END %] +[% END %] +
+ +