Changeset 2230
- Timestamp:
- 05/09/07 16:10:04 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
calendarplugin/0.10/azcalendar/templates/azweekcal.cs
r2224 r2230 66 66 /each ?><?cs 67 67 68 set:tmp.first_line = 1 ?><?cs 68 69 each:line = dayevents.events ?> 69 70 <tr class='line'><?cs 70 if: first(line)?><?cs71 if:tmp.first_line ?><?cs 71 72 call:azweekcal_daynamecell(dayevents, subcount(dayevents.events) + tmp.extra_space_for_plus) ?><?cs 72 73 set:tmp.have_day = 1 ?><?cs 74 set:tmp.first_line = 0 ?><?cs 73 75 /if ?><?cs 74 76 set:tmp.last_end = 0 ?><?cs 75 77 78 set:tmp.first_event = 1 ?><?cs 76 79 each:event = line ?><?cs 77 if:tmp.have_plus == 0 && first(event)&& event.brd_begin > 1 ?><?cs80 if:tmp.have_plus == 0 && tmp.first_event && event.brd_begin > 1 ?><?cs 78 81 set:tmp.last_end = 1 ?><?cs 79 82 set:tmp.have_plus = 1 ?><?cs 83 set:tmp.first_event = 0 ?><?cs 80 84 call:azweekcal_pluscell(urlbase, dayevents.date) ?><?cs 81 85 /if ?><?cs
