Ignore:
Timestamp:
2008/04/10 20:24:58 (16 years ago)
Author:
satou
Message:

カレンダーブロックの補正(タイトル画像無し)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/Smarty/templates/default/bloc/calendar.tpl

    r17143 r17250  
    2121 *}--> 
    2222<!--▼カレンダーここから--> 
    23 <div id="block-calendar" class="block-contents"> 
    24 <h2><img src="<!--{$TPL_DIR}-->img/top/calendar.jpg" width="400" height="29" alt="カレンダー" /></h2> 
    25  
    26  
     23<h2></h2> 
     24<div id="block-calendar"> 
    2725<!--{section name=num loop=$arrCalendar}--> 
    2826<!--{assign var=arrCal value=`$arrCalendar[num]`}--> 
    2927<!--{section name=cnt loop=$arrCal}--> 
    30  
    3128<!--{if $smarty.section.cnt.first}--> 
    3229<table> 
     
    3431<thead><tr><th>日</th><th>月</th><th>火</th><th>水</th><th>木</th><th>金</th><th>土</th></tr></thead> 
    3532<!--{/if}--> 
    36  
    3733<!--{if $arrCal[cnt].first}--> 
    3834<tr> 
    3935<!--{/if}--> 
    40  
    4136<!--{if !$arrCal[cnt].in_month}--> 
    4237<td></td> 
     
    4641<td><!--{$arrCal[cnt].day}--></td> 
    4742<!--{/if}--> 
    48  
    4943<!--{if $arrCal[cnt].last}--> 
    5044</tr> 
    5145<!--{/if}--> 
    52  
    5346<!--{/section}--> 
    5447<!--{if $smarty.section.cnt.last}--> 
     
    5649<!--{/if}--> 
    5750<!--{/section}--> 
    58  
    59  
    6051</div> 
    6152<!--▲カレンダーここまで--> 
Note: See TracChangeset for help on using the changeset viewer.