##// END OF EJS Templates
hgweb, spartan: add "URL breadcrumbs"...
Angel Ezquerra <angel.ezquerra at gmail.com> -
r18259:7bf412b7 default
parent child Browse files
Show More
@@ -18,7 +18,7 b''
18 18 <a type="application/atom+xml" href="{url}atom-branches">atom</a>
19 19 </div>
20 20
21 <h2>branches:</h2>
21 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / branches</h2>
22 22
23 23 <ul id="tagEntries">
24 24 {entries%branchentry}
@@ -19,7 +19,7 b''
19 19 <a type="application/atom+xml" href="{url}atom-log" title="Atom feed for {repo|escape}">atom</a>
20 20 </div>
21 21
22 <h2>changelog for {repo|escape}</h2>
22 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / changelog</h2>
23 23
24 24 <form action="{url}log">
25 25 {sessionvars%hiddenformentry}
@@ -15,7 +15,7 b''
15 15 <a href="{url}help{sessionvars%urlparameter}">help</a>
16 16 </div>
17 17
18 <h2>changeset: {desc|strip|escape|firstline|nonempty}</h2>
18 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / changeset: {desc|strip|escape|firstline|nonempty}</h2>
19 19
20 20 <table id="changesetEntry">
21 21 <tr>
@@ -17,7 +17,7 b''
17 17 <a href="{url}help{sessionvars%urlparameter}">help</a>
18 18 </div>
19 19
20 <h2>Annotate {file|escape}</h2>
20 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / annotate {file|escape}</h2>
21 21
22 22 <table>
23 23 <tr>
@@ -17,7 +17,7 b''
17 17 <a href="{url}help{sessionvars%urlparameter}">help</a>
18 18 </div>
19 19
20 <h2>{file|escape}</h2>
20 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / {file|escape}</h2>
21 21
22 22 <table id="filediffEntry">
23 23 <tr>
@@ -20,7 +20,7 b''
20 20 <a type="application/atom+xml" href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}">atom</a>
21 21 </div>
22 22
23 <h2>{file|escape} revision history</h2>
23 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / {file|escape} revision history</h2>
24 24
25 25 <p>navigate: <small class="navigate">{nav%filenav}</small></p>
26 26
@@ -17,7 +17,7 b''
17 17 <a href="{url}help{sessionvars%urlparameter}">help</a>
18 18 </div>
19 19
20 <h2>{file|escape}</h2>
20 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / {file|escape}</h2>
21 21
22 22 <table>
23 23 <tr>
@@ -17,7 +17,7 b''
17 17 <a href="{url}help{sessionvars%urlparameter}">help</a>
18 18 </div>
19 19
20 <h2>graph</h2>
20 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / graph</h2>
21 21
22 22 <form action="{url}log">
23 23 {sessionvars%hiddenformentry}
@@ -14,7 +14,7 b''
14 14 <a href="{url}help{sessionvars%urlparameter}">help</a>
15 15 </div>
16 16
17 <h2>files for changeset {node|short}: {path|escape}</h2>
17 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / files for changeset {node|short}: {path|escape}</h2>
18 18
19 19 <table cellpadding="0" cellspacing="0">
20 20 <tr class="parity{upparity}">
@@ -19,7 +19,7 b''
19 19 <a type="application/rss+xml" href="{url}atom-log" title="Atom feed for {repo|escape}">atom</a>
20 20 </div>
21 21
22 <h2>shortlog for {repo|escape}</h2>
22 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / shortlog</h2>
23 23
24 24 <form action="{url}log">
25 25 {sessionvars%hiddenformentry}
@@ -18,7 +18,7 b''
18 18 <a type="application/atom+xml" href="{url}atom-tags">atom</a>
19 19 </div>
20 20
21 <h2>tags:</h2>
21 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / tags</h2>
22 22
23 23 <ul id="tagEntries">
24 24 {entries%tagentry}
General Comments 0
You need to be logged in to leave comments. Login now