Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6 | Andrea | 1 | <#-- |
2 | /* |
||
3 | * $Id: pom.xml 560558 2007-07-28 15:47:10Z apetrelli $ |
||
4 | * |
||
5 | * Licensed to the Apache Software Foundation (ASF) under one |
||
6 | * or more contributor license agreements. See the NOTICE file |
||
7 | * distributed with this work for additional information |
||
8 | * regarding copyright ownership. The ASF licenses this file |
||
9 | * to you under the Apache License, Version 2.0 (the |
||
10 | * "License"); you may not use this file except in compliance |
||
11 | * with the License. You may obtain a copy of the License at |
||
12 | * |
||
13 | * http://www.apache.org/licenses/LICENSE-2.0 |
||
14 | * |
||
15 | * Unless required by applicable law or agreed to in writing, |
||
16 | * software distributed under the License is distributed on an |
||
17 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
||
18 | * KIND, either express or implied. See the License for the |
||
19 | * specific language governing permissions and limitations |
||
20 | * under the License. |
||
21 | */ |
||
22 | --> |
||
23 | <#if parameters.id?if_exists != ""> |
||
24 | id="${parameters.id?html}"<#rt/> |
||
25 | </#if> |
||
26 | <#if parameters.formId?if_exists != ""> |
||
27 | formId="${parameters.formId?html}"<#rt/> |
||
28 | </#if> |
||
29 | <#if parameters.formFilter?if_exists != ""> |
||
30 | formFilter="${parameters.formFilter?html}"<#rt/> |
||
31 | </#if> |
||
32 | <#if parameters.tabindex?if_exists != ""> |
||
33 | tabindex="${parameters.tabindex?html}"<#rt/> |
||
34 | </#if> |
||
35 | <#if parameters.cssClass?if_exists != ""> |
||
36 | class="${parameters.cssClass?html}"<#rt/> |
||
37 | </#if> |
||
38 | <#if parameters.cssStyle?if_exists != ""> |
||
39 | style="${parameters.cssStyle?html}"<#rt/> |
||
40 | </#if> |
||
41 | <#if parameters.label?if_exists != ""> |
||
42 | label="${parameters.label?html}"<#rt/> |
||
43 | </#if> |
||
44 | <#if parameters.title?if_exists != ""> |
||
45 | title="${parameters.title?html}"<#rt/> |
||
46 | </#if> |
||
47 | <#if parameters.name?if_exists != ""> |
||
48 | name="${parameters.name?html}"<#rt/> |
||
49 | </#if> |
||
50 | <#if parameters.href?if_exists != ""> |
||
51 | href="${parameters.href}"<#rt/> |
||
52 | </#if> |
||
53 | <#if parameters.loadingText?if_exists != ""> |
||
54 | loadingText="${parameters.loadingText?html}"<#rt/> |
||
55 | </#if> |
||
56 | <#if parameters.errorText?if_exists != ""> |
||
57 | errorText="${parameters.errorText?html}"<#rt/> |
||
58 | </#if> |
||
59 | <#if parameters.executeScripts?exists> |
||
60 | executeScripts="${parameters.executeScripts?string?html}"<#rt/> |
||
61 | </#if> |
||
62 | <#if parameters.listenTopics?if_exists != ""> |
||
63 | listenTopics="${parameters.listenTopics?html}"<#rt/> |
||
64 | </#if> |
||
65 | <#if parameters.notifyTopics?if_exists != ""> |
||
66 | notifyTopics="${parameters.notifyTopics?html}"<#rt/> |
||
67 | </#if> |
||
68 | <#if parameters.beforeLoading?if_exists != ""> |
||
69 | beforeLoading="${parameters.beforeLoading?html}"<#rt/> |
||
70 | </#if> |
||
71 | <#if parameters.afterLoading?if_exists != ""> |
||
72 | afterLoading="${parameters.afterLoading?html}"<#rt/> |
||
73 | </#if> |
||
74 | <#if parameters.targets?if_exists != ""> |
||
75 | targets="${parameters.targets?html}"<#rt/> |
||
76 | </#if> |
||
77 | <#if parameters.handler?if_exists != ""> |
||
78 | handler="${parameters.handler?html}"<#rt/> |
||
79 | </#if> |
||
80 | <#if parameters.indicator?if_exists != ""> |
||
81 | indicator="${parameters.indicator?html}"<#rt/> |
||
82 | </#if> |
||
83 | <#if parameters.showErrorTransportText?exists> |
||
84 | showError="${parameters.showErrorTransportText?string?html}"<#rt/> |
||
85 | </#if> |
||
86 | <#if parameters.showLoadingText?exists> |
||
87 | showLoading="${parameters.showLoadingText?string?html}"<#rt/> |
||
88 | </#if> |