<#-- 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. -->
${uiLabelMap.ContentQueryLine}  
${uiLabelMap.CommonSelect} ${uiLabelMap.ContentCategory}  
<#-- --> <#list productFeatureTypeIdsOrdered as productFeatureTypeId> <#assign findPftMap = Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("productFeatureTypeId", productFeatureTypeId)> <#assign productFeatureType = delegator.findOne("ProductFeatureType", findPftMap, true)> <#assign productFeatures = productFeaturesByTypeMap[productFeatureTypeId]> <#if searchConstraintStrings?has_content>
${uiLabelMap.ProductFeatures}:
${uiLabelMap.CommonAll} ${uiLabelMap.CommonAny}
Feature IDs:
     
${(productFeatureType.description)!}:
${uiLabelMap.CommonLast} ${uiLabelMap.CommonSearch}:
<#list searchConstraintStrings as searchConstraintString>
 - ${searchConstraintString}
${uiLabelMap.CommonSortedBy}: ${searchSortOrderString}
${uiLabelMap.CommonNew} ${uiLabelMap.CommonSearch} ${uiLabelMap.CommonRefineSearch}
   

<#macro listSiteIds contentId indentIndex=0> <#assign dummy=Static["org.apache.ofbiz.base.util.Debug"].logInfo("in listSiteIds, contentId:" + contentId,"")/> <#assign dummy=Static["org.apache.ofbiz.base.util.Debug"].logInfo("in listSiteIds, indentIndex:" + indentIndex,"")/> <#local indent = ""/> <#if 0 < indentIndex > <#list 0..(indentIndex - 1) as idx> <#local indent = indent + "  "/> <@loopSubContent contentId=contentId viewIndex=0 viewSize=9999 contentAssocTypeId="SUBSITE" returnAfterPickWhen="1==1";> <@listSiteIds contentId=content.contentId indentIndex=indentIndex + 1 />