Sanitize the browse.php message
[viewsvn.git] / templates / default / browse.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>ViewSVN - Browse</title>
6 </head>
7
8 $header
9
10 <div class="head">Revision Information</div>
11 <div class="content">
12 <div><strong>Revision:</strong> $revinfo[rev]</div>
13 <div><strong>Author:</strong> $revinfo[author]</div>
14 <div><strong>Date:</strong> $revinfo[date] $revinfo[timezone]</div>
15 <div><strong>Message:</strong> $revinfo[message_clean]</div>
16 </div>
17
18 <div class="head" style="border-width: 0px 1px 1px 1px">
19 $navbar
20
21 <span style="font-weight: normal">
22 (
23 <a href="$viewsvn->path/$link[log]">View Log</a>
24
25 <if condition="$show['head']">
26 - <a href="$viewsvn->path/$link[gohead]">Go to HEAD</a>
27 - <a href="$viewsvn->path/$link[diffhead]">Diff to HEAD</a>
28 </if>
29
30 <if condition="$show['prev']">
31 - <a href="$viewsvn->path/$link[diffprev]">Diff to PREV</a>
32 </if>
33 )
34 </span>
35 </div>
36 $nodes
37
38 $footer