buildframework/helium/doc/src/.templates/indexcontent.html.ftl
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    22 {% extends "defindex.html" %}
    22 {% extends "defindex.html" %}
    23 {% block tables %}
    23 {% block tables %}
    24   <p><strong>Parts of the documentation:</strong></p>
    24   <p><strong>Parts of the documentation:</strong></p>
    25   <table class="contentstable" align="center"><tr>
    25   <table class="contentstable" align="center"><tr>
    26     <td width="50%">
    26     <td width="50%">
       
    27 <#if !ant?keys?seq_contains("sf")>
    27       <p class="biglink"><a class="biglink" href="{{ pathto("releasenotes/index") }}">Release notes</a><br/>
    28       <p class="biglink"><a class="biglink" href="{{ pathto("releasenotes/index") }}">Release notes</a><br/>
    28          <span class="linkdescr">what's new</span></p>
    29          <span class="linkdescr">what's new</span></p>
       
    30 </#if>
    29       <p class="biglink"><a class="biglink" href="{{ pathto("quick_start_guide") }}">Quick Start Guide</a><br/>
    31       <p class="biglink"><a class="biglink" href="{{ pathto("quick_start_guide") }}">Quick Start Guide</a><br/>
    30          <span class="linkdescr">start here</span></p>
    32          <span class="linkdescr">start here</span></p>
    31 <#if !(ant?keys?seq_contains("sf"))>
       
    32       <p class="biglink"><a class="biglink" href="http://lmp.nokia.com/lms/lang-en/taxonomy/TAX_Search.asp?UserMode=0&SearchStr=helium">E-learning</a><br/>
       
    33          <span class="linkdescr">multimedia introduction</span></p>
       
    34 </#if>
       
    35       <p class="biglink"><a class="biglink" href="{{ pathto("feature_list") }}">Feature list</a><br/>
    33       <p class="biglink"><a class="biglink" href="{{ pathto("feature_list") }}">Feature list</a><br/>
    36          <span class="linkdescr">what is supported</span></p>
    34          <span class="linkdescr">what is supported</span></p>
    37       <p class="biglink"><a class="biglink" href="{{ pathto("manual/index") }}">Manual</a><br/>
    35       <p class="biglink"><a class="biglink" href="{{ pathto("manual/index") }}">Manual</a><br/>
    38          <span class="linkdescr">reference docs</span></p>
    36          <span class="linkdescr">reference docs</span></p>
    39     </td><td width="50%">
    37     </td><td width="50%">
    48       <p class="biglink"><a class="biglink" href="{{ pathto("architecture") }}">Architecture</a><br/>
    46       <p class="biglink"><a class="biglink" href="{{ pathto("architecture") }}">Architecture</a><br/>
    49          <span class="linkdescr">many pieces, loosely joined</span></p>
    47          <span class="linkdescr">many pieces, loosely joined</span></p>
    50     </td></tr>
    48     </td></tr>
    51   </table>
    49   </table>
    52 
    50 
       
    51 <#if !ant?keys?seq_contains("sf")>
    53   <p><strong>Customer documentation:</strong></p>
    52   <p><strong>Customer documentation:</strong></p>
    54   <table class="contentstable" align="center"><tr>
    53   <table class="contentstable" align="center"><tr>
    55     <td width="50%">
    54     <td width="50%">
    56       <p class="biglink"><a class="biglink" href="http://helium.nmp.nokia.com/doc/ido">IDO</a><br/>
    55       <p class="biglink"><a class="biglink" href="http://helium.nmp.nokia.com/doc/ido">IDO</a><br/>
    57          <span class="linkdescr">integration domains</span></p>
    56          <span class="linkdescr">integration domains</span></p>
    58     </td><td width="50%">
    57     </td><td width="50%">
    59       <p class="biglink"><a class="biglink" href="http://helium.nmp.nokia.com/doc/teamci">TeamCI</a><br/>
    58       <p class="biglink"><a class="biglink" href="http://helium.nmp.nokia.com/doc/teamci">TeamCI</a><br/>
    60          <span class="linkdescr">development teams</span></p>
    59          <span class="linkdescr">development teams</span></p>
    61     </td></tr>
    60     </td></tr>
    62   </table>
    61   </table>
    63 
    62 </#if>
    64 {% endblock %}
    63 {% endblock %}