##// 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:

r9721:1d75c683 default
r9998:4a3c388f default
Show More
map
214 lines | 9.0 KiB | text/plain | TextLexer
Hiroshi Funai
added monoblue hgweb theme
r7111 default = 'summary'
mimetype = 'text/html; charset={encoding}'
header = header.tmpl
footer = footer.tmpl
search = search.tmpl
changelog = changelog.tmpl
summary = summary.tmpl
error = error.tmpl
notfound = notfound.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
monoblue: use newer template syntax everywhere
r8430 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
Martin Geisler
monoblue: break long lines in map file
r8375 filenodelink = '
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <tr class="parity{parity}">
<td><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td>
Martin Geisler
monoblue: break long lines in map file
r8375 <td></td>
<td>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
Martin Geisler
monoblue: break long lines in map file
r8375 </td>
</tr>'
filenolink = '
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <tr class="parity{parity}">
Martin Geisler
monoblue: break long lines in map file
r8375 <td>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td><td></td><td>file |
Martin Geisler
monoblue: break long lines in map file
r8375 annotate |
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
Martin Geisler
monoblue: break long lines in map file
r8375 </td>
</tr>'
Hiroshi Funai
added monoblue hgweb theme
r7111 fileellipses = '...'
changelogentry = changelogentry.tmpl
searchentry = changelogentry.tmpl
changeset = changeset.tmpl
manifest = manifest.tmpl
Martin Geisler
monoblue: break long lines in map file
r8375 direntry = '
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <tr class="parity{parity}">
Martin Geisler
monoblue: break long lines in map file
r8375 <td>drwxr-xr-x</td>
<td></td>
<td></td>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <td><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">{basename|escape}</a></td>
<td><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a></td>
Martin Geisler
monoblue: break long lines in map file
r8375 </tr>'
fileentry = '
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <tr class="parity{parity}">
<td>{permissions|permissions}</td>
<td>{date|isodate}</td>
<td>{size}</td>
<td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{basename|escape}</a></td>
Martin Geisler
monoblue: break long lines in map file
r8375 <td>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
Martin Geisler
monoblue: break long lines in map file
r8375 </td>
</tr>'
Hiroshi Funai
added monoblue hgweb theme
r7111 filerevision = filerevision.tmpl
fileannotate = fileannotate.tmpl
filediff = filediff.tmpl
filelog = filelog.tmpl
Martin Geisler
gitweb, monoblue: break long line in map file
r8487 fileline = '
<div style="font-family:monospace" class="parity{parity}">
Martin Geisler
gitweb, monoblue: fix double-spacing in file view (issue1733)...
r9113 <pre><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</pre>
Martin Geisler
gitweb, monoblue: break long line in map file
r8487 </div>'
Martin Geisler
monoblue: break long lines in map file
r8375 annotateline = '
<tr class="parity{parity}">
<td class="linenr">
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}"
title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
</td>
<td class="lineno">
<a href="#{lineid}" id="{lineid}">{linenumber}</a>
</td>
<td class="source">{line|escape}</td>
</tr>'
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 difflineplus = '<span style="color:#008800;"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
difflineminus = '<span style="color:#cc0000;"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
difflineat = '<span style="color:#990099;"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
diffline = '<span><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
Martin Geisler
monoblue: break long lines in map file
r8375 changelogparent = '
<tr>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <th class="parent">parent {rev}:</th>
Martin Geisler
monoblue: break long lines in map file
r8375 <td class="parent">
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
Martin Geisler
monoblue: break long lines in map file
r8375 </td>
</tr>'
Hiroshi Funai
added monoblue hgweb theme
r7111 changesetbranch = '<dt>branch</dt><dd>{name}</dd>'
Martin Geisler
monoblue: break long lines in map file
r8375 changesetparent = '
<dt>parent {rev}</dt>
<dd><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>'
Hiroshi Funai
added monoblue hgweb theme
r7111 filerevbranch = '<dt>branch</dt><dd>{name}</dd>'
Martin Geisler
monoblue: break long lines in map file
r8375 filerevparent = '
<dt>parent {rev}</dt>
<dd>
<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
{rename%filerename}{node|short}
</a>
</dd>'
Hiroshi Funai
added monoblue hgweb theme
r7111 filerename = '{file|escape}@'
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 filelogrename = '| <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">base</a>'
Martin Geisler
monoblue: break long lines in map file
r8375 fileannotateparent = '
<dt>parent {rev}</dt>
<dd>
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
{rename%filerename}{node|short}
</a>
</dd>'
changelogchild = '
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <dt>child {rev}:</dt>
<dd><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>'
Martin Geisler
monoblue: break long lines in map file
r8375 changesetchild = '
<dt>child {rev}</dt>
<dd><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>'
filerevchild = '
<dt>child {rev}</dt>
<dd>
<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
</dd>'
fileannotatechild = '
<dt>child {rev}</dt>
<dd>
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
</dd>'
Hiroshi Funai
added monoblue hgweb theme
r7111 tags = tags.tmpl
Martin Geisler
monoblue: break long lines in map file
r8375 tagentry = '
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <tr class="parity{parity}">
Dirkjan Ochtman
templater: put 'ago' inside the age template filter
r9721 <td class="nowrap">{date|age}</td>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td>
Martin Geisler
monoblue: break long lines in map file
r8375 <td class="nowrap">
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
<a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
Martin Geisler
monoblue: break long lines in map file
r8375 </td>
</tr>'
Sune Foldager
monoblue: add branches page
r8355 branches = branches.tmpl
Martin Geisler
monoblue: break long lines in map file
r8375 branchentry = '
<tr class="parity{parity}">
Dirkjan Ochtman
templater: put 'ago' inside the age template filter
r9721 <td class="nowrap">{date|age}</td>
Martin Geisler
monoblue: break long lines in map file
r8375 <td><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
Dirkjan Ochtman
hgweb: allow distinction between open/closed branches on branches page
r8713 <td class="{status}">{branch|escape}</td>
Martin Geisler
monoblue: break long lines in map file
r8375 <td class="nowrap">
<a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
<a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
</td>
</tr>'
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 diffblock = '<pre>{lines}</pre>'
Martin Geisler
monoblue: break long lines in map file
r8375 filediffparent = '
<dt>parent {rev}</dt>
<dd><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
filelogparent = '
<tr>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <td align="right">parent {rev}:&nbsp;</td>
<td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
monoblue: break long lines in map file
r8375 </tr>'
filediffchild = '
<dt>child {rev}</dt>
<dd><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
filelogchild = '
<tr>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <td align="right">child {rev}:&nbsp;</td>
<td><a href="{url}file{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
Martin Geisler
monoblue: break long lines in map file
r8375 </tr>'
Hiroshi Funai
added monoblue hgweb theme
r7111 shortlog = shortlog.tmpl
tagtag = '<span class="tagtag" title="{name}">{name}</span> '
branchtag = '<span class="branchtag" title="{name}">{name}</span> '
inbranchtag = '<span class="inbranchtag" title="{name}">{name}</span> '
Martin Geisler
monoblue: break long lines in map file
r8375 shortlogentry = '
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <tr class="parity{parity}">
Dirkjan Ochtman
templater: put 'ago' inside the age template filter
r9721 <td class="nowrap">{date|age}</td>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <td>{author|person}</td>
Martin Geisler
monoblue: break long lines in map file
r8375 <td>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
{desc|strip|firstline|escape|nonempty}
Martin Geisler
monoblue: break long lines in map file
r8375 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span>
</a>
</td>
<td class="nowrap">
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
Martin Geisler
monoblue: break long lines in map file
r8375 </td>
</tr>'
filelogentry = '
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <tr class="parity{parity}">
Dirkjan Ochtman
templater: put 'ago' inside the age template filter
r9721 <td class="nowrap">{date|age}</td>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
Martin Geisler
monoblue: break long lines in map file
r8375 <td class="nowrap">
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a>&nbsp;|&nbsp;<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a>&nbsp;|&nbsp;<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
{rename%filelogrename}
Martin Geisler
monoblue: break long lines in map file
r8375 </td>
</tr>'
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 archiveentry = '<li><a href="{url}archive/{node|short}{extension}">{type|escape}</a></li>'
Martin Geisler
monoblue: break long lines in map file
r8375 indexentry = '
<tr class="parity{parity}">
<td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
<td>{description}</td>
<td>{contact|obfuscate}</td>
Dirkjan Ochtman
templater: put 'ago' inside the age template filter
r9721 <td>{lastchange|age}</td>
Martin Geisler
monoblue: break long lines in map file
r8375 <td class="indexlinks">{archives%indexarchiveentry}</td>
<td>
<div class="rss_logo">
<a href="{url}rss-log">RSS</a>
<a href="{url}atom-log">Atom</a>
</div>
</td>
</tr>\n'
Hiroshi Funai
added monoblue hgweb theme
r7111 indexarchiveentry = '<a href="{url}archive/{node|short}{extension}">{type|escape}</a> '
index = index.tmpl
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 urlparameter = '{separator}{name}={value|urlescape}'
hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
Hiroshi Funai
added monoblue hgweb theme
r7111 graph = graph.tmpl