| |
1 |
1 |
<master> |
| |
2 |
2 |
<property name="title">@title@</property> |
| |
3 |
3 |
<property name="header_stuff"> |
| |
4 |
4 |
<style> |
| |
5 |
5 |
.bt_navbar { font-family: tahoma,verdana,arial,helvetica; font-size: 70%; font-weight: bold; color: #ccccff; text-decoration: none; } |
| |
6 |
6 |
A.bt_navbar { color: white; } |
| |
7 |
7 |
.bt_navbar:hover { color: white; text-decoration: underline; } |
| |
|
8 |
.bt_navbar:visited {color: white; text-decoration: none; } |
| |
8 |
9 |
INPUT.bt_navbar { font-family: tahoma,verdana,arial,helvetica; font-weight: bold; font-size: 70%; color: black; } |
| |
9 |
10 |
.bt_summary { font-size: 70%; font-family: verdana,arial,helvetica; } |
| |
10 |
11 |
.bt_summary_bold { font-size: 70%; font-family: verdana,arial,helvetica; font-weight: bold; } |
| |
|
12 |
pre { font-family: Courier; font-size: 10pt; } |
| |
11 |
13 |
</style> |
| |
12 |
14 |
</property> |
| |
13 |
15 |
<if @signatory@ not nil><property name="signatory">@signatory</property></if> |
| |
14 |
16 |
<if @focus@ not nil><property name="focus">@focus@</property></if> |
| |
|
17 |
<property name="body_start_include">/packages/bug-tracker/lib/version-bar</property> |
| |
|
18 |
<property name="context_bar">@context_bar@</property> |
| |
15 |
19 |
|
| |
16 |
|
<include src="version-bar"> |
| |
17 |
|
<h2>@header@</h2> |
| |
18 |
|
@context_bar@ |
| |
19 |
|
<hr> |
| |
|
20 |
<include src="nav-bar" notification_link="@notification_link@"> |
| |
20 |
21 |
|
| |
21 |
|
<include src="nav-bar"> |
| |
22 |
|
|
| |
23 |
22 |
<p> |
| |
24 |
23 |
|
| |
25 |
24 |
<slave> |
| |
26 |
25 |
|
| |
27 |
26 |
<p> |
| |
28 |
27 |
|
| |
29 |
|
<include src="nav-bar"> |
| |
|
28 |
<include src="nav-bar" notification_link="@notification_link@"> |