Properties are now shown on view.php and browse.php
[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[revision]</div>
13 <div><strong>{@"Author"}:</strong> $revinfo[author]</div>
14 <div><strong>{@"Date"}:</strong> $revinfo[date]</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="$link[log]">{@"View Log"}</a>
24
25 <if condition="$show['head']">
26 - <a href="$link[gohead]">{@"Go to HEAD"}</a>
27 - <a href="$link[diffhead]">{@"Diff to HEAD"}</a>
28 </if>
29
30 <if condition="$show['prev']">
31 - <a href="$link[diffprev]">{@"Diff to PREV"}</a>
32 </if>
33 )
34 </span>
35 </div>
36 <if condition="$show['props']">
37 <div class="propbox">
38 <ul>
39 $proplist
40 </ul>
41 </div>
42 </if>
43 $nodes
44
45 $footer