#include "/public/template/editTemplate.html">
<#macro editContent>
<#assign dateValue = ["${(tempAccTimeSeg.mondayStart1)!}","${(tempAccTimeSeg.mondayEnd1)!}","${(tempAccTimeSeg.mondayStart2)!}","${(tempAccTimeSeg.mondayEnd2)!}","${(tempAccTimeSeg.mondayStart3)!}","${(tempAccTimeSeg.mondayEnd3)!}",
"${(tempAccTimeSeg.tuesdayStart1)!}","${(tempAccTimeSeg.tuesdayEnd1)!}","${(tempAccTimeSeg.tuesdayStart2)!}","${(tempAccTimeSeg.tuesdayEnd2)!}","${(tempAccTimeSeg.tuesdayStart3)!}","${(tempAccTimeSeg.tuesdayEnd3)!}",
"${(tempAccTimeSeg.wednesdayStart1)!}","${(tempAccTimeSeg.wednesdayEnd1)!}","${(tempAccTimeSeg.wednesdayStart2)!}","${(tempAccTimeSeg.wednesdayEnd2)!}","${(tempAccTimeSeg.wednesdayStart3)!}","${(tempAccTimeSeg.wednesdayEnd3)!}",
"${(tempAccTimeSeg.thursdayStart1)!}","${(tempAccTimeSeg.thursdayEnd1)!}","${(tempAccTimeSeg.thursdayStart2)!}","${(tempAccTimeSeg.thursdayEnd2)!}","${(tempAccTimeSeg.thursdayStart3)!}","${(tempAccTimeSeg.thursdayEnd3)!}",
"${(tempAccTimeSeg.fridayStart1)!}","${(tempAccTimeSeg.fridayEnd1)!}","${(tempAccTimeSeg.fridayStart2)!}","${(tempAccTimeSeg.fridayEnd2)!}","${(tempAccTimeSeg.fridayStart3)!}","${(tempAccTimeSeg.fridayEnd3)!}",
"${(tempAccTimeSeg.saturdayStart1)!}","${(tempAccTimeSeg.saturdayEnd1)!}","${(tempAccTimeSeg.saturdayStart2)!}","${(tempAccTimeSeg.saturdayEnd2)!}","${(tempAccTimeSeg.saturdayStart3)!}","${(tempAccTimeSeg.saturdayEnd3)!}",
"${(tempAccTimeSeg.sundayStart1)!}","${(tempAccTimeSeg.sundayEnd1)!}","${(tempAccTimeSeg.sundayStart2)!}","${(tempAccTimeSeg.sundayEnd2)!}","${(tempAccTimeSeg.sundayStart3)!}","${(tempAccTimeSeg.sundayEnd3)!}",
"${(tempAccTimeSeg.holidayType1Start1)!}","${(tempAccTimeSeg.holidayType1End1)!}","${(tempAccTimeSeg.holidayType1Start2)!}","${(tempAccTimeSeg.holidayType1End2)!}","${(tempAccTimeSeg.holidayType1Start3)!}","${(tempAccTimeSeg.holidayType1End3)!}",
"${(tempAccTimeSeg.holidayType2Start1)!}","${(tempAccTimeSeg.holidayType2End1)!}","${(tempAccTimeSeg.holidayType2Start2)!}","${(tempAccTimeSeg.holidayType2End2)!}","${(tempAccTimeSeg.holidayType2Start3)!}","${(tempAccTimeSeg.holidayType2End3)!}",
"${(tempAccTimeSeg.holidayType3Start1)!}","${(tempAccTimeSeg.holidayType3End1)!}","${(tempAccTimeSeg.holidayType3Start2)!}","${(tempAccTimeSeg.holidayType3End2)!}","${(tempAccTimeSeg.holidayType3Start3)!}","${(tempAccTimeSeg.holidayType3End3)!}"]>
<#assign dateNames = ["monday","tuesday","wednesday","thursday","friday","saturday","sunday","holidayType1","holidayType2","holidayType3"]>
<#list dateNames as dateName>
#list>
|
<@i18n 'common_time'/>
<@i18n 'common_date'/>
|
<@i18n 'common_timeSeg_interval1'/>
|
<@i18n 'common_timeSeg_interval2'/>
|
<@i18n 'common_timeSeg_interval3'/>
|
|
<@i18n 'common_timeSeg_startTime'/>
|
<@i18n 'common_timeSeg_endTime'/>
|
<@i18n 'common_timeSeg_startTime'/>
|
<@i18n 'common_timeSeg_endTime'/>
|
<@i18n 'common_timeSeg_startTime'/>
|
<@i18n 'common_timeSeg_endTime'/>
|
<#assign date = ["common_monday", "common_tuesday", "common_wednesday", "common_thursday", "common_friday", "common_saturday", "common_sunday", "common_holiday_type1", "common_holiday_type2", "common_holiday_type3"]>
<#list date as i>
|
<@i18n '${i}'/>
|
|
|
|
|
|
|
#list>
#macro>