root/branches/release-40/default_templates/sidebar.mtml @ 2603

Revision 2603, 1.0 kB (checked in by bsmith, 18 months ago)

bugzid:79938 - Normalizing Template Tags

Line 
1<mt:Ignore><!--
2#
3#  The sidebar is made up of one or two columns.
4#  For 2-column designs, just beta.
5#  For 3-column designs, beta and gamma.
6#
7--></mt:Ignore>
8
9
10<div id="beta">
11    <div id="beta-inner">
12
13<mt:If name="page_columns" eq="2">
14    <mt:Ignore><!-- Use the 2-column layout Sidebar if page layout is layout-wt or layout-tw. --></mt:Ignore>
15    <$mt:WidgetSet name="<__trans phrase="2-column layout - Sidebar">"$>
16<mt:Else name="page_columns" eq="3">
17    <mt:Ignore><!-- Use the 3-column layout Primary Sidebar if page layout is layout-wtt or layout-twt. --></mt:Ignore>
18    <$mt:WidgetSet name="<__trans phrase="3-column layout - Primary Sidebar">"$>
19</mt:If>
20
21    </div>
22</div>
23
24
25<mt:If name="page_columns" eq="3">
26    <mt:Ignore><!-- Use the 3-column layout Secondary Sidebar if page layout is layout-wtt or layout-twt. --></mt:Ignore>
27<div id="gamma">
28    <div id="gamma-inner">
29    <$mt:WidgetSet name="<__trans phrase="3-column layout - Secondary Sidebar">"$>
30    </div>
31</div>
32</mt:If>
Note: See TracBrowser for help on using the browser.