jeffd
committed
on 03 Sep 02
pass context_bar and title to master template, cleanup some html
openacs-4/.../acs-subsite/www/index.adp (+3 -3)
1 1 <master src="master">
2   <property name="context_bar">@context_bar@</property>
3 2 <property name="title">@subsite_name@</property>
  3 <property name="context_bar">@context_bar@</property>
4 4
5 5 <ul>
6 6
7 7  <if @nodes:rowcount@ eq 0>
8 8   <li>(no packages)</li>
9 9  </if>
10 10  <else>
11 11   <multiple name="nodes">
12 12     <li><a href="@nodes.url@">@nodes.name@</a></li>
13 13   </multiple>
14 14  </else>
15 15
16 16  <if @admin_p@ eq 1>
17     <p><li> <a href="admin/">Administration</a></li>
  17   <li> <a href="admin/">Administration</a></li>
18 18  </if>
19 19
20 20 </ul>