Page MenuHomeIn-Portal Phabricator

sections_list.tpl
No OneTemporary

File Metadata

Created
Wed, May 7, 10:28 PM

sections_list.tpl

<inp2:m_include t="incs/header"/>
<link rel="stylesheet" rev="stylesheet" href="<inp2:m_Compress files='incs/sections_list.css'/>" type="text/css" />
<inp2:m_DefineElement name="section_list_header" icon_module="">
<inp2:m_RenderElement name="combined_header" prefix="$SectionPrefix" section="$section_name" title_preset="tree_#section#" parent="0"/>
</inp2:m_DefineElement>
<inp2:adm_PrintSection section_name="#session#" render_as="section_list_header"/>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="100%">
<table width="100%" border="0" cellspacing="0" cellpadding="4" class="bordered">
<inp2:m_DefineElement name="section_element" icon_module="">
<tr class="<inp2:m_odd_even odd='table-color1' even='table-color2'/>">
<td class="subitem_icon">
<img src="<inp2:$SectionPrefix_ModulePath module='$icon_module'/>img/icons/icon46_list_<inp2:m_param name='icon'/>.gif" border="0" alt="<inp2:m_phrase name='$label'/>" align="absmiddle"/>
</td>
<td class="subitem_description">
<a href="<inp2:m_param name='section_url'/>" class="dLink" title="<inp2:m_phrase name='$label'/>" target="main"><inp2:m_phrase name="$label"/></a>
<inp2:m_if check="m_Param" name="is_tab" equals_to="1">
<inp2:m_phrase name="la_Description_{$parent}"/>
<inp2:m_else/>
<inp2:m_phrase name="la_Description_{$section_name}"/>
</inp2:m_if>
</td>
</tr>
</inp2:m_DefineElement>
<inp2:m_set odd_even="table-color1"/>
<inp2:adm_PrintSections block="section_element" section_name="#session#"/>
</table>
</td>
<td valign="top" align="right">
<inp2:adm_ModuleInclude template="summary/#section#"/>
</td>
</tr>
</table>
<inp2:m_include t="incs/footer"/>

Event Timeline