##// 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 <a type="application/atom+xml" href="{url}atom-branches">atom</a>
18 <a type="application/atom+xml" href="{url}atom-branches">atom</a>
19 </div>
19 </div>
20
20
21 <h2>branches:</h2>
21 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / branches</h2>
22
22
23 <ul id="tagEntries">
23 <ul id="tagEntries">
24 {entries%branchentry}
24 {entries%branchentry}
@@ -19,7 +19,7 b''
19 <a type="application/atom+xml" href="{url}atom-log" title="Atom feed for {repo|escape}">atom</a>
19 <a type="application/atom+xml" href="{url}atom-log" title="Atom feed for {repo|escape}">atom</a>
20 </div>
20 </div>
21
21
22 <h2>changelog for {repo|escape}</h2>
22 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / changelog</h2>
23
23
24 <form action="{url}log">
24 <form action="{url}log">
25 {sessionvars%hiddenformentry}
25 {sessionvars%hiddenformentry}
@@ -15,7 +15,7 b''
15 <a href="{url}help{sessionvars%urlparameter}">help</a>
15 <a href="{url}help{sessionvars%urlparameter}">help</a>
16 </div>
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 <table id="changesetEntry">
20 <table id="changesetEntry">
21 <tr>
21 <tr>
@@ -17,7 +17,7 b''
17 <a href="{url}help{sessionvars%urlparameter}">help</a>
17 <a href="{url}help{sessionvars%urlparameter}">help</a>
18 </div>
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 <table>
22 <table>
23 <tr>
23 <tr>
@@ -17,7 +17,7 b''
17 <a href="{url}help{sessionvars%urlparameter}">help</a>
17 <a href="{url}help{sessionvars%urlparameter}">help</a>
18 </div>
18 </div>
19
19
20 <h2>{file|escape}</h2>
20 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / {file|escape}</h2>
21
21
22 <table id="filediffEntry">
22 <table id="filediffEntry">
23 <tr>
23 <tr>
@@ -20,7 +20,7 b''
20 <a type="application/atom+xml" href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}">atom</a>
20 <a type="application/atom+xml" href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}">atom</a>
21 </div>
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 <p>navigate: <small class="navigate">{nav%filenav}</small></p>
25 <p>navigate: <small class="navigate">{nav%filenav}</small></p>
26
26
@@ -17,7 +17,7 b''
17 <a href="{url}help{sessionvars%urlparameter}">help</a>
17 <a href="{url}help{sessionvars%urlparameter}">help</a>
18 </div>
18 </div>
19
19
20 <h2>{file|escape}</h2>
20 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / {file|escape}</h2>
21
21
22 <table>
22 <table>
23 <tr>
23 <tr>
@@ -17,7 +17,7 b''
17 <a href="{url}help{sessionvars%urlparameter}">help</a>
17 <a href="{url}help{sessionvars%urlparameter}">help</a>
18 </div>
18 </div>
19
19
20 <h2>graph</h2>
20 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / graph</h2>
21
21
22 <form action="{url}log">
22 <form action="{url}log">
23 {sessionvars%hiddenformentry}
23 {sessionvars%hiddenformentry}
@@ -14,7 +14,7 b''
14 <a href="{url}help{sessionvars%urlparameter}">help</a>
14 <a href="{url}help{sessionvars%urlparameter}">help</a>
15 </div>
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 <table cellpadding="0" cellspacing="0">
19 <table cellpadding="0" cellspacing="0">
20 <tr class="parity{upparity}">
20 <tr class="parity{upparity}">
@@ -19,7 +19,7 b''
19 <a type="application/rss+xml" href="{url}atom-log" title="Atom feed for {repo|escape}">atom</a>
19 <a type="application/rss+xml" href="{url}atom-log" title="Atom feed for {repo|escape}">atom</a>
20 </div>
20 </div>
21
21
22 <h2>shortlog for {repo|escape}</h2>
22 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / shortlog</h2>
23
23
24 <form action="{url}log">
24 <form action="{url}log">
25 {sessionvars%hiddenformentry}
25 {sessionvars%hiddenformentry}
@@ -18,7 +18,7 b''
18 <a type="application/atom+xml" href="{url}atom-tags">atom</a>
18 <a type="application/atom+xml" href="{url}atom-tags">atom</a>
19 </div>
19 </div>
20
20
21 <h2>tags:</h2>
21 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / tags</h2>
22
22
23 <ul id="tagEntries">
23 <ul id="tagEntries">
24 {entries%tagentry}
24 {entries%tagentry}
General Comments 0
You need to be logged in to leave comments. Login now