XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 18, 2009, 6:02:31 PM (15 years ago)
Author:
toemon
Message:

テンプレートのクラスにブロック全般クラス(<div class="xpress_block">)を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/source/archives_block.html

    r110 r115  
    1212************************* End of usage ************************ *}> 
    1313<{* Start Template *}> 
    14 <{$block.err_message}> 
    15 <{if $block.config.is_archive_doropdown}> 
    16         <{$block.archive_dropdown}> 
    17 <{else}> 
    18 <ul class="xpress_archive_content"> 
    19         <{foreach from=$block.contents item=content}> 
    20                 <li> 
    21                 <{$content.archive}> 
    22                 </li> 
    23         <{/foreach}> 
    24 </ul> 
    25 <{/if}> 
     14<div class="xpress_block"> 
     15        <div class="xpress_archive_block"> 
     16                <{$block.err_message}> 
     17                <{if $block.config.is_archive_doropdown}> 
     18                        <{$block.archive_dropdown}> 
     19                <{else}> 
     20                        <ul> 
     21                                <{foreach from=$block.contents item=content}> 
     22                                        <li> 
     23                                        <{$content.archive}> 
     24                                        </li> 
     25                                <{/foreach}> 
     26                        </ul> 
     27                <{/if}> 
     28        </div> 
     29</div> 
Note: See TracChangeset for help on using the changeset viewer.