Mercurial > hg
changeset 6176:99c25f4e00c7
Removed old-style hgweb templates
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 26 Feb 2008 22:21:34 +0100 |
parents | 7f9f3233a2c6 |
children | 673d8a6bc709 |
files | templates/old/changelog.tmpl templates/old/changelogentry.tmpl templates/old/changeset.tmpl templates/old/fileannotate.tmpl templates/old/filediff.tmpl templates/old/filelog.tmpl templates/old/filelogentry.tmpl templates/old/filerevision.tmpl templates/old/footer.tmpl templates/old/header.tmpl templates/old/manifest.tmpl templates/old/map templates/old/search.tmpl templates/old/shortlog.tmpl templates/old/shortlogentry.tmpl templates/old/tags.tmpl |
diffstat | 16 files changed, 0 insertions(+), 477 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/old/changelog.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -#header# -<title>#repo|escape#: changelog</title> -<link rel="alternate" type="application/atom+xml" - href="#url#atom-log" title="Atom feed for #repo|escape#"> -<link rel="alternate" type="application/rss+xml" - href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> -</head> -<body> - -<div class="buttons"> -<a href="?sl=#rev#">shortlog</a> -<a href="?cmd=tags">tags</a> -<a href="?mf=#node|short#;path=/">manifest</a> -#archives%archiveentry# -<a type="application/rss+xml" href="?style=rss">rss</a> -<a type="application/atom+xml" href="#url#atom-log" title="Atom feed for #repo|escape#">atom</a> -</div> - -<h2>changelog for #repo|escape#</h2> - -<form action="#"> -<p> -<label for="search1">search:</label> -<input type="hidden" name="cmd" value="changelog"> -<input name="rev" id="search1" type="text" size="30"> -navigate: <small class="navigate">#changenav%naventry#</small> -</p> -</form> - -#entries%changelogentry# - -<form action="#"> -<p> -<label for="search2">search:</label> -<input type="hidden" name="cmd" value="changelog"> -<input name="rev" id="search2" type="text" size="30"> -navigate: <small class="navigate">#changenav%naventry#</small> -</p> -</form> - -#footer#
--- a/templates/old/changelogentry.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -<table class="logEntry parity#parity#"> - <tr> - <th class="age">#date|age# ago:</th> - <th class="firstline">#desc|strip|firstline|escape#</th> - </tr> - <tr> - <th class="revision">changeset #rev#:</th> - <td class="node"><a href="?cs=#node|short#">#node|short#</a></td> - </tr> - #parent%changelogparent# - #child%changelogchild# - #changelogtag# - <tr> - <th class="author">author:</th> - <td class="author">#author|obfuscate#</td> - </tr> - <tr> - <th class="date">date:</th> - <td class="date">#date|date#</td> - </tr> - <tr> - <th class="files"><a href="?mf=#node|short#;path=/">files</a>:</th> - <td class="files">#files#</td> - </tr> -</table>
--- a/templates/old/changeset.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -#header# -<title>#repo|escape#: changeset #node|short#</title> -</head> -<body> - -<div class="buttons"> -<a href="?cl=#rev#">changelog</a> -<a href="?sl=#rev#">shortlog</a> -<a href="?cmd=tags">tags</a> -<a href="?mf=#node|short#;path=/">manifest</a> -<a href="?cs=#node|short#;style=raw">raw</a> -#archives%archiveentry# -</div> - -<h2>changeset: #desc|strip|escape|firstline#</h2> - -<table id="changesetEntry"> -<tr> - <th class="changeset">changeset #rev#:</th> - <td class="changeset"><a href="?cs=#node|short#">#node|short#</a></td> -</tr> -#parent%changesetparent# -#child%changesetchild# -#changesettag# -<tr> - <th class="author">author:</th> - <td class="author">#author|obfuscate#</td> -</tr> -<tr> - <th class="date">date:</th> - <td class="date">#date|date# (#date|age# ago)</td></tr> -<tr> - <th class="files">files:</th> - <td class="files">#files#</td></tr> -<tr> - <th class="description">description:</th> - <td class="description">#desc|strip|escape|addbreaks#</td> -</tr> -</table> - -<div id="changesetDiff"> -#diff# -</div> - -#footer# - -
--- a/templates/old/fileannotate.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ -#header# -<title>#repo|escape#: #file|escape# annotate</title> -</head> -<body> - -<div class="buttons"> -<a href="?cl=#rev#">changelog</a> -<a href="?sl=#rev#">shortlog</a> -<a href="?tags=">tags</a> -<a href="?cs=#node|short#">changeset</a> -<a href="?mf=#node|short#;path=#path|urlescape#">manifest</a> -<a href="?f=#node|short#;file=#file|urlescape#">file</a> -<a href="?fl=#node|short#;file=#file|urlescape#">revisions</a> -<a href="?fa=#node|short#;file=#file|urlescape#;style=raw">raw</a> -</div> - -<h2>Annotate #file|escape#</h2> - -<table> -<tr> - <td class="metatag">changeset #rev#:</td> - <td><a href="?cs=#node|short#">#node|short#</a></td></tr> -#rename%filerename# -#parent%fileannotateparent# -#child%fileannotatechild# -<tr> - <td class="metatag">author:</td> - <td>#author|obfuscate#</td></tr> -<tr> - <td class="metatag">date:</td> - <td>#date|date# (#date|age# ago)</td></tr> -<tr> - <td class="metatag">permissions:</td> - <td>#permissions|permissions#</td></tr> -</table> - -<br/> - -<table cellspacing="0" cellpadding="0"> -#annotate%annotateline# -</table> - -#footer#
--- a/templates/old/filediff.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -#header# -<title>#repo|escape#: #file|escape# diff</title> -</head> -<body> - -<div class="buttons"> -<a href="?cl=#rev#">changelog</a> -<a href="?sl=#rev#">shortlog</a> -<a href="?tags=">tags</a> -<a href="?cs=#node|short#">changeset</a> -<a href="?f=#node|short#;file=#file|urlescape#">file</a> -<a href="?fl=#node|short#;file=#file|urlescape#">revisions</a> -<a href="?fa=#node|short#;file=#file|urlescape#">annotate</a> -<a href="?fd=#node|short#;file=#file|urlescape#;style=raw">raw</a> -</div> - -<h2>#file|escape#</h2> - -<table id="filediffEntry"> -<tr> - <th class="revision">revision #rev#:</th> - <td class="revision"><a href="?cs=#node|short#">#node|short#</a></td> -</tr> -#parent%filediffparent# -#child%filediffchild# -</table> - -<div id="fileDiff"> -#diff# -</div> - -#footer# - -
--- a/templates/old/filelog.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -#header# -<title>#repo|escape#: #file|escape# history</title> -<link rel="alternate" type="application/atom+xml" - href="#url#atom-log/tip/#file|urlescape#" title="Atom feed for #repo|escape#:#file#"> -<link rel="alternate" type="application/rss+xml" - href="?fl=0;file=#file|urlescape#;style=rss" title="RSS feed for #repo|escape#:#file#"> -</head> -</head> -<body> - -<div class="buttons"> -<a href="?cl=tip">changelog</a> -<a href="?sl=tip">shortlog</a> -<a href="?tags=">tags</a> -<a href="?f=#node|short#;file=#file|urlescape#">file</a> -<a href="?fa=#node|short#;file=#file|urlescape#">annotate</a> -<a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">rss</a> -<a type="application/atom+xml" href="#url#atom-log/tip/#file|urlescape#" title="Atom feed for #repo|escape#:#file#">atom</a> -</div> - -<h2>#file|escape# revision history</h2> - -#entries%filelogentry# - -#footer#
--- a/templates/old/filelogentry.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -<table class="logEntry parity#parity#"> - <tr> - <th class="age">#date|age# ago:</th> - <th class="firstline"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></th> - </tr> - <tr> - <th class="revision">revision #filerev#:</td> - <td class="node"> - <a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a> - <a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a> - <a href="?fa=#node|short#;file=#file|urlescape#">(annotate)</a> - </td> - </tr> - #rename%filelogrename# - <tr> - <th class="author">author:</th> - <td class="author">#author|obfuscate#</td> - </tr> - <tr> - <th class="date">date:</th> - <td class="date">#date|date#</td> - </tr> -</table> - -
--- a/templates/old/filerevision.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -#header# -<title>#repo|escape#:#file|escape#</title> -</head> -<body> - -<div class="buttons"> -<a href="?cl=#rev#">changelog</a> -<a href="?sl=#rev#">shortlog</a> -<a href="?tags=">tags</a> -<a href="?cs=#node|short#">changeset</a> -<a href="?mf=#node|short#;path=#path|urlescape#">manifest</a> -<a href="?fl=#node|short#;file=#file|urlescape#">revisions</a> -<a href="?fa=#node|short#;file=#file|urlescape#">annotate</a> -<a href="?f=#node|short#;file=#file|urlescape#;style=raw">raw</a> -</div> - -<h2>#file|escape#</h2> - -<table> -<tr> - <td class="metatag">changeset #rev#:</td> - <td><a href="?cs=#node|short#">#node|short#</a></td></tr> -#rename%filerename# -#parent%filerevparent# -#child%filerevchild# -<tr> - <td class="metatag">author:</td> - <td>#author|obfuscate#</td></tr> -<tr> - <td class="metatag">date:</td> - <td>#date|date# (#date|age# ago)</td></tr> -<tr> - <td class="metatag">permissions:</td> - <td>#permissions|permissions#</td></tr> -</table> - -<pre> -#text%fileline# -</pre> - -#footer#
--- a/templates/old/footer.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#motd# -<div class="logo"> -powered by<br/> -<a href="http://www.selenic.com/mercurial/">mercurial</a> -</div> - -</body> -</html>
--- a/templates/old/header.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<link rel="icon" href="?static=hgicon.png" type="image/png"> -<meta name="robots" content="index, nofollow" /> -<link rel="stylesheet" href="?static=style.css" type="text/css" />
--- a/templates/old/manifest.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -#header# -<title>#repo|escape#: manifest for changeset #node|short#</title> -</head> -<body> - -<div class="buttons"> -<a href="?cl=#rev#">changelog</a> -<a href="?sl=#rev#">shortlog</a> -<a href="?tags=">tags</a> -<a href="?cs=#node|short#">changeset</a> -#archives%archiveentry# -</div> - -<h2>manifest for changeset #node|short#: #path|escape#</h2> - -<table cellpadding="0" cellspacing="0"> -<tr class="parity1"> - <td><tt>drwxr-xr-x</tt> - <td><a href="?mf=#node|short#;path=#up|urlescape#">[up]</a> -#dentries%manifestdirentry# -#fentries%manifestfileentry# -</table> -#footer#
--- a/templates/old/map Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,54 +0,0 @@ -default = 'changelog' -mimetype = 'text/html' -header = header.tmpl -footer = footer.tmpl -search = search.tmpl -changelog = changelog.tmpl -shortlog = shortlog.tmpl -shortlogentry = shortlogentry.tmpl -naventry = '<a href="?cl={node|short}">{label|escape}</a> ' -navshortentry = '<a href="?sl={node|short}">{label|escape}</a> ' -filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> ' -filenodelink = '<a href="?f=#node|short#;file=#file|urlescape#">#file|escape#</a> ' -fileellipses = '...' -changelogentry = changelogentry.tmpl -searchentry = changelogentry.tmpl -changeset = changeset.tmpl -manifest = manifest.tmpl -manifestdirentry = '<tr class="parity#parity#"><td><tt>drwxr-xr-x</tt> <td><a href="?mf=#node|short#;path=#path|urlescape#">#basename|escape#/</a>' -manifestfileentry = '<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt> <td><a href="?f=#node|short#;file=#file|urlescape#">#basename|escape#</a>' -filerevision = filerevision.tmpl -fileannotate = fileannotate.tmpl -filediff = filediff.tmpl -filelog = filelog.tmpl -fileline = '<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>' -filelogentry = filelogentry.tmpl -annotateline = '<tr class="parity#parity#"><td class="annotate"><a href="?fa=#node|short#;file=#file|urlescape#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>' -difflineplus = '<span class="plusline">#line|escape#</span>' -difflineminus = '<span class="minusline">#line|escape#</span>' -difflineat = '<span class="atline">#line|escape#</span>' -diffline = '#line|escape#' -changelogparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>' -changesetparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>' -filerevparent = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' -filerename = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>' -filelogrename = '<tr><th>base:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>' -fileannotateparent = '<tr><td class="metatag">parent:</td><td><a href="?fa=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' -changesetchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>' -changelogchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>' -filerevchild = '<tr><td class="metatag">child:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' -fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="?fa=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' -tags = tags.tmpl -tagentry = '<li class="tagEntry parity#parity#"><tt class="node">#node#</tt> <a href="?cs=#node|short#">#tag|escape#</a></li>' -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>' -filediffparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>' -filelogparent = '<tr><th>parent #rev#:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' -filediffchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>' -filelogchild = '<tr><th>child #rev#:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' -indexentry = '<tr class="parity#parity#"><td><a href="#url#">#name|escape#</a></td><td>#description#</td><td>#contact|obfuscate#</td><td class="age">#lastchange|age# ago</td><td class="indexlinks"><a href="#url#?cl=tip;style=rss">RSS</a> <a href="#url#atom-log">Atom</a> #archives%archiveentry#</td></tr>' -index = index.tmpl -archiveentry = '<a href="#url#?ca=#node|short#;type=#type|urlescape#">#type|escape#</a> ' -notfound = notfound.tmpl -error = error.tmpl
--- a/templates/old/search.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -#header# -<title>#repo|escape#: searching for #query|escape#</title> -</head> -<body> - -<div class="buttons"> -<a href="?cl=tip">changelog</a> -<a href="?sl=tip">shortlog</a> -<a href="?tags=">tags</a> -<a href="?mf=#node|short#;path=/">manifest</a> -</div> - -<h2>searching for #query|escape#</h2> - -<form> -<p> -search: -<input type="hidden" name="cmd" value="changelog"> -<input name="rev" type="text" width="30" value="#query|escape#"> -</p> -</form> - -#entries# - -<form> -<p> -search: -<input type="hidden" name="cmd" value="changelog"> -<input name="rev" type="text" width="30" value="#query|escape#"> -</p> -</form> - -#footer#
--- a/templates/old/shortlog.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -#header# -<title>#repo|escape#: shortlog</title> -<link rel="alternate" type="application/atom+xml" - href="#url#atom-log" title="Atom feed for #repo|escape#"> -<link rel="alternate" type="application/rss+xml" - href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> -</head> -<body> - -<div class="buttons"> -<a href="?cl=#rev#">changelog</a> -<a href="?cmd=tags">tags</a> -<a href="?mf=#node|short#;path=/">manifest</a> -#archives%archiveentry# -<a type="application/rss+xml" href="?style=rss">rss</a> -<a type="application/atom+xml" href="#url#atom-log" title="Atom feed for #repo|escape#">atom</a> -</div> - -<h2>shortlog for #repo|escape#</h2> - -<form action="#"> -<p> -<label for="search1">search:</label> -<input type="hidden" name="cmd" value="changelog"> -<input name="rev" id="search1" type="text" size="30"> -navigate: <small class="navigate">#changenav%navshortentry#</small> -</p> -</form> - -#entries%shortlogentry# - -<form action="#"> -<p> -<label for="search2">search:</label> -<input type="hidden" name="cmd" value="changelog"> -<input name="rev" id="search2" type="text" size="30"> -navigate: <small class="navigate">#changenav%navshortentry#</small> -</p> -</form> - -#footer#
--- a/templates/old/shortlogentry.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -<table class="slogEntry parity#parity#"> - <tr> - <td class="age">#date|age#</td> - <td class="author">#author|obfuscate#</td> - <td class="node"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></td> - </tr> -</table>
--- a/templates/old/tags.tmpl Tue Feb 26 06:25:11 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -#header# -<title>#repo|escape#: tags</title> -<link rel="alternate" type="application/atom+xml" - href="#url#atom-tags" title="Atom feed for #repo|escape#: tags"> -<link rel="alternate" type="application/rss+xml" - href="?cmd=tags;style=rss" title="RSS feed for #repo|escape#: tags"> -</head> -<body> - -<div class="buttons"> -<a href="?cl=tip">changelog</a> -<a href="?sl=tip">shortlog</a> -<a href="?mf=#node|short#;path=/">manifest</a> -<a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a> -<a type="application/atom+xml" href="#url#atom-tags">atom</a> -</div> - -<h2>tags:</h2> - -<ul id="tagEntries"> -#entries%tagentry# -</ul> - -#footer#