Changeset 999 in ExiteCMS for modules/common/advertising/php-files/modules/advertising/templates/modules.advertising.images.tpl
- Timestamp:
- 10/23/07 14:49:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/advertising/php-files/modules/advertising/templates/modules.advertising.images.tpl
r997 r999 18 18 <!--- 19 19 function confdel(url) { 20 if (confirm('{/literal}{$locale. 905}{literal}')) location.href = url;20 if (confirm('{/literal}{$locale.ads905}{literal}')) location.href = url; 21 21 } 22 22 // ---> … … 30 30 {include file="_closetable.tpl"} 31 31 {/if} 32 {include file="_opentable.tpl" name=$_name title=$locale. 406 state=$_state style=$_style}32 {include file="_opentable.tpl" name=$_name title=$locale.ads406 state=$_state style=$_style} 33 33 <table align='center' cellpadding='0' cellspacing='1' width='500' class='tbl-border'> 34 34 <tr> 35 <td class='tbl2'><b>{$locale. 530}</b></td>36 <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale. 542}</b></td>37 <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale. 544}</b></td>38 <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale. 543}</b></td>35 <td class='tbl2'><b>{$locale.ads530}</b></td> 36 <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale.ads542}</b></td> 37 <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale.ads544}</b></td> 38 <td class='tbl2' align='center' width='1%' style='white-space:nowrap'><b>{$locale.ads543}</b></td> 39 39 </tr> 40 40 {section name=img loop=$image_list} … … 43 43 <td align='center' width='1%' class='{cycle values="tbl1,tbl2" advance=false}' style='white-space:nowrap'>{$image_list[img].x} x {$image_list[img].y}</td> 44 44 <td align='center' width='1%' class='{cycle values="tbl1,tbl2" advance=false}' style='white-space:nowrap'> 45 {if $image_list[img].used}{$locale. 423}{else}{$locale.422}{/if}45 {if $image_list[img].used}{$locale.ads423}{else}{$locale.ads422}{/if} 46 46 </td> 47 47 <td align='center' width='1%' class='{cycle values="tbl1,tbl2"}' style='white-space:nowrap'> 48 [<a href='{$smarty.const.FUSION_SELF}{$aidlink}&action=imgview&image={$image_list[img].image}'>{$locale. 540}</a>]49 [<a href='javascript:confdel("{$smarty.const.FUSION_SELF}{$aidlink}&action=imgdel&image={$image_list[img].image}");'>{$locale. 541}</a>]48 [<a href='{$smarty.const.FUSION_SELF}{$aidlink}&action=imgview&image={$image_list[img].image}'>{$locale.ads540}</a>] 49 [<a href='javascript:confdel("{$smarty.const.FUSION_SELF}{$aidlink}&action=imgdel&image={$image_list[img].image}");'>{$locale.ads541}</a>] 50 50 </td> 51 51 </tr> … … 53 53 <tr> 54 54 <td align='center' colspan='4' class='tbl1'> 55 {$locale. 970}55 {$locale.ads970} 56 56 </td> 57 57 </tr> … … 61 61 <br /> 62 62 <form name='subfunctions' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 63 <input type='submit' name='cancel' value='{$locale. 441}' class='button'>63 <input type='submit' name='cancel' value='{$locale.ads441}' class='button'> 64 64 </form> 65 65 </td>
Note: See TracChangeset
for help on using the changeset viewer.
