Ignore:
Timestamp:
2011/02/21 15:41:52 (16 years ago)
Author:
uemoto
Message:

#1032(フロントデザインリニューアル)

File:
1 edited

Legend:

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

    r20116 r20290  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <div id="block-calendar" class="bloc_outer"> 
     22<div class="bloc_outer"> 
     23    <div id="calenderarea"> 
     24    <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_calender.gif"alt="カレンダー" /></h2> 
     25        <div class="bloc_body"> 
    2326    <!--{section name=num loop=$arrCalendar}--> 
    2427        <!--{assign var=arrCal value=`$arrCalendar[num]`}--> 
     
    2629            <!--{if $smarty.section.cnt.first}--> 
    2730                <table> 
    28                     <caption><!--{$arrCal[cnt].year}-->年<!--{$arrCal[cnt].month}-->月の定休日</caption> 
     31                    <caption><div class="month"><!--{$arrCal[cnt].year}-->年<!--{$arrCal[cnt].month}-->月の定休日</div></caption> 
    2932                    <thead><tr><th>日</th><th>月</th><th>火</th><th>水</th><th>木</th><th>金</th><th>土</th></tr></thead> 
    3033            <!--{/if}--> 
     
    4750        <!--{/if}--> 
    4851    <!--{/section}--> 
     52            <p class="information">※赤字は休業日です</p> 
     53        </div> 
     54 
     55    </div> 
    4956</div> 
Note: See TracChangeset for help on using the changeset viewer.