<#-- 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 renderField text><#if text?exists>${text} <#macro renderDisplayField idName description class alert inPlaceEditorId="" inPlaceEditorUrl="" inPlaceEditorParams=""> <@renderField description /> <#macro renderHyperlinkField> <#macro renderTextField name className alert value textSize maxlength id event action clientAutocomplete ajaxUrl ajaxEnabled><@renderField value /> <#macro renderTextareaField name className alert cols rows id readonly value visualEdtiorEnalble buttons><@renderField value /> <#macro renderDateTimeField name className alert title value size maxlength id dateType shortDateInput timeDropdownParamName defaultDateTimeString calGif localizedIconTitle timeDropdown timeHourName classString hour1 hour2 timeMinutesName minutes isTwelveHour ampmName amSelected pmSelected compositeType formName><@renderField value /> <#macro renderDropDownField name className alert id multiple formName otherFieldName event action size firstInList currentValue explicitDescription allowEmpty options fieldName otherFieldName otherValue otherFieldSize dDFCurrent ajaxEnabled noCurrentSelectedKey ajaxOptions frequency minChars choices autoSelect partialSearch partialChars ignoreCase fullSearch> <#if currentValue?has_content && firstInList?has_content> <@renderField explicitDescription /> <#else> <#list options as item> <@renderField item.description /> <#macro renderCheckField items className alert allChecked currentValue name event action> <#macro renderRadioField items className alert currentValue noCurrentSelectedKey name event ation> <#macro renderSubmitField buttonType className alert formName title name event action imgSrc containerId ajaxUrl> <#macro renderResetField className alert name title> <#macro renderHiddenField name value> <#macro renderIgnoredField> <#macro renderFieldTitle style title><@renderField title /> <#macro renderSingleFormFieldTitle> <#macro renderFormOpen linkUrl formType targetWindow containerId containerStyle autocomplete name useRowSubmit> <#macro renderFormClose focusFieldName formName> <#macro renderMultiFormClose> <#macro renderFormatListWrapperOpen formName style columnStyles> <#macro renderFormatListWrapperClose formName> <#macro renderFormatHeaderRowOpen style> <#macro renderFormatHeaderRowClose> <#macro renderFormatHeaderRowCellOpen style positionSpan> <#macro renderFormatHeaderRowCellClose> <#macro renderFormatHeaderRowFormCellOpen style> <#macro renderFormatHeaderRowFormCellClose> <#macro renderFormatHeaderRowFormCellTitleSeparator style isLast> <#macro renderFormatItemRowOpen formName itemIndex altRowStyles evenRowStyle oddRowStyle> <#macro renderFormatItemRowClose formName> <#macro renderFormatItemRowCellOpen fieldName style positionSpan> <#macro renderFormatItemRowCellClose fieldName> <#macro renderFormatItemRowFormCellOpen style> <#macro renderFormatItemRowFormCellClose> <#macro renderFormatSingleWrapperOpen formName style> <#macro renderFormatSingleWrapperClose formName> <#macro renderFormatFieldRowOpen> <#macro renderFormatFieldRowClose> <#macro renderFormatFieldRowTitleCellOpen style> <#macro renderFormatFieldRowTitleCellClose> <#macro renderFormatFieldRowSpacerCell> <#macro renderFormatFieldRowWidgetCellOpen positionSpan style> <#macro renderFormatFieldRowWidgetCellClose> <#macro renderFormatEmptySpace>  <#macro renderTextFindField name value defaultOption opEquals opBeginsWith opContains opIsEmpty opNotEqual className alert size maxlength autocomplete titleStyle hideIgnoreCase ignCase ignoreCase><@renderField value /> <#macro renderDateFindField className alert name localizedInputTitle value size maxlength dateType formName defaultDateTimeString imgSrc localizedIconTitle titleStyle defaultOptionFrom defaultOptionThru opEquals opSameDay opGreaterThanFromDayStart opGreaterThan opGreaterThan opLessThan opUpToDay opUpThruDay opIsEmpty><@renderField value /> <#macro renderRangeFindField className alert name value size maxlength autocomplete titleStyle defaultOptionFrom opEquals opGreaterThan opGreaterThanEquals opLessThan opLessThanEquals value2 defaultOptionThru> <@renderField value /> <#macro renderLookupField className alert name value size maxlength autocomplete descriptionFieldName formName lookupFieldFormName targetParameterIter imgSrc><@renderField value /> <#macro renderNextPrev paginateStyle paginateFirstStyle viewIndex highIndex listSize viewSize ajaxEnabled javaScriptEnabled ajaxFirstUrl firstUrl paginateFirstLabel paginatePreviousStyle ajaxPreviousUrl previousUrl paginatePreviousLabel pageLabel ajaxSelectUrl selectUrl commonDisplaying paginateNextStyle ajaxNextUrl nextUrl paginateNextLabel paginateLastStyle ajaxLastUrl lastUrl paginateLastLabel> <#macro renderFileField className alert name value size maxlength autocomplete><@renderField value /> <#macro renderPasswordField className alert name value size maxlength id autocomplete> <#macro renderImageFiel value border width height event action> <#macro renderBanner style leftStyle rightStyle leftText text rightText> <#macro renderFieldGroupOpen style id title collapsed collapsibleAreaId collapsible expandToolTip collapseToolTip> <#macro renderFieldGroupClose style id title> <#macro renderHyperlinkTitle name title> <#macro renderSortField style title linkUrl ajaxEnabled> <#macro formatBoundaryComment boundaryType widgetType widgetName> <#macro makeHiddenFormLinkAnchor linkStyle hiddenFormName event action imgSrc description><@renderField description /> <#macro makeHyperlinkString linkStyle hiddenFormName event action imgSrc linkUrl targetWindow description><@renderField description />