Changeset 422


Ignore:
Timestamp:
May 28, 2004, 11:55:15 PM (20 years ago)
Author:
z0rglub
Message:

no more use of clickable bullet with categories in the menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/category.tpl

    r403 r422  
    1 <div align="center" style="padding:10px;"><img src="template/default/images/logo.jpg" width="360" height="100">
    2 </div>
     1<div align="center" style="padding:10px;"><img src="template/default/images/logo.jpg" width="360" height="100"></div>
    32<table style="width:100%;">
    43  <tr>
    5         <td valign="top" style="padding:10px;width:1%;">
    6         <div class="table1">
    7                 <div class="titreMenu">
    8                   <a href="{U_HOME}">{L_CATEGORIES}</a>
    9                 </div>
    10                 <div class="menu">
    11                   <!-- BEGIN category -->
    12                   {category.INDENT}
    13                          <!-- BEGIN bulletlink -->
    14                                 <a href="{category.bulletlink.U_BULLET_LINK}"><img src="{category.bulletlink.BULLET_IMAGE}" style="border:none;" alt="" /></a>
    15                          <!-- END bulletlink -->
    16                          <!-- BEGIN bulletnolink -->
    17                                 <img src="{category.bulletnolink.BULLET_IMAGE}" style="border:none;" alt="" />
    18                         <!-- END bulletnolink -->
    19                         &nbsp;<a href="{category.U_LINK}"><span title='{L_HINT_CATEGORY}' style="{category.T_NAME}">{category.LINK_NAME}</span></a>
    20                         &nbsp;<span class="menuInfoCat">[
    21                         <span title="{category.NB_SUBCATS} {L_SUBCAT}">{category.NB_SUBCATS}</span> - <span title="{category.TOTAL_CAT} {L_IMG_AVAILABLE}">{category.TOTAL_CAT}</span>&nbsp;]</span>{category.CAT_ICON}<br />
    22                   <!-- END category -->
    23                   <div class="totalImages">[&nbsp;{NB_PICTURE}&nbsp;{L_TOTAL}&nbsp;]</div>
     4    <td valign="top" style="padding:10px;width:1%;">
     5      <div class="table1">
     6        <div class="titreMenu">
     7          <a href="{U_HOME}">{L_CATEGORIES}</a>
     8        </div>
     9        <div class="menu">
     10          <!-- BEGIN category -->
     11            {category.INDENT}
     12            <img src="{category.BULLET_IMAGE}" style="border:none;" alt="" />
     13            <a href="{category.U_LINK}"><span title='{L_HINT_CATEGORY}' style="{category.T_NAME}">{category.LINK_NAME}</span></a>
     14            <!-- BEGIN infocat -->
     15            <span class="menuInfoCat">[<span title="{category.infocat.TOTAL_CAT} {L_IMG_AVAILABLE}">{category.infocat.TOTAL_CAT}</span>]</span>
     16            {category.infocat.CAT_ICON}
     17            <!-- END infocat -->
     18            <br />
     19          <!-- END category -->
     20        <div class="totalImages">[&nbsp;{NB_PICTURE}&nbsp;{L_TOTAL}&nbsp;]</div>
    2421                  <br />
    2522                  <ul class="menu">
Note: See TracChangeset for help on using the changeset viewer.