##// END OF EJS Templates
setup: don't ship i18n directory...
setup: don't ship i18n directory The directory was never actually used at runtime and other programs don't ship it either.

File last commit:

r8713:de6bb29e default
r9998:4a3c388f default
Show More
map
178 lines | 6.6 KiB | text/plain | TextLexer
Matt Mackall
hgweb: move old style to spartan/
r7338 default = 'shortlog'
mimetype = 'text/html; charset={encoding}'
header = header.tmpl
footer = footer.tmpl
search = search.tmpl
changelog = changelog.tmpl
shortlog = shortlog.tmpl
shortlogentry = shortlogentry.tmpl
graph = graph.tmpl
naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
Matt Mackall
hgweb: move old style to spartan/
r7338 filenolink = '{file|escape} '
fileellipses = '...'
changelogentry = changelogentry.tmpl
searchentry = changelogentry.tmpl
changeset = changeset.tmpl
manifest = manifest.tmpl
Martin Geisler
spartan: break long lines in map file
r8376
direntry = '
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <tr class="parity{parity}">
Martin Geisler
spartan: break long lines in map file
r8376 <td><tt>drwxr-xr-x</tt>&nbsp;
<td>&nbsp;
<td>&nbsp;
<td>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">{basename|escape}/</a>
<a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">
{emptydirs|urlescape}
Martin Geisler
spartan: break long lines in map file
r8376 </a>'
fileentry = '
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <tr class="parity{parity}">
<td><tt>{permissions|permissions}</tt>&nbsp;
<td align=right><tt class="date">{date|isodate}</tt>&nbsp;
<td align=right><tt>{size}</tt>&nbsp;
<td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{basename|escape}</a>'
Martin Geisler
spartan: break long lines in map file
r8376
Matt Mackall
hgweb: move old style to spartan/
r7338 filerevision = filerevision.tmpl
fileannotate = fileannotate.tmpl
filediff = filediff.tmpl
filelog = filelog.tmpl
Martin Geisler
spartan: ensure equal heights for file and annotate views...
r8507 fileline = '<div class="parity{parity}"><a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a>&nbsp;{line|escape}</div>'
Matt Mackall
hgweb: move old style to spartan/
r7338 filelogentry = filelogentry.tmpl
Martin Geisler
spartan: ensure equal heights for file and annotate views...
r8507
# The &nbsp; ensures that all table cells have content (even if there
# is an empty line in the annotated file), which in turn ensures that
# all table rows have equal height.
Martin Geisler
spartan: break long lines in map file
r8376 annotateline = '
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <tr class="parity{parity}">
Martin Geisler
spartan: break long lines in map file
r8376 <td class="annotate">
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}"
title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
Martin Geisler
spartan: break long lines in map file
r8376 </td>
<td>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a>
Martin Geisler
spartan: break long lines in map file
r8376 </td>
Martin Geisler
spartan: ensure equal heights for file and annotate views...
r8507 <td><pre>&nbsp;{line|escape}</pre></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 difflineplus = '<span class="plusline"><a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a>{line|escape}</span>'
difflineminus = '<span class="minusline"><a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a>{line|escape}</span>'
difflineat = '<span class="atline"><a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a>{line|escape}</span>'
diffline = '<a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a>{line|escape}'
Martin Geisler
spartan: break long lines in map file
r8376 changelogparent = '
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="parent">parent {rev}:</th>
Martin Geisler
spartan: break long lines in map file
r8376 <td class="parent">
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
Martin Geisler
spartan: break long lines in map file
r8376 </td>
</tr>'
changesetparent = '
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="parent">parent {rev}:</th>
<td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
filerevparent = '
<tr>
<td class="metatag">parent:</td>
<td>
<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
{rename%filerename}{node|short}
</a>
</td>
</tr>'
Matt Mackall
hgweb: move old style to spartan/
r7338 filerename = '{file|escape}@'
Martin Geisler
spartan: break long lines in map file
r8376 filelogrename = '
<tr>
<th>base:</th>
<td>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
{file|escape}@{node|short}
Martin Geisler
spartan: break long lines in map file
r8376 </a>
</td>
</tr>'
fileannotateparent = '
<tr>
<td class="metatag">parent:</td>
<td>
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
{rename%filerename}{node|short}
</a>
</td>
</tr>'
changesetchild = '
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="child">child {rev}:</th>
<td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
changelogchild = '
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="child">child {rev}:</th>
<td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
filerevchild = '
<tr>
<td class="metatag">child:</td>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
fileannotatechild = '
<tr>
<td class="metatag">child:</td>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <td><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
Matt Mackall
hgweb: move old style to spartan/
r7338 tags = tags.tmpl
Martin Geisler
spartan: break long lines in map file
r8376 tagentry = '
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <li class="tagEntry parity{parity}">
<tt class="node">{node}</tt>
<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a>
Martin Geisler
spartan: break long lines in map file
r8376 </li>'
Sune Foldager
spartan: add branches page
r8357 branches = branches.tmpl
Martin Geisler
spartan: break long lines in map file
r8376 branchentry = '
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <li class="tagEntry parity{parity}">
<tt class="node">{node}</tt>
Dirkjan Ochtman
hgweb: allow distinction between open/closed branches on branches page
r8713 <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">{branch|escape}</a>
Martin Geisler
spartan: break long lines in map file
r8376 </li>'
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 diffblock = '<pre class="parity{parity}">{lines}</pre>'
changelogtag = '<tr><th class="tag">tag:</th><td class="tag">{tag|escape}</td></tr>'
changesettag = '<tr><th class="tag">tag:</th><td class="tag">{tag|escape}</td></tr>'
Martin Geisler
spartan: break long lines in map file
r8376 filediffparent = '
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="parent">parent {rev}:</th>
<td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
filelogparent = '
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th>parent {rev}:</th>
<td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
filediffchild = '
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="child">child {rev}:</th>
<td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
filelogchild = '
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th>child {rev}:</th>
<td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
spartan: break long lines in map file
r8376 </tr>'
indexentry = '
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <tr class="parity{parity}">
<td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
<td>{description}</td>
<td>{contact|obfuscate}</td>
<td class="age">{lastchange|age} ago</td>
Martin Geisler
spartan: break long lines in map file
r8376 <td class="indexlinks">
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <a href="{url}rss-log">RSS</a>
<a href="{url}atom-log">Atom</a>
{archives%archiveentry}
Martin Geisler
spartan: break long lines in map file
r8376 </td>
</tr>'
Matt Mackall
hgweb: move old style to spartan/
r7338 index = index.tmpl
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 archiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> '
Matt Mackall
hgweb: move old style to spartan/
r7338 notfound = notfound.tmpl
error = error.tmpl
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 urlparameter = '{separator}{name}={value|urlescape}'
hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'