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

Contents of /templates/edit.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations)
Wed Sep 19 12:23:57 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
Changes since 1.6: +70 -13 lines
Added thefilez/med/ (PLIVAmed site). Other major changes...

1 {literal}
2 <script type="text/javascript" language="JavaScript">
3 <!-- // begin
4 function InsertTags(src, obj, t) {
5 alert(t + ": not yet implemented.");
6 }
7 function Bold(src, obj) { InsertTags(src, obj, "B"); }
8 function Italic(src, obj) { InsertTags(src, obj, "I"); }
9 function Underline(src, obj) { InsertTags(src, obj, "U"); }
10 // end -->
11 </script>
12 {/literal}
13
14 <form action="{$FORM_ACTION}" method=post enctype="multipart/form-data">
15 {if ($ed_preview)}
16 <table border=1 cellspacing=0 cellpadding=6 width="100%"><tr><td>
17 {if (! $ed_clr_main && $ed_titlepic_url && ($ed_titlepic_pos == 1 || $ed_titlepic_pos == 2 || $ed_titlepic_pos == 3))}
18 <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>
19 {/if}
20 {if (! $ed_clr_main && $ed_titlepic_url && ($ed_titlepic_pos == 4 || $ed_titlepic_pos == 5))}
21 {if ($ed_titlepic_pos == 4)}<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} align=left>{/if}
22 {if ($ed_titlepic_pos == 5)}<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} align=right>{/if}
23 {/if}
24 {if ($ed_title)}<span class="{if ($ed_cat == 't')}topictitle{elseif ($ed_cat == 'w')}newzworld{elseif ($ed_cat == 'p')}newzpliva{else}maintitle{/if}">{$ed_title}</span><br>{/if}
25 {if ($ed_lead)}<span class="{if ($ed_cat == 't')}topicsubtitle{elseif ($ed_cat == 'w')}newzworldsub{elseif ($ed_cat == 'p')}newzplivasub{else}mainsubtitle{/if}">{$ed_lead}</span><br>&nbsp;{/if}
26 {if (! $ed_clr_main && $ed_titlepic_url && ($ed_titlepic_pos == 6 || $ed_titlepic_pos == 7 || $ed_titlepic_pos == 8))}
27 <p align={if ($ed_titlepic_pos == 6)}left{/if}{if ($ed_titlepic_pos == 7)}center{/if}{if ($ed_titlepic_pos == 8)}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}
29 <br>
30 <input type=hidden name="ed_id" value="{$ed_id}">
31 <input type=hidden name="ed_cat" value="{$ed_cat}">
32 <input type=hidden name="ed_title" value="{$ed_title}">
33 <input type=hidden name="ed_lead" value="{$ed_lead}">
34 <input type=hidden name="ed_titlepic_pos" value="{$ed_titlepic_pos}">
35 <input type=hidden name="ed_titlepic_url" value="{$ed_titlepic_url}">
36 <input type=hidden name="ed_titlepic_url2" value="{$ed_titlepic_url}">
37 <input type=hidden name="ed_titlepic_name" value="{$ed_titlepic_name}">
38 <input type=hidden name="ed_titlepic_alt" value="{$ed_titlepic_alt}">
39 {if (! $vijest)}
40 <input type=hidden name="ed_author_url" value="{$ed_author_url}">
41 <input type=hidden name="ed_author_url2" value="{$ed_author_url}">
42 <input type=hidden name="ed_author_name" value="{$ed_author_name}">
43 <input type=hidden name="ed_author_alt" value="{$ed_author_alt}">
44 <input type=hidden name="ed_author_info" value="{$ed_author_info}">
45 {/if}
46 <input type=hidden name="ed_more" value="{$ed_more}">
47 <input type=hidden name="ed_more_title" value="{$ed_more_title}">
48 <input type=hidden name="ed_clr_main" value="{$ed_clr_main}">
49 {if ($ed_trigger)}<input type=hidden name="{$ed_trigger}" value="1">{/if}
50 {section name=i loop=$ed_text}
51 {if (! $i/ed_text.clr && $i/ed_text.url && ($i/ed_text.pos == 1 || $i/ed_text.pos == 2 || $i/ed_text.pos == 3))}
52 <p align={if ($i/ed_text.pos == 1)}left{/if}{if ($i/ed_text.pos == 2)}center{/if}{if ($i/ed_text.pos == 3)}right{/if}><img src="{$newspicdir}{$i/ed_text.url}" border=0 alt="{$i/ed_text.alt}"{if ($i/ed_text.w)} width={$i/ed_text.w}{/if}{if ($i/ed_text.h)} height={$i/ed_text.h}{/if}></p>
53 {/if}
54 <p class="ptitle">{if ($i/ed_text.class)}<span class="{$i/ed_text.class}">{/if}{$i/ed_text.title}{if ($i/ed_text.class)}</span>{/if}</p>
55 <p class="ptext">
56 {if (! $i/ed_text.clr && $i/ed_text.url && ($i/ed_text.pos == 4 || $i/ed_text.pos == 5))}
57 {if ($i/ed_text.pos == 4)}<img src="{$newspicdir}{$i/ed_text.url}" border=0 alt="{$i/ed_text.alt}"{if ($i/ed_text.w)} width={$i/ed_text.w}{/if}{if ($i/ed_text.h)} height={$i/ed_text.h}{/if} align=left>{/if}
58 {if ($i/ed_text.pos == 5)}<img src="{$newspicdir}{$i/ed_text.url}" border=0 alt="{$i/ed_text.alt}"{if ($i/ed_text.w)} width={$i/ed_text.w}{/if}{if ($i/ed_text.h)} height={$i/ed_text.h}{/if} align=right>{/if}
59 {/if}
60 {if ($i/ed_text.hl)}<table border=1 cellspacing=0 cellpadding=5 align=right bgcolor="#FFFFE0"><tr><td>{$i/ed_text.hl}</td></tr></table>{/if}
61 {if ($i/ed_text.txt)}{$i/ed_text.txt}{else}&nbsp;{/if}
62 </p>
63 {if (! $i/ed_text.clr && $i/ed_text.url && ($i/ed_text.pos == 6 || $i/ed_text.pos == 7 || $i/ed_text.pos == 8))}
64 <p align={if ($i/ed_text.pos == 6)}left{/if}{if ($i/ed_text.pos == 7)}center{/if}{if ($i/ed_text.pos == 8)}right{/if}><img src="{$newspicdir}{$i/ed_text.url}" border=0 alt="{$i/ed_text.alt}"{if ($i/ed_text.w)} width={$i/ed_text.w}{/if}{if ($i/ed_text.h)} height={$i/ed_text.h}{/if}></p>
65 {/if}
66 <input type=hidden name="ed_text_{$i/ed_text.n}" value="{$i/ed_text.txt3}">
67 <input type=hidden name="ed_hl_{$i/ed_text.n}" value="{$i/ed_text.hl3}">
68 <input type=hidden name="ed_text_title_{$i/ed_text.n}" value="{$i/ed_text.title}">
69 <input type=hidden name="ed_text_level_{$i/ed_text.n}" value="{$i/ed_text.level}">
70 <input type=hidden name="ed_textpic_url_{$i/ed_text.n}" value="{$i/ed_text.url}">
71 <input type=hidden name="ed_textpic_url2_{$i/ed_text.n}" value="{$i/ed_text.url}">
72 <input type=hidden name="ed_textpic_name_{$i/ed_text.n}" value="{$i/ed_text.name}">
73 <input type=hidden name="ed_textpic_alt_{$i/ed_text.n}" value="{$i/ed_text.alt}">
74 <input type=hidden name="ed_textpic_pos_{$i/ed_text.n}" value="{$i/ed_text.pos}">
75 <input type=hidden name="ed_clr_{$i/ed_text.n}" value="{$i/ed_text.clr}">
76 {/section}
77 {if ($ed_more)}<p align=right><small>[ <a href="{$ed_more}" class="more"{if ($ed_more_new)} target="_blank"{/if}>{if ($ed_more_title)}{$ed_more_title}{else}vi¹e...{/if}</a> ]</small></p>{/if}
78 {if (! $vijest)}{$AUTHOR}{/if}
79 </td></tr>
80 <tr bgcolor="#E0E0E0"><td align=right><input type=submit name="ed_edit" value="Re-edit">&nbsp;<input type=submit name=save value="Save"{if ($ed_empty)} disabled{/if}>&nbsp;<input type=submit name=cancel value="Cancel"></td></tr>
81 </table>
82 {if ($med)}
83 {section name=i loop=$specs}
84 <input type=hidden name="ed_spec_{$i/specs.id}" value="{$i/specs.check}">
85 {/section}
86 {else}
87 {section name=i loop=$categories}
88 <input type=hidden name="ed_cat_{$i/categories.id}" value="{$i/categories.check}">
89 {/section}
90 {/if}
91 {else}
92 <table border=1 cellspacing=0 cellpadding=2 width="100%" bgcolor="#E0E0E0">
93 {if ($ed_warnings)}<tr bgcolor="#C0C0FF"><td style="padding:10px"><span class="note">Some warnings were generated while processing your article. For more information, review the notes marked <span class="warning">red</span> below.<br><br>Click &quot;<i>Preview</i>&quot; below again to ignore warnings and preview the article anyway.</span></td></tr>{/if}
94 <tr><td>
95 <table border=0 cellspacing=0 cellpadding=3 width="100%">
96 <tr><td align=right><b>Title:</b></td><td colspan=3><input type=text onfocus="select();" class="small" size=30 name="ed_title" value="{$ed_title}" style="width:100%"></td></tr>
97 <tr><td align=right valign=top><b>Lead:</b></td><td colspan=3><textarea name="ed_lead" onfocus="select();" class="small" style="width:100%" cols=35 rows=3 wrap=virtual>{$ed_lead}</textarea></td></tr>
98 <tr><td align=right valign=middle><b>Category:</b></td><td colspan=3><select name="ed_cat" class="small" style="width:100%">{section name=i loop=$categories}<option value="{$i/categories.id}"{if ($ed_cat == $i/categories.id)} selected{/if}>{$i/categories.txt}</option>{/section}</select></td></tr>
99 <tr><td align=right valign=top rowspan=2><b>Title picture:</b></td><td rowspan=2 valign=top>{if (! $ed_clr_main)}<img src="{$newspicdir}{$ed_titlepic_url}" alt="{$ed_titlepic_alt}" border=0{if ($ed_titlepic_width)} width={$ed_titlepic_width}{/if}{if ($ed_titlepic_height)} height={$ed_titlepic_height}{/if}><br>({$ed_titlepic_name})<input type=hidden name="ed_titlepic_url2" value="{$ed_titlepic_url}"><input type=hidden name="ed_titlepic_name" value="{$ed_titlepic_name}">{else}<i>no picture</i>{/if}</td><td align=right width="25%"><b>Filename:</b></td><td><input type=file onfocus="select();" name="ed_titlepic_url" size=10 class="small">&nbsp;<input type=submit name="ed_clear_main" value="Delete" class="small"{if ($ed_clr_main)} disabled{/if}><input type=hidden name="ed_clr_main" value="{$ed_clr_main}"></td></tr><tr><td align=right><b>Alt:</b></td><td><input type=text onfocus="select();" class="small" size=15 name=ed_titlepic_alt value="{$ed_titlepic_alt}"></td></tr>
100 <tr><td align=right valign=top><b>Title picture position:</b></td><td>
101 <table border=0 cellspacing=0 cellpadding=0>
102 <tr>
103 <td><input type=radio class="small" name="ed_titlepic_pos" value=1 title="Upper left"{if ($ed_titlepic_pos == 1)} checked{/if}></td>
104 <td><input type=radio class="small" name="ed_titlepic_pos" value=2 title="Upper center"{if ($ed_titlepic_pos == 2)} checked{/if}></td>
105 <td><input type=radio class="small" name="ed_titlepic_pos" value=3 title="Upper right"{if ($ed_titlepic_pos == 3)} checked{/if}></td>
106 </tr>
107 <tr>
108 <td><input type=radio class="small" name="ed_titlepic_pos" value=4 title="Inline left"{if ($ed_titlepic_pos == 4)} checked{/if}></td>
109 <td><input type=radio class="small" name="ed_titlepic_pos" value=0 title="No picture"{if (!$ed_titlepic_pos)} checked{/if}></td>
110 <td><input type=radio class="small" name="ed_titlepic_pos" value=5 title="Inline right"{if ($ed_titlepic_pos == 5)} checked{/if}></td>
111 </tr>
112 <tr>
113 <td><input type=radio class="small" name="ed_titlepic_pos" value=6 title="Lower left"{if ($ed_titlepic_pos == 6)} checked{/if}></td>
114 <td><input type=radio class="small" name="ed_titlepic_pos" value=7 title="Lower center"{if ($ed_titlepic_pos == 7)} checked{/if}></td>
115 <td><input type=radio class="small" name="ed_titlepic_pos" value=8 title="Lower right"{if ($ed_titlepic_pos == 8)} checked{/if}></td>
116 </tr>
117 </table></td>
118 <td colspan=2 align=right valign=bottom>{if ($ed_warning)}<span class="warning"><i>WARNING:</i>
119 {if ($ed_warning == 2)}You uploaded a title picture, but have not selected its disposition (the <i>Title picture position</i> field).{/if}
120 </span><input type=hidden name="ed_title_force" value=1>{else}&nbsp;{/if}</td>
121 </tr>
122 <td align=right valign=bottom><b>URL for more info:</b></td><td colspan=3 align=left valign=bottom><input type=text onfocus="select();" class="small" size=30 name="ed_more" style="width:100%" value="{$ed_more}"></td>
123 </tr>
124 <tr>
125 <td align=right valign=bottom><b>URL title:</b></td><td colspan=3 align=left valign=bottom><input type=text onfocus="select();" class="small" size=30 name="ed_more_title" style="width:100%" value="{$ed_more_title}"></td>
126 </tr>
127 <tr><td align=left colspan=4><br><br><b>Topic text:</b>
128 <dl><dd>
129 {section name=i loop=$ed_text}
130 <hr width="100%" size=2>
131 <table border=0 cellspacing=0 cellpadding=4 width="90%">
132 <tr><td align=left valign=top width="50%" colspan=2><b><i>Paragraph&nbsp;{%i.rownum%}:</i></b></td><td align=right width="50%" colspan=2><input type=submit name="ed_delete_{$i/ed_text.n}" value="Delete this paragraph" class="small"></td></tr>
133 <tr><td align=right valign=middle>Level:</td><td><select name="ed_text_level_{$i/ed_text.n}" class="small">{section name=j loop=$levels}<option value="{$j/levels.id}"{if ($i/ed_text.level == $j/levels.id)} selected{/if}>{$j/levels.name}</option>{/section}</select></td><td align=right valign=middle>Title:</td><td><input type=text onfocus="select();" class="small" size=20 name="ed_text_title_{$i/ed_text.n}" value="{$i/ed_text.title}" style="width:100%"></td></tr>
134 <tr><td align=right valign=top>Text:</td><td colspan=3><table border=0 cellspacing=0 cellpadding=1 width="100%"><tr><td rowspan=3 width="100%" align=center><textarea onfocus="select();" onselect="Select(event, 'ed_text_{$i/ed_text.n}');" name="ed_text_{$i/ed_text.n}" id="ed_text_{$i/ed_text.n}" class="small" style="width:100%" cols=35 rows=5 wrap=virtual>{$i/ed_text.txt2}</textarea></td><td><input type=button value="B" title="Bold" class="btn_b" onclick="return Bold(this, 'ed_text_{$i/ed_text.n}');"></td></tr><tr><td><input type=button value="I" title="Italic" class="btn_i" onclick="return Italic(this, 'ed_text_{$i/ed_text.n}');"></td></tr><tr><td><input type=button value="U" title="Underline" class="btn_u" onclick="return Underline(this, 'ed_text_{$i/ed_text.n}');"></td></tr></table></td></tr>
135 <tr><td align=right valign=top>Highlights:</td><td colspan=3><table border=0 cellspacing=0 cellpadding=1 width="100%"><tr><td rowspan=3 width="100%" align=center><textarea onfocus="select();" onselect="Select(event, 'ed_hl_{$i/ed_text.n}');" name="ed_hl_{$i/ed_text.n}" id="ed_hl_{$i/ed_text.n}" class="small" style="width:100%" cols=35 rows=5 wrap=virtual>{$i/ed_text.hl2}</textarea></td><td><input type=button value="B" title="Bold" class="btn_b" onclick="return Bold(this, 'ed_hl_{$i/ed_text.n}');"></td></tr><tr><td><input type=button value="I" title="Italic" class="btn_i" onclick="return Italic(this, 'ed_hl_{$i/ed_text.n}');"></td></tr><tr><td><input type=button value="U" title="Underline" class="btn_u" onclick="return Underline(this, 'ed_hl_{$i/ed_text.n}');"></td></tr></table></td></tr>
136 <tr><td align=right valign=top rowspan=2>Paragraph picture:</td><td valign=top rowspan=2>{if (! $i/ed_text.clr)}<img src="{$newspicdir}{$i/ed_text.url}" alt="{$i/ed_text.alt}" border=0{if ($i/ed_text.w)} width={$i/ed_text.w}{/if}{if ($i/ed_text.h)} height={$i/ed_text.h}{/if}><br>({$i/ed_text.name})<input type=hidden name="ed_textpic_url2_{$i/ed_text.n}" value="{$i/ed_text.url}"><input type=hidden name="ed_textpic_name_{$i/ed_text.n}" value="{$i/ed_text.name}">{else}<i>no picture</i>{/if}</td><td align=right>Filename:</td><td><input type=file onfocus="select();" class="small" name="ed_textpic_url_{$i/ed_text.n}" size=10>&nbsp;<input type=submit class="small" name="ed_clear_{$i/ed_text.n}" value="Delete"{if ($i/ed_text.clr)} disabled{/if}><input type=hidden name="ed_clr_{$i/ed_text.n}" value="{$i/ed_text.clr}"></td></tr><tr><td align=right>Alt:</td><td><input type=text class="small" size=15 name="ed_textpic_alt_{$i/ed_text.n}" value="{$i/ed_text.alt}"></td></tr>
137 <tr><td align=right>Paragraph picture position:</td><td><table border=0 cellspacing=0 cellpadding=0>
138 <tr>
139 <td><input type=radio class="small" name="ed_textpic_pos_{$i/ed_text.n}" value=1 title="Upper left"{if ($i/ed_text.pos == 1)} checked{/if}></td>
140 <td><input type=radio class="small" name="ed_textpic_pos_{$i/ed_text.n}" value=2 title="Upper center"{if ($i/ed_text.pos == 2)} checked{/if}></td>
141 <td><input type=radio class="small" name="ed_textpic_pos_{$i/ed_text.n}" value=3 title="Upper right"{if ($i/ed_text.pos == 3)} checked{/if}></td>
142 </tr>
143 <tr>
144 <td><input type=radio class="small" name="ed_textpic_pos_{$i/ed_text.n}" value=4 title="Inline left"{if ($i/ed_text.pos == 4)} checked{/if}></td>
145 <td><input type=radio class="small" name="ed_textpic_pos_{$i/ed_text.n}" value=0 title="No picture"{if (! $i/ed_text.pos)} checked{/if}></td>
146 <td><input type=radio class="small" name="ed_textpic_pos_{$i/ed_text.n}" value=5 title="Inline right"{if ($i/ed_text.pos == 5)} checked{/if}></td>
147 </tr>
148 <tr>
149 <td><input type=radio class="small" name="ed_textpic_pos_{$i/ed_text.n}" value=6 title="Lower left"{if ($i/ed_text.pos == 6)} checked{/if}></td>
150 <td><input type=radio class="small" name="ed_textpic_pos_{$i/ed_text.n}" value=7 title="Lower center"{if ($i/ed_text.pos == 7)} checked{/if}></td>
151 <td><input type=radio class="small" name="ed_textpic_pos_{$i/ed_text.n}" value=8 title="Lower right"{if ($i/ed_text.pos == 8)} checked{/if}></td>
152 </tr>
153 </table></td>
154 <td colspan=2 align=right valign=bottom>{if ($i/ed_text.warning)}<span class="warning"><i>WARNING:</i>
155 {if ($i/ed_text.warning == 1)}This paragraph is empty (ie. it has neither text nor picture).{/if}
156 {if ($i/ed_text.warning == 2)}You uploaded a picture for this paragraph, but have not selected its disposition (the <i>Picture position</i> field).{/if}
157 </span><input type=hidden name="ed_text_force_{$i/ed_text.n}" value=1>{else}&nbsp;{/if}</td>
158 </tr>
159 </table>
160 {if (%i.index% >= %i.loop% - 1)}<hr width="100%" size=2>{/if}
161 {sectionelse}
162 <i>No paragraphs.</i>
163 {/section}
164 </dd></dl>
165 </td></tr>
166 <tr><td align=right colspan=4 class="small"><input type=submit name=add value="Append" class="small"> <select name="add_num" class="small"><option value=1>1</option><option value=2>2</option><option value=3>3</option><option value=4>4</option><option value=5>5</option><option value=6>6</option><option value=7>7</option><option value=8>8</option><option value=9>9</option><option value=10>10</option></select> new paragraph(s)&nbsp;<br>&nbsp;</td></tr>
167 {if ($med)}
168 <tr><td colspan=4 align=left><b>Specialisations:</b><br>
169 <dl><dd>
170 {if ($specs)}
171 <table border=0 cellspacing=0 cellpadding=0 width="100%">
172 <tr><td>
173 {section name=i loop=$specs}
174 <input type=checkbox name="ed_spec_{$i/specs.id}" value="1" id="_spec_{%i.rownum%}"{if ($i/specs.check)} checked{/if}>&nbsp;<label for="_spec_{%i.rownum%}">{$i/specs.txt}</label><br>
175 {/section}
176 </td></tr>
177 </table>
178 {else}
179 <i>No specialisations.</i>
180 {/if}
181 </dd></dl>
182 </td></tr>
183 {else}
184 <tr><td colspan=4 align=left><b>Categories:</b><br>
185 <dl><dd>
186 {if ($categories)}
187 <table border=0 cellspacing=0 cellpadding=0 width="100%">
188 <tr><td>
189 {section name=i loop=$categories}
190 <input type=checkbox name="ed_cat_{$i/categories.id}" value="1" id="_cat_{%i.rownum%}"{if ($i/categories.check)} checked{/if}>&nbsp;<label for="_cat_{%i.rownum%}">{$i/categories.txt}</label><br>
191 {/section}
192 </td></tr>
193 </table>
194 {else}
195 <i>No categories.</i>
196 {/if}
197 </dd></dl>
198 </td></tr>
199
200 {/if}
201 {if (! $vijest)}
202 <tr><td colspan=4 align=left><b>Author:</b><br>
203 <table border=0 cellspacing=0 cellpadding=0 width="100%"><tr>
204 <td valign=top>
205 {if (! $ed_clr_author)}<img src="{$aupicdir}{$ed_author_url}" alt="{$ed_author_alt}" border=0{if ($ed_author_width)} width={$ed_author_width}{/if}{if ($ed_author_height)} height={$ed_author_height}{/if}><br>({$ed_author_name})<input type=hidden name="ed_author_url2" value="{$ed_author_url}"><input type=hidden name="ed_author_name" value="{$ed_author_name}">{else}<i>no picture</i>{/if}<br><br>
206 <b>Picture:</b> <input type=file onfocus="select();" name="ed_author_url" size=10 class="small">&nbsp;<input type=submit name="ed_clear_author" value="Delete" class="small"{if ($ed_clr_author)} disabled{/if}><input type=hidden name="ed_clr_author" value="{$ed_clr_author}"><br>
207 <b>Alt:</b> <input type=text onfocus="select();" class="small" size=15 name="ed_author_alt" value="{$ed_author_alt}">
208 </td>
209 <td align=left valign=top width="50%"><b>Info:</b><br><textarea name="ed_author_info" cols=50 rows=6 wrap=virtual style="width:100%;">{$ed_author_info}</textarea></td>
210 </tr></table>
211 </td></tr>
212 {/if}
213 </table></td></tr>
214 <tr><td align=right valign=bottom width="50%">
215 <input type=reset value="Revert">&nbsp;<input type=submit name=preview value="Preview">&nbsp;<input type=submit name=cancel value="Cancel"></td></tr>
216 </table>
217 {/if}
218 {section name=i loop=$ed_records}
219 <input type=hidden name="ed_text_id_{%i.rownum%}" value="{$i/ed_records.id}">
220 <input type=hidden name="ed_del_{%i.rownum%}" value="{$i/ed_records.val}">
221 {/section}
222 <input type=hidden name="ed_order" value="{$ed_order}">
223 </form>

  ViewVC Help
Powered by ViewVC 1.1.26