buildframework/helium/doc/src/api/propertygroups-frame.html.ftl
changeset 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 <#--
       
     2 ============================================================================ 
       
     3 Name        : 
       
     4 Part of     : Helium 
       
     5 
       
     6 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     7 All rights reserved.
       
     8 This component and the accompanying materials are made available
       
     9 under the terms of the License "Eclipse Public License v1.0"
       
    10 which accompanies this distribution, and is available
       
    11 at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    12 
       
    13 Initial Contributors:
       
    14 Nokia Corporation - initial contribution.
       
    15 
       
    16 Contributors:
       
    17 
       
    18 Description:
       
    19 
       
    20 ============================================================================
       
    21 -->
       
    22 <#list data.heliumDataModel.group as group>
       
    23 <@pp.changeOutputFile name="propertygroups-frame-${group.name}.html" />
       
    24 <?xml version="1.0" encoding="utf-8"?>
       
    25 <!DOCTYPE HTML PUBLIC "-//w3c//dtd xhtml 1.0 strict//en"
       
    26       "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd">
       
    27 <html xmlns="http://www.w3.org/1999/xhtml">
       
    28 
       
    29 <#include "api.ftllib"/>
       
    30 
       
    31 <@helium_api_head_section title=""/>
       
    32 
       
    33 <body>
       
    34     <table border="0" width="100%" summary="">
       
    35     <tr>
       
    36         <td>
       
    37             <font size="+1" class="frameheadingfont">
       
    38                 <a href="propertygroup-${group.name}.html" target="classframe">${group.name}</a>
       
    39             </font>
       
    40         </td>
       
    41     </tr>
       
    42     <tr>
       
    43     <td style="white-space: nowrap">
       
    44         <font size="+1" class="frameheadingfont">Properties</font>&#160;
       
    45         <br/>
       
    46         <font class="frameitemfont">
       
    47             <#assign propertyList=group.propertyRef?sort>
       
    48             <#list propertyList as property>
       
    49                 <a href="property-${property}.html" title="${property}" target="classframe">${property}</a>
       
    50                 <br/>
       
    51             </#list>
       
    52         </font>
       
    53     </td>
       
    54     </tr>
       
    55     </table>
       
    56 </body>
       
    57 
       
    58 </html>
       
    59 
       
    60 </#list>