/[health_html]/templates/edit.tpl
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 /templates/edit.tpl

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

revision 1.3 by ravilov, Tue Aug 7 13:55:51 2001 UTC revision 1.4 by ravilov, Thu Aug 16 09:08:42 2001 UTC
# Line 8  function InsertTags(src, obj, t) { Line 8  function InsertTags(src, obj, t) {
8          alert(t + ": not yet implemented.");          alert(t + ": not yet implemented.");
9          src.blur();          src.blur();
10          if (!obj) return;          if (!obj) return;
11          var o = eval('document.forms[0].elements["'+obj+'"]');          var o = eval("document.forms[0].elements['"+obj+"']");
12          if (!o) return;          if (!o) return;
13          o.focus();          o.focus();
14          // ...          // ...
# Line 22  function Underline(src, obj) { InsertTag Line 22  function Underline(src, obj) { InsertTag
22    
23  <form action="{$FORM_ACTION}" method=post enctype="multipart/form-data">  <form action="{$FORM_ACTION}" method=post enctype="multipart/form-data">
24  {if ($ed_preview)}  {if ($ed_preview)}
25  <table border=1 cellspacing=0 cellpadding=5 width="100%"><tr><td>  <table border=1 cellspacing=0 cellpadding=6 width="100%"><tr><td>
26  {if (! $ed_clr_main && $ed_titlepic_url && ($ed_titlepic_pos == 1 || $ed_titlepic_pos == 2 || $ed_titlepic_pos == 3))}  {if (! $ed_clr_main && $ed_titlepic_url && ($ed_titlepic_pos == 1 || $ed_titlepic_pos == 2 || $ed_titlepic_pos == 3))}
27    <p align={if ($ed_titlepic_pos == 1)}left{/if}{if ($ed_titlepic_pos == 2)}center{/if}{if ($ed_titlepic_pos == 3)}right{/if}><img src="{$newspicdir}{$ed_titlepic_url}" border=0 alt="{$ed_titlepic_alt}"{if ($ed_titlepic_width)} width={$ed_titlepic_width}{/if}{if ($ed_titlepic_height)} height={$ed_titlepic_height}{/if}></p>    <p align={if ($ed_titlepic_pos == 1)}left{/if}{if ($ed_titlepic_pos == 2)}center{/if}{if ($ed_titlepic_pos == 3)}right{/if}><img src="{$newspicdir}{$ed_titlepic_url}" border=0 alt="{$ed_titlepic_alt}"{if ($ed_titlepic_width)} width={$ed_titlepic_width}{/if}{if ($ed_titlepic_height)} height={$ed_titlepic_height}{/if}></p>
28  {/if}  {/if}

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26