| |
1 |
1 |
<if @contacts_master_template@ eq /packages/contacts/lib/contacts-master> |
| |
2 |
2 |
<master> |
| |
3 |
3 |
<property name="title">@title@</property> |
| |
4 |
4 |
<property name="context">@context@</property> |
| |
5 |
5 |
<property name="header_stuff"> |
| |
6 |
6 |
<link href="/resources/contacts/contacts.css" rel="stylesheet" type="text/css"> |
| |
7 |
7 |
</property> |
| |
8 |
8 |
<property name="navbar_list">@navbar@</property> |
| |
9 |
9 |
<if @focus@ not nil> |
| |
10 |
10 |
<property name="focus">@focus@</property> |
| |
11 |
11 |
</if> |
| |
12 |
12 |
<div id="section"> |
| |
13 |
13 |
<ul> |
| |
14 |
14 |
<multiple name="links"> |
| |
15 |
|
<li><a href="@links.url@" title="Go to @links.label@"><if @links.selected_p@><strong></if>@links.label@<if @links.selected_p@></strong></if></a><if @links:rowcount@ eq @links.rownum@><em> </em></if> </li> |
| |
|
15 |
<li><a href="@links.url@" title="Go to @links.label@" id="@links.id@" onmouseover="@links.mouseover;noquote@"><if @links.selected_p@><strong></if>@links.label@<if @links.selected_p@></strong></if></a><if @links:rowcount@ eq @links.rownum@><em> </em></if> </li> |
| |
16 |
16 |
</multiple> |
| |
17 |
17 |
</ul> |
| |
18 |
18 |
</div> |
| |
19 |
19 |
</if> |
| |
20 |
20 |
<else> |
| |
21 |
21 |
<master src="@contacts_master_template@"> |
| |
22 |
22 |
<property name="title">@title@</property> |
| |
23 |
23 |
<property name="context">@context@</property> |
| |
24 |
24 |
<property name="header_stuff"> |
| |
25 |
25 |
<link href="/resources/contacts/contacts.css" rel="stylesheet" type="text/css"> |
| |
26 |
26 |
</property> |
| |
27 |
27 |
</else> |
| |
|
28 |
|
| |
|
29 |
@js_script;noquote@ |
| |
28 |
30 |
<slave> |
| |
29 |
31 |
|
| |
30 |
32 |
|