Ignore:
Timestamp:
Jan 4, 2014, 11:53:28 AM (10 years ago)
Author:
mistic100
Message:

reorganize code, clean EOL, remove [img] (deprecated since 08/2012)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/template/cat.tpl

    r7138 r26424  
    11<ul class="thumbnailCategories">
    2         <li style="width: 99.5%;">
    3                 <div class="thumbnailCategory">
    4                         <div class="illustration">
    5                         <a href="{$URL}">
    6                                 <img src="{$TN_SRC}" alt="{$TN_ALT}" title="{'shows images at the root of this category'|@translate}">
    7                         </a>
    8                         </div>
    9                         <div class="description">
    10                                 <h3>
    11                                         <a href="{$URL}">{$NAME}</a>
    12                                 </h3>
     2  <li style="width: 99.5%;">
     3    <div class="thumbnailCategory">
     4      <div class="illustration">
     5      <a href="{$URL}">
     6        <img src="{$TN_SRC}" alt="{$TN_ALT}" title="{'shows images at the root of this category'|@translate}">
     7      </a>
     8      </div>
     9      <div class="description">
     10        <h3>
     11          <a href="{$URL}">{$NAME}</a>
     12        </h3>
    1313        <div class="text" style="text-align: left;">
    14                                 {if isset($INFO_DATES) }
    15                                 <p class="dates">{$INFO_DATES}</p>
    16                                 {/if}
    17                                 <p class="Nb_images">{$CAPTION_NB_IMAGES}</p>
    18                                 {if not empty($DESCRIPTION)}
    19                                 <p>{$DESCRIPTION}</p>
    20                                 {/if}
     14          {if isset($INFO_DATES) }
     15          <p class="dates">{$INFO_DATES}</p>
     16          {/if}
     17          <p class="Nb_images">{$CAPTION_NB_IMAGES}</p>
     18          {if not empty($DESCRIPTION)}
     19          <p>{$DESCRIPTION}</p>
     20          {/if}
    2121        </div>
    22                         </div>
    23                 </div>
    24         </li>
     22      </div>
     23    </div>
     24  </li>
    2525</ul>
Note: See TracChangeset for help on using the changeset viewer.