<#-- /* * $Id$ * * 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. */ --> <#if parameters.useSelectedTabCookie?exists && parameters.useSelectedTabCookie=="true">
style="${parameters.cssStyle?html}"<#rt/> <#if parameters.id?if_exists != ""> id="${parameters.id?html}"<#rt/> <#if parameters.cssClass?if_exists != ""> class="${parameters.cssClass?html}"<#rt/> <#if parameters.selectedTab?if_exists != ""> selectedTab="${parameters.selectedTab?html}"<#rt/> <#if parameters.labelPosition?if_exists != ""> labelPosition="${parameters.labelPosition?html}"<#rt/> <#if parameters.closeButton?if_exists != ""> closeButton="${parameters.closeButton?html}"<#rt/> <#if parameters.doLayout?exists> doLayout="${parameters.doLayout?string?html}"<#rt/> <#if parameters.label?if_exists != ""> label="${parameters.label?html}"<#rt/> <#if parameters.templateCssPath?exists> templateCssPath="<@s.url value='${parameters.templateCssPath}' encode="false" includeParams='none'/>" <#if parameters.beforeSelectTabNotifyTopics?if_exists != ""> beforeSelectTabNotifyTopics="${parameters.beforeSelectTabNotifyTopics?html}"<#rt/> <#if parameters.afterSelectTabNotifyTopics?if_exists != ""> afterSelectTabNotifyTopics="${parameters.afterSelectTabNotifyTopics?html}"<#rt/> <#if parameters.disabledTabCssClass?if_exists != ""> disabledTabCssClass="${parameters.disabledTabCssClass?html}"<#rt/> <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> <#include "/${parameters.templateDir}/simple/common-attributes.ftl" /> >