templates/sjl/changeset.tmpl @ f402fd0f036b
Finish (mostly) the reskin
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Wed, 15 Jan 2020 20:15:24 -0500 |
| parents | b2b88bc58ef9 |
| children | (none) |
{header} <title>Commit {node|short} / {repo|escape} / hg.stevelosh.com</title> </head> <body> <div class="main page-commit"> {navigation} <h1> <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}" class="commit-hash">{node|short}</a> {alltags} </h1> <pre class="commit-full-description">{desc|strip|escape|websub|nonempty}</pre> <div class="commit-nav"> <a href="{url|urlescape}raw-rev/{symrev}{sessionvars%urlparameter}">[view raw]</a> <a href="{url|urlescape}file/{symrev}{sessionvars%urlparameter}">[browse files]</a> </div> <table class="commit-contents"> <tr> <th class="author">author</th> <td class="author">{author|obfuscate}</td> </tr> <tr> <th class="date">date</th> <td class="date age">{date|rfc822date}</td> </tr> {if(obsolete, '<tr> <th>obsolete</th> <td>{succsandmarkers%obsfateentry}</td> </tr>')} <tr> <th class="parents">parents</th> <td class="parents">{ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)}</td> </tr> <tr> <th class="children">children</th> <td class="children">{child%changesetchild|nonempty}</td> </tr> <tr> <th class="tags">branches/tags</th> <td class="tags">{alltags|nonempty}</td> </tr> <tr> <th class="files">files</th> <td class="files">{files}</td> </tr> </table> <h2>Changes</h2> <div class="overflow"> <div class="stripes2 diffblocks">{diff}</div> </div> </div> {footer}