<#-- 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. --> <#macro renderScreenBegin> <#macro renderScreenEnd> <#macro renderSectionBegin boundaryComment> <#if boundaryComment?has_content> <#macro renderSectionEnd boundaryComment> <#if boundaryComment?has_content> <#macro renderContainerBegin id autoUpdateInterval type="" style="" autoUpdateLink=""> <#if autoUpdateLink?has_content> <#if !type?has_content><#local type="div"/> <${type}<#if id?has_content> id="${id}"<#if style?has_content> class="${style}"> <#macro renderContainerEnd type=""><#if !type?has_content><#local type="div"/> <#macro renderContentBegin enableEditValue editContainerStyle editRequest=""><#if editRequest?has_content && "true" == enableEditValue>
<#macro renderContentBody> <#macro renderContentEnd editMode editContainerStyle enableEditValue editRequest="" urlString="" > <#if editRequest?? && "true" == enableEditValue> <#if urlString??>${editMode}<#rt/> <#if editContainerStyle??>
<#rt/> <#macro renderSubContentBegin editContainerStyle enableEditValue editRequest=""><#if editRequest?? && "true" == enableEditValue>
<#macro renderSubContentBody> <#macro renderSubContentEnd editMode editContainerStyle enableEditValue editRequest="" urlString=""> <#if editRequest?? && "true" == enableEditValue> <#if urlString??>${editMode}<#rt/> <#if editContainerStyle??>
<#rt/> <#macro renderHorizontalSeparator id="" style=""> id="${id}"<#if style?has_content> class="${style}"/> <#macro renderLabel text id="" style=""> <#if text?has_content> <#-- If a label widget has one of the h1-h6 styles, then it is considered block level element. Otherwise it is considered an inline element. --> <#local idText = ""/> <#if id?has_content><#local idText = " id="${id}""/> <#if style?has_content> <#if style=="h1"> ${text} <#elseif style=="h2"> ${text} <#elseif style=="h3"> ${text} <#elseif style=="h4"> ${text} <#elseif style=="h5"> ${text} <#elseif style=="h6"> ${text} <#else> ${text} <#else> ${text} <#macro renderLink parameterList target uniqueItemName linkType actionUrl linkUrl targetWindow="" id="" style="" name="" text="" imgStr="" height="600" width="800"> <#if "layered-modal" != linkType> <#if "hidden-form" == linkType>
target="${targetWindow}" onsubmit="javascript:submitFormDisableSubmits(this)" name="${uniqueItemName}"><#rt/> <#list parameterList as parameter> <#rt/>
<#rt/> id="${id}" <#if style?has_content>class="${style}" <#if name?has_content>name="${name}" <#if targetWindow?has_content>target="${targetWindow}" href="<#if "hidden-form"==linkType>javascript:document.${uniqueItemName}.submit()<#else>${linkUrl}"><#rt/> <#if imgStr?has_content>${imgStr}<#if text?has_content>${text} <#else> <#local params = "{"presentation":"layer" "> <#if parameterList?has_content> <#list parameterList as parameter> <#local params += ","${parameter.name}": "${parameter.value?html}""> <#local params += "}"> data-dialog-title="${text}" <#if style?has_content>class="${style}"> <#if text?has_content>${text} <#macro renderImage src id style wid hgt border alt urlString> <#if src?has_content> id="${id}"<#if style?has_content> class="${style}"<#if wid?has_content> width="${wid}"<#if hgt?has_content> height="${hgt}"<#if border?has_content> border="${border}" alt="<#if alt?has_content>${alt}" src="${urlString}" /> <#macro renderContentFrame fullUrl width height border="">