templates/sjl/shortlog.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>{repo|escape} / hg.stevelosh.com</title> </head> <body> <div class="main"> {navigation} {searchform} <h1>Commit Log</h1> <div class="navigate navigate-top"> <a href="{url|urlescape}shortlog/{symrev}{lessvars%urlparameter}">fewer</a> <a href="{url|urlescape}shortlog/{symrev}{morevars%urlparameter}">more</a> | at revision {rev}: {changenav%navshort} </div> <table class="bigtable shortlog"> <thead> <tr> <th>commit</th> <th>description</th> <th>author</th> <th>date</th> </tr> </thead> <tbody class="stripes2"> {entries%shortlogentry} </tbody> </table> <div class="navigate navigate-bottom"> <a href="{url|urlescape}shortlog/{symrev}{lessvars%urlparameter}">fewer</a> <a href="{url|urlescape}shortlog/{symrev}{morevars%urlparameter}">more</a> | at revision {rev}: {changenav%navshort} </div> <script type="text/javascript"{if(nonce, ' nonce="{nonce}"')}> ajaxScrollInit( '{url|urlescape}shortlog/%next%{sessionvars%urlparameter}', '{nextentry%"{node}"}', <!-- NEXTHASH function (htmlText) \{ var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/); return m ? m[1] : null; }, '.bigtable > tbody', '<tr class="%class%">\\ <td colspan="4" style="text-align: center;">%text%</td>\\ </tr>' ); </script> </div> {footer}