<#-- 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. --> <#if periods?has_content> <#-- Allow containing screens to specify the URL for creating a new event --> <#if !newCalEventUrl??> <#assign newCalEventUrl = parameters._LAST_VIEW_NAME_> <#if (maxConcurrentEntries < 2)> <#assign entryWidth = 100> <#else> <#assign entryWidth = (100 / (maxConcurrentEntries))> <#list periods as period> <#assign currentPeriod = false/> <#if (nowTimestamp >= period.start) && (nowTimestamp <= period.end)><#assign currentPeriod = true/> class="current-period"<#else><#if (period.calendarEntries?size > 0)> class="active-period"> <#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 calEntry.startOfPeriod> 1)> rowspan="${calEntry.periodSpan}" width="${entryWidth?string("#")}%"> <#if (startDate.compareTo(period.start) <= 0 && completionDate?has_content && completionDate.compareTo(period.end) >= 0)> ${uiLabelMap.CommonAllWeek} <#elseif (startDate.compareTo(period.start) = 0 && completionDate?has_content && completionDate.compareTo(period.end) = 0)> ${uiLabelMap.CommonAllDay} <#elseif startDate.before(start) && completionDate?has_content> ${uiLabelMap.CommonUntil} ${completionDate?datetime?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", "week")} ${setRequestAttribute("workEffortId", calEntry.workEffort.workEffortId)} ${screens.render("component://workeffort/widget/CalendarScreens.xml#calendarEventContent")} <#if (period.calendarEntries?size < maxConcurrentEntries)> <#assign emptySlots = (maxConcurrentEntries - period.calendarEntries?size)> 1)> colspan="${emptySlots}" <#if maxConcurrentEntries = 0>
${uiLabelMap.CommonTime} ${uiLabelMap.WorkEffortCalendarEntries}
">${period.start?date?string("EEEE")?cap_first} ${period.start?date?string.short}
">${uiLabelMap.CommonAddNew}
 
<#else>
${uiLabelMap.WorkEffortFailedCalendarEntries}!