| |
1 |
1 |
<div class="portlet-wrapper"> |
| |
2 |
2 |
<div class="portlet-header"> |
| |
3 |
3 |
<div class="portlet-title"> |
| |
4 |
|
<h1>@name;noquote@ (h1) </h1> |
| |
|
4 |
<h1>@name;noquote@</h1> |
| |
5 |
5 |
</div> |
| |
6 |
6 |
<div class="portlet-controls"> |
| |
7 |
7 |
<if @shadeable_p@ eq "t"> |
| |
8 |
8 |
<a href="configure-element?element_id=@element_id@&op=shade"> |
| |
9 |
9 |
<if @shaded_p@ eq "t"> |
| |
10 |
10 |
<img src="/resources/theme-zen/images/portlets/max.gif" alt="maximize portlet" width="19" height="16" /> |
| |
11 |
11 |
</if> |
| |
12 |
12 |
<else> |
| |
13 |
13 |
<img src="/resources/theme-zen/images/portlets/min.gif" alt="minimize portlet" width="19" height="16" /> |
| |
14 |
14 |
</else> |
| |
15 |
15 |
</a> |
| |
16 |
16 |
</if> |
| |
17 |
17 |
</div> |
| |
18 |
18 |
</div> |
| |
19 |
19 |
<div class="portlet"> |
| |
20 |
20 |
<slave> |
| |
21 |
21 |
</div> <!-- /portlet --> |
| |
22 |
22 |
</div> <!-- /portlet-wrapper --> |