Changeset 20290 for branches/version-2_5-dev/data/Smarty/templates/default/frontparts/bloc/calendar.tpl
- Timestamp:
- 2011/02/21 15:41:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/frontparts/bloc/calendar.tpl
r20116 r20290 20 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 21 *}--> 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"> 23 26 <!--{section name=num loop=$arrCalendar}--> 24 27 <!--{assign var=arrCal value=`$arrCalendar[num]`}--> … … 26 29 <!--{if $smarty.section.cnt.first}--> 27 30 <table> 28 <caption>< !--{$arrCal[cnt].year}-->年<!--{$arrCal[cnt].month}-->月の定休日</caption>31 <caption><div class="month"><!--{$arrCal[cnt].year}-->年<!--{$arrCal[cnt].month}-->月の定休日</div></caption> 29 32 <thead><tr><th>日</th><th>月</th><th>火</th><th>水</th><th>木</th><th>金</th><th>土</th></tr></thead> 30 33 <!--{/if}--> … … 47 50 <!--{/if}--> 48 51 <!--{/section}--> 52 <p class="information">※赤字は休業日です</p> 53 </div> 54 55 </div> 49 56 </div>
Note: See TracChangeset
for help on using the changeset viewer.
