Ignore:
Timestamp:
Aug 12, 2009, 4:14:41 PM (15 years ago)
Author:
flop25
Message:

-update div action_pict : now on the top

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/picture.tpl

    r3689 r3726  
    6868
    6969<div id="theImage">
    70 {$ELEMENT_CONTENT}
    71 <div id="action_pict">
     70
     71{assign var='largeur' value=$element_info['scaled_width']}
     72
     73<div id="action_pict" style="width:{$largeur}" >
    7274    {if isset($U_SLIDESHOW_START) }
    7375      <a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"></a>
     
    9496
    9597                        <form action="{$rating.F_ACTION}" method="post" id="rateForm" style="margin:0;">
    96                         <div>&nbsp;
    9798                        {foreach from=$rating.marks item=mark name=rate_loop}
    9899                        {if !$smarty.foreach.rate_loop.first} | {/if}
     
    103104                        {/if}
    104105                        {/foreach}
    105                         <script type="text/javascript" src="{$ROOT_URL}{$themeconf.template_dir}/rating.js"></script>
    106                         </div>
    107106                        </form>
    108107{/if}
    109108
    110109</div>
     110{$ELEMENT_CONTENT}
    111111{if isset($COMMENT_IMG)}
    112112<p>{$COMMENT_IMG}</p>
     
    175175    <td class="label">{'Privacy level'|@translate}:</td>
    176176    <td class="value">
     177                                <script type="text/javascript" src="{$ROOT_URL}{$themeconf.template_dir}/rating.js"></script>
     178
    177179<script type="text/javascript">
    178180{literal}function setPrivacyLevel(selectElement, rootUrl, id, level)
Note: See TracChangeset for help on using the changeset viewer.