Ignore:
Timestamp:
Mar 9, 2009, 8:41:45 PM (15 years ago)
Author:
nikrou
Message:

fix html warnings. unclosed monotags

Location:
trunk/template-extension/distributed/samples
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template-extension/distributed/samples/my-picture.tpl

    r2780 r3185  
    4242      <a href="{$U_SLIDESHOW_STOP}" title="{'slideshow_stop'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_slideshow.png" class="button" alt="{'slideshow_stop'|@translate}"></a>
    4343    {/if}
    44       <a href="{$U_METADATA}" title="{'picture_show_metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata" /></a>
     44      <a href="{$U_METADATA}" title="{'picture_show_metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata"></a>
    4545    {if isset($current.U_DOWNLOAD) }
    4646      <a href="{$current.U_DOWNLOAD}" title="{'download_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>
  • trunk/template-extension/distributed/samples/my-thumbnails.tpl

    r2515 r3185  
    88                <span class="wrap2">
    99                <a href="{$thumbnail.URL}">
    10                         <img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}" />
     10                        <img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}">
    1111                </a>
    1212                </span>
    1313                <span class="thumbLegend" style="color:#F36;">
    14     &copy; 2008 Piwigo<br />
     14    &copy; 2008 Piwigo<br>
    1515                {if !empty($thumbnail.NAME)}{$thumbnail.NAME}{/if}
    1616                {if !empty($thumbnail.ICON_TS)}{$thumbnail.ICON_TS}{/if}
     
    1818                {if isset($thumbnail.NB_COMMENTS)}
    1919                <span class="{if 0==$thumbnail.NB_COMMENTS}zero {/if}nb-comments">
    20                 <br />
     20                <br>
    2121                {$pwg->l10n_dec('%d comment', '%d comments',$thumbnail.NB_COMMENTS)}
    2222                </span>
     
    2525                {if isset($thumbnail.NB_HITS)}
    2626                <span class="{if 0==$thumbnail.NB_HITS}zero {/if}nb-hits">
    27                 <br />
     27                <br>
    2828                {$pwg->l10n_dec('%d hit', '%d hits',$thumbnail.NB_HITS)}
    2929                </span>
  • trunk/template-extension/distributed/samples/my-thumbnails2.tpl

    r2826 r3185  
    1111                </legend>
    1212                <a href="{$thumbnail.URL}" class="lap2">
    13                         <span><img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}" /></span>
     13                        <span><img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}"></span>
    1414                </a>
    1515  </fieldset>
Note: See TracChangeset for help on using the changeset viewer.