Changeset 1161 for OpenPNE/branches
- Timestamp:
- Dec 14, 2006, 5:12:03 PM (16 years ago)
- Location:
- OpenPNE/branches/ebihara/prj_dev26_calendar/webapp_biz/modules/biz
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/ebihara/prj_dev26_calendar/webapp_biz/modules/biz/lib/smarty_functions.php
r1087 r1161 107 107 'event' => p_h_home_event4c_member_id($y, $m, $d, $member_id), 108 108 'schedule' => $schedule, 109 'holiday' => db_c_holiday_list4date($m, $d), 109 110 ); 110 111 -
OpenPNE/branches/ebihara/prj_dev26_calendar/webapp_biz/modules/biz/page/fh_biz_schedule_calendar.php
r1087 r1161 74 74 'event' => $event_list[$day], 75 75 'schedule' => $schedule, 76 'holiday' => db_c_holiday_list4date($month, $day), 76 77 ); 77 78 $item['day'] = $day; -
OpenPNE/branches/ebihara/prj_dev26_calendar/webapp_biz/modules/biz/templates/fh_biz_schedule_calendar.tpl
r1081 r1161 79 79 ({/if})<br> 80 80 <a href="({t_url m=biz a=page_fh_biz_schedule_add})&begin_date=({$year})({$month|string_format:'%02d'})({$item.day|string_format:'%02d'})"><img src="./skin/icon_schedule.gif" class="icon"></a><br> 81 82 ({* 祝日 *}) 83 ({foreach from=$item.holiday item=item_holiday}) 84 <span class=" c_02">({$item_holiday})</span><br> 85 ({/foreach}) 81 86 82 87 ({* スケジュール *}) -
OpenPNE/branches/ebihara/prj_dev26_calendar/webapp_biz/modules/biz/templates/inc_biz_schedule_week.tpl
r1088 r1161 140 140 <td class="bg_05 border_01" style="width:131px;border-top:none;border-right:none;" align="center" valign="top"><img src="./skin/dummy.gif" style="width:130px;height:10px;" class="dummy"></td> 141 141 ({foreach from=$calendar item=item name=calendar}) 142 <td class="({if $item.now})bg_09({else})bg_05({/if}) padding_ss border_01({if $item.dayofweek == "日" }) c_02({elseif $item.dayofweek == "土"}) c_03({else})({/if})" style="width:81px;border-top:none;({if !$smarty.foreach.calendar.last}) border-right:none;({/if})" align="center">142 <td class="({if $item.now})bg_09({else})bg_05({/if}) padding_ss border_01({if $item.dayofweek == "日" || $item.holiday}) c_02({elseif $item.dayofweek == "土"}) c_03({else})({/if})" style="width:81px;border-top:none;({if !$smarty.foreach.calendar.last}) border-right:none;({/if})" align="center"> 143 143 144 144 ({if $item.now})<span class="b_b">({/if}) … … 205 205 </td> 206 206 ({foreach from=$calendar item=item name=calendar}) 207 <td class="({if $item.now})bg_09({else})bg_02({/if}) border_01({if $item.dayofweek == "日"}) c_02({elseif $item.dayofweek == "土"}) c_03({else})({/if})" style="width:81px;border-top:none;({if !$smarty.foreach.calendar.last}) border-right:none;({/if}) border-bottom:none;" align="left" valign="top"> 207 <td class="({if $item.now})bg_09({else})bg_02({/if}) border_01({if $item.dayofweek == "日" || $item.holiday}) c_02({elseif $item.dayofweek == "土"}) c_03({else})({/if})" style="width:81px;border-top:none;({if !$smarty.foreach.calendar.last}) border-right:none;({/if}) border-bottom:none;" align="left" valign="top"> 208 209 ({* 祝日 *}) 210 <div class="padding_s"> 211 ({foreach from=$item.holiday item=item_holiday}) 212 ({$item_holiday})<br> 213 ({/foreach}) 214 </div> 208 215 209 216 ({* スケジュール(時間有) *}) … … 257 264 258 265 ({foreach from=$calendar item=item name=calendar}) 259 <td class="({if $item.now})bg_09({else})bg_02({/if}) border_01({if $item.dayofweek == "日" }) c_02({elseif $item.dayofweek == "土"}) c_03({else})({/if})" style="width:81px;border-top:none;({if !$smarty.foreach.calendar.last}) border-right:none;({/if})" align="left" valign="top">266 <td class="({if $item.now})bg_09({else})bg_02({/if}) border_01({if $item.dayofweek == "日" || $item.holiday}) c_02({elseif $item.dayofweek == "土"}) c_03({else})({/if})" style="width:81px;border-top:none;({if !$smarty.foreach.calendar.last}) border-right:none;({/if})" align="left" valign="top"> 260 267 261 268 ({if $cmd == 'h'})
Note: See TracChangeset
for help on using the changeset viewer.