|
|
|
@ -65,14 +65,9 @@
|
|
|
|
|
<ul class="gray_box">
|
|
|
|
|
<li>
|
|
|
|
|
<#assign pre_date = model['dayList']['day1'] + ''>
|
|
|
|
|
<#assign idx = 0>
|
|
|
|
|
<#assign pre_hour = ''>
|
|
|
|
|
<#list model['time_list'] as item>
|
|
|
|
|
<#if item['day'] == pre_date>
|
|
|
|
|
<#if (item['hour'] + '') == pre_hour>
|
|
|
|
|
<#-- <#assign idx = idx + 0.5>-->
|
|
|
|
|
</#if>
|
|
|
|
|
<#assign topP = item['hour'] + idx>
|
|
|
|
|
<#assign topP = item['hour']>
|
|
|
|
|
<#assign pre_hour = item['hour'] + ''>
|
|
|
|
|
<span key="${item['color_cd']?replace("#", "")}" name="p_timeline_color" title="${item.title}" style="top:${topP}%;height:${item['add_degree']!}px;background-color: ${item['color_cd']}"></span>
|
|
|
|
|
</#if>
|
|
|
|
@ -80,14 +75,9 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<#assign pre_date = model['dayList']['day2'] + ''>
|
|
|
|
|
<#assign idx = 0>
|
|
|
|
|
<#assign pre_hour = ''>
|
|
|
|
|
<#list model['time_list'] as item>
|
|
|
|
|
<#if item['day'] == pre_date>
|
|
|
|
|
<#if (item['hour'] + '') == pre_hour>
|
|
|
|
|
<#-- <#assign idx = idx + 0.5>-->
|
|
|
|
|
</#if>
|
|
|
|
|
<#assign topP = item['hour'] + idx>
|
|
|
|
|
<#assign topP = item['hour']>
|
|
|
|
|
<#assign pre_hour = item['hour'] + ''>
|
|
|
|
|
<span key="${item['color_cd']?replace("#", "")}" name="p_timeline_color" title="${item.title}" style="top:${topP}%;height:${item['add_degree']!}px;background-color: ${item['color_cd']}"></span>
|
|
|
|
|
</#if>
|
|
|
|
@ -95,14 +85,9 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<#assign pre_date = model['dayList']['day3'] + ''>
|
|
|
|
|
<#assign idx = 0>
|
|
|
|
|
<#assign pre_hour = ''>
|
|
|
|
|
<#list model['time_list'] as item>
|
|
|
|
|
<#if item['day'] == pre_date>
|
|
|
|
|
<#if (item['hour'] + '') == pre_hour>
|
|
|
|
|
<#-- <#assign idx = idx + 0.5>-->
|
|
|
|
|
</#if>
|
|
|
|
|
<#assign topP = item['hour'] + idx>
|
|
|
|
|
<#assign topP = item['hour']>
|
|
|
|
|
<#assign pre_hour = item['hour'] + ''>
|
|
|
|
|
<span key="${item['color_cd']?replace("#", "")}" name="p_timeline_color" title="${item.title}" style="top:${topP}%;height:${item['add_degree']!}px;background-color: ${item['color_cd']}"></span>
|
|
|
|
|
</#if>
|
|
|
|
@ -110,14 +95,9 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<#assign pre_date = model['dayList']['day4'] + ''>
|
|
|
|
|
<#assign idx = 0>
|
|
|
|
|
<#assign pre_hour = ''>
|
|
|
|
|
<#list model['time_list'] as item>
|
|
|
|
|
<#if item['day'] == pre_date>
|
|
|
|
|
<#if (item['hour'] + '') == pre_hour>
|
|
|
|
|
<#-- <#assign idx = idx + 0.5>-->
|
|
|
|
|
</#if>
|
|
|
|
|
<#assign topP = item['hour'] + idx>
|
|
|
|
|
<#assign topP = item['hour']>
|
|
|
|
|
<#assign pre_hour = item['hour'] + ''>
|
|
|
|
|
<span key="${item['color_cd']?replace("#", "")}" name="p_timeline_color" title="${item.title}" style="top:${topP}%;height:${item['add_degree']!}px;background-color: ${item['color_cd']}"></span>
|
|
|
|
|
</#if>
|
|
|
|
@ -125,14 +105,9 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<#assign pre_date = model['dayList']['day5'] + ''>
|
|
|
|
|
<#assign idx = 0>
|
|
|
|
|
<#assign pre_hour = ''>
|
|
|
|
|
<#list model['time_list'] as item>
|
|
|
|
|
<#if item['day'] == pre_date>
|
|
|
|
|
<#if (item['hour'] + '') == pre_hour>
|
|
|
|
|
<#-- <#assign idx = idx + 0.5>-->
|
|
|
|
|
</#if>
|
|
|
|
|
<#assign topP = item['hour'] + idx>
|
|
|
|
|
<#assign topP = item['hour']>
|
|
|
|
|
<#assign pre_hour = item['hour'] + ''>
|
|
|
|
|
<span key="${item['color_cd']?replace("#", "")}" name="p_timeline_color" title="${item.title}" style="top:${topP}%;height:${item['add_degree']!}px;background-color: ${item['color_cd']}"></span>
|
|
|
|
|
</#if>
|
|
|
|
@ -140,14 +115,9 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<#assign pre_date = model['dayList']['day6'] + ''>
|
|
|
|
|
<#assign idx = 0>
|
|
|
|
|
<#assign pre_hour = ''>
|
|
|
|
|
<#list model['time_list'] as item>
|
|
|
|
|
<#if item['day'] == pre_date>
|
|
|
|
|
<#if (item['hour'] + '') == pre_hour>
|
|
|
|
|
<#-- <#assign idx = idx + 0.5>-->
|
|
|
|
|
</#if>
|
|
|
|
|
<#assign topP = item['hour'] + idx>
|
|
|
|
|
<#assign topP = item['hour']>
|
|
|
|
|
<#assign pre_hour = item['hour'] + ''>
|
|
|
|
|
<span key="${item['color_cd']?replace("#", "")}" name="p_timeline_color" title="${item.title}" style="top:${topP}%;height:${item['add_degree']!}px;background-color: ${item['color_cd']}"></span>
|
|
|
|
|
</#if>
|
|
|
|
@ -155,14 +125,9 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<#assign pre_date = model['dayList']['day7'] + ''>
|
|
|
|
|
<#assign idx = 0>
|
|
|
|
|
<#assign pre_hour = ''>
|
|
|
|
|
<#list model['time_list'] as item>
|
|
|
|
|
<#if item['day'] == pre_date>
|
|
|
|
|
<#if (item['hour'] + '') == pre_hour>
|
|
|
|
|
<#-- <#assign idx = idx + 0.5>-->
|
|
|
|
|
</#if>
|
|
|
|
|
<#assign topP = item['hour'] + idx>
|
|
|
|
|
<#assign topP = item['hour']>
|
|
|
|
|
<#assign pre_hour = item['hour'] + ''>
|
|
|
|
|
<span key="${item['color_cd']?replace("#", "")}" name="p_timeline_color" title="${item.title}" style="top:${topP}%;height:${item['add_degree']!}px;background-color: ${item['color_cd']}"></span>
|
|
|
|
|
</#if>
|
|
|
|
|