Ignore:
Timestamp:
Jan 7, 2011, 2:08:31 PM (13 years ago)
Author:
rvelices
Message:

rv_menutree minified html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_menutree/trunk/template/rv_menutree_categories.tpl

    r8380 r8493  
    11{html_head}
    22<style type="text/css">
    3 li .bullet {ldelim}padding-left:14px;margin-left:0;background:url({$ROOT_URL}plugins/{$RVMT_BASE_NAME}/img/bpm.gif) no-repeat scroll;}
    4 .liOpen .bullet {ldelim}cursor:pointer;background-position:-38px center;}
    5 .liClosed .bullet {ldelim}cursor:pointer;background-position:-19px center;}
    6 .liBullet .bullet {ldelim}cursor:default;background-position:0 center;}
     3li .bullet {ldelim}padding-left:14px;margin-left:0;background:url({$ROOT_URL}plugins/{$RVMT_BASE_NAME}/img/bpm.gif) no-repeat scroll}
     4.liOpen .bullet {ldelim}cursor:pointer;background-position:-38px center}
     5.liClosed .bullet {ldelim}cursor:pointer;background-position:-19px center}
     6.liBullet .bullet {ldelim}cursor:default;background-position:0 center}
    77.liClosed ul {ldelim}display:none;}
    88</style>
     
    2222{foreach from=$block->data.MENU_CATEGORIES item=cat key=key}
    2323        {if $cat.LEVEL > $ref_level}
    24                 <ul{if $ref_level == 0} class="rvTree" id="theCategoryMenu"{/if}>
     24                <ul{if $ref_level == 0} class=rvTree id=theCategoryMenu{/if}>
    2525        {else}
    2626                </li>
     
    4141        <li{if !empty($liclass)} class="{$liclass}"{/if}> <a href="{$cat.URL}"{if $cat.IS_UPPERCAT} rel="up"{/if}>{$cat.NAME}</a>
    4242                {if $cat.count_images > 0}
    43                         <span{if $cat.nb_images <= 0} class="menuInfoCatByChild"{/if} title="{$cat.TITLE}"> [{$cat.count_images}] </span>
     43                        <span{if $cat.nb_images <= 0} class=menuInfoCatByChild{/if} title="{$cat.TITLE}"> [{$cat.count_images}] </span>
    4444                {/if}
    4545                {if !empty($cat.icon_ts)}
     
    6262        </ul>
    6363        {/if}
    64         <p class="totalImages">{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p>
     64        <p class=totalImages>{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p>
    6565</dd>
Note: See TracChangeset for help on using the changeset viewer.