blob: 9ffa298265b7b9c8454ff26b39fbe0e436710b2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>$title</title>
<link rel="stylesheet" type="text/css"
href="$conf.root_url/static/css/patches.css"/>
</head>
<body>
<div class="pageheader">
<img alt="[patchlogo]" src="$conf.root_url/static/img/swirlpatch.png"/>
<p> Debian patch tracking system </p>
<div class="breadcrumb">
#set $links = [$link($conf.root_url+"/"+b[0],b[1]) for b in $crumbs]
#set $llist = " - ".join($links)
$llist
</div> <!-- breadcrumb -->
</div>
$body
</body>
</html>
|