<#-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <#assign styleTd = "style='height: 8em; width: 10em; vertical-align: top; padding: 0.5em;'"> <#if periods?has_content> <#-- Allow containing screens to specify the URL for creating a new event --> <#if !newCalEventUrl??> <#assign newCalEventUrl = parameters._LAST_VIEW_NAME_> <#list periods as day> <#if (day_index > 5)><#break> <#list periods as period> <#assign currentPeriod = false/> <#if (nowTimestamp >= period.start) && (nowTimestamp <= period.end)><#assign currentPeriod = true/> <#assign indexMod7 = period_index % 7> <#if indexMod7 = 0> <#if !period_has_next && indexMod7 != 6> <#if indexMod7 = 6 || !period_has_next>
 ${day.start?date?string("EEEE")?cap_first}
${uiLabelMap.CommonWeek} ${period.start?date?string("w")} class="current-period"<#else><#if (period.calendarEntries?size > 0)> class="active-period"> ${period.start?date?string("d")?cap_first} ${uiLabelMap.CommonAddNew}
<#assign maxNumberOfPersons = 0/> <#assign maxNumberOfEvents = 0/> <#assign ranges = period.calendarEntriesByDateRange.keySet()/> <#list ranges as range> <#assign eventsInRange = period.calendarEntriesByDateRange.get(range)/> <#assign numberOfPersons = 0/> <#list eventsInRange as eventInRange> <#assign numberOfPersons = numberOfPersons + eventInRange.workEffort.reservPersons?default(0)/> <#if (numberOfPersons > maxNumberOfPersons)> <#assign maxNumberOfPersons = numberOfPersons/> <#if (eventsInRange.size() > maxNumberOfEvents)> <#assign maxNumberOfEvents = eventsInRange.size()/> <#if (maxNumberOfEvents > 0)> ${uiLabelMap.WorkEffortMaxNumberOfEvents}: ${maxNumberOfEvents}
<#if (maxNumberOfPersons > 0)> ${uiLabelMap.WorkEffortMaxNumberOfPersons}: ${maxNumberOfPersons}
<#if parameters.hideEvents?default("") != "Y"> <#list period.calendarEntries as calEntry> <#if calEntry.workEffort.actualStartDate??> <#assign startDate = calEntry.workEffort.actualStartDate> <#else> <#assign startDate = calEntry.workEffort.estimatedStartDate!> <#if calEntry.workEffort.actualCompletionDate??> <#assign completionDate = calEntry.workEffort.actualCompletionDate> <#else> <#assign completionDate = calEntry.workEffort.estimatedCompletionDate!> <#if !completionDate?has_content && calEntry.workEffort.actualMilliSeconds?has_content> <#assign completionDate = calEntry.workEffort.actualStartDate + calEntry.workEffort.actualMilliSeconds> <#if !completionDate?has_content && calEntry.workEffort.estimatedMilliSeconds?has_content> <#assign completionDate = calEntry.workEffort.estimatedStartDate + calEntry.workEffort.estimatedMilliSeconds>
<#if (startDate.compareTo(period.start) <= 0 && completionDate?has_content && completionDate.compareTo(period.end) >= 0)> ${uiLabelMap.CommonAllDay} <#elseif startDate.before(period.start) && completionDate?has_content> ${uiLabelMap.CommonUntil} ${completionDate?time?string.short} <#elseif !completionDate?has_content> ${uiLabelMap.CommonFrom} ${startDate?time?string.short} - ? <#elseif completionDate.after(period.end)> ${uiLabelMap.CommonFrom} ${startDate?time?string.short} <#else> ${startDate?time?string.short}-${completionDate?time?string.short}
${setRequestAttribute("periodType", "month")} ${setRequestAttribute("workEffortId", calEntry.workEffort.workEffortId)} ${screens.render("component://workeffort/widget/CalendarScreens.xml#calendarEventContent")}
 
<#else>
${uiLabelMap.WorkEffortFailedCalendarEntries}!