changelogentry.tmpl
31 lines
| 973 B
| application/x-cheetah
|
CheetahLexer
Dan Villiom Podlaski Christiansen
|
r9999 | <table class="logEntry parity{parity}"> | ||
<tr> | ||||
FUJIWARA Katsunori
|
r21124 | <th class="label"><span class="age">{date|rfc822date}</span>:</th> | ||
Dan Villiom Podlaski Christiansen
|
r9999 | <th class="firstline">{desc|strip|firstline|escape|nonempty}</th> | ||
</tr> | ||||
<tr> | ||||
<th class="revision">changeset {rev}:</th> | ||||
Thomas Arendsen Hein
|
r18526 | <td class="node"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | ||
Dan Villiom Podlaski Christiansen
|
r9999 | </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> | ||||
Brodie Rao
|
r15375 | <td class="date">{date|rfc822date}</td> | ||
Dan Villiom Podlaski Christiansen
|
r9999 | </tr> | ||
r35064 | {ifeq(phase, 'public', '', '<tr> | |||
<th class="phase">phase:</th> | ||||
<td class="phase">{phase|escape}</td> | ||||
</tr>')} | ||||
r36340 | {if(obsolete, succsandmarkers%obsfateentry)} | |||
r37042 | {if(instabilities, whyunstable%whyunstableentry)} | |||
Dan Villiom Podlaski Christiansen
|
r9999 | <tr> | ||
Thomas Arendsen Hein
|
r18526 | <th class="files"><a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>:</th> | ||
Dan Villiom Podlaski Christiansen
|
r9999 | <td class="files">{files}</td> | ||
</tr> | ||||
</table> | ||||