Changeset 17253
- Timestamp:
- 2008/04/10 20:35:05 (15 years ago)
- Location:
- tags/eccube-2.1.2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/eccube-2.1.2/data/Smarty/templates/default/bloc/calendar.tpl
r17143 r17253 21 21 *}--> 22 22 <!--▼カレンダーここから--> 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"> 27 25 <!--{section name=num loop=$arrCalendar}--> 28 26 <!--{assign var=arrCal value=`$arrCalendar[num]`}--> 29 27 <!--{section name=cnt loop=$arrCal}--> 30 31 28 <!--{if $smarty.section.cnt.first}--> 32 29 <table> … … 34 31 <thead><tr><th>日</th><th>月</th><th>火</th><th>水</th><th>木</th><th>金</th><th>土</th></tr></thead> 35 32 <!--{/if}--> 36 37 33 <!--{if $arrCal[cnt].first}--> 38 34 <tr> 39 35 <!--{/if}--> 40 41 36 <!--{if !$arrCal[cnt].in_month}--> 42 37 <td></td> … … 46 41 <td><!--{$arrCal[cnt].day}--></td> 47 42 <!--{/if}--> 48 49 43 <!--{if $arrCal[cnt].last}--> 50 44 </tr> 51 45 <!--{/if}--> 52 53 46 <!--{/section}--> 54 47 <!--{if $smarty.section.cnt.last}--> … … 56 49 <!--{/if}--> 57 50 <!--{/section}--> 58 59 60 51 </div> 61 52 <!--▲カレンダーここまで--> -
tags/eccube-2.1.2/html/user_data/packages/default/css/index.css
r17143 r17253 10 10 11 11 12 /* 繝九Η繝シ繧ケ12 /* ニュース 13 13 ----------------------------------------------- */ 14 14 div#newsarea { … … 34 34 35 35 36 /* 縺翫☆縺吶a36 /* おすすめ 37 37 ----------------------------------------------- */ 38 38 div#recomendarea { … … 81 81 font-size: 100%; 82 82 } 83 84 /* ブロック - カレンダー85 ----------------------------------------------- */86 #block-calendar {border: 1px solid #CCCCCC;padding: 0 0 10px;}87 #block-calendar h2 {88 /*89 height: 29px;90 text-indent: -9999em;91 background: url(../images/tit-calendar.gif) 0 0 no-repeat;92 */93 }94 #block-calendar table {95 border-collapse: collapse;96 margin: 0 auto 10px;97 text-align:center;98 }99 #block-calendar th, #block-calendar td {100 padding: 2px;101 border: 1px solid #CCCCCC;102 }103 #block-calendar th {104 background: #FF8144;105 color: #FFFFFF;106 }107 #block-calendar .off {108 background: #FFEECC;109 color: #E04A00;110 }111 #block-calendar caption {color: #DD4400;} -
tags/eccube-2.1.2/html/user_data/packages/default/css/main.css
r17146 r17253 315 315 width: 142px; 316 316 border: solid 1px #ccc; 317 } 318 319 /* カレンダー 320 ----------------------------------------------- */ 321 #block-calendar { 322 } 323 324 #block-calendar table { 325 border-collapse: collapse; 326 margin: 0 auto 10px; 327 text-align:center; 328 } 329 330 #block-calendar th, #block-calendar td { 331 padding: 2px; 332 border: 1px solid #CCCCCC; 333 } 334 335 #block-calendar th { 336 background: #FF8144; 337 color: #FFFFFF; 338 } 339 340 #block-calendar .off { 341 background: #FFEECC; 342 color: #E04A00; 343 } 344 345 #block-calendar caption { 346 color: #DD4400; 317 347 } 318 348
Note: See TracChangeset
for help on using the changeset viewer.