| |
2 |
2 |
|
| |
3 |
3 |
# |
| |
4 |
4 |
# Copyright (C) 2001, 2002 MIT |
| |
5 |
5 |
# |
| |
6 |
6 |
# This file is part of dotLRN. |
| |
7 |
7 |
# |
| |
8 |
8 |
# dotLRN is free software; you can redistribute it and/or modify it under the |
| |
9 |
9 |
# terms of the GNU General Public License as published by the Free Software |
| |
10 |
10 |
# Foundation; either version 2 of the License, or (at your option) any later |
| |
11 |
11 |
# version. |
| |
12 |
12 |
# |
| |
13 |
13 |
# dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY |
| |
14 |
14 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
| |
15 |
15 |
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more |
| |
16 |
16 |
# details. |
| |
17 |
17 |
# |
| |
18 |
18 |
|
| |
19 |
19 |
%> |
| |
20 |
20 |
|
| |
21 |
21 |
<master src="@element.filename@"> |
| |
22 |
|
<property name="header_stuff"> |
| |
23 |
|
<link rel="stylesheet" type="text/css" href="/resources/portal/@element.resource_dir@/portal.css" media="all"/> |
| |
24 |
|
</property> |
| |
25 |
22 |
<property name="name">@element.name;noquote@</property> |
| |
26 |
23 |
<property name="dir">@element.resource_dir;noquote@</property> |
| |
27 |
24 |
<property name="element_id">@element.element_id;noquote@</property> |
| |
28 |
25 |
<property name="shadeable_p">@element.shadeable_p;noquote@</property> |
| |
29 |
26 |
<property name="shaded_p">@element.shaded_p;noquote@</property> |
| |
30 |
27 |
<property name="hideable_p">@element.hideable_p;noquote@</property> |
| |
31 |
28 |
|
| |
32 |
|
<ul> |
| |
33 |
|
<li><b>@element.name@</b><br> |
| |
34 |
|
<li><include src="@element.template_path@" cf="@element.config@"> |
| |
35 |
|
</ul> |
| |
|
29 |
<include src="@element.template_path@" cf="@element.config@"> |