~ubuntu-branches/ubuntu/wily/chora2/wily

« back to all changes in this revision

Viewing changes to templates/history/rev.inc

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2005-05-14 10:16:27 UTC
  • Revision ID: james.westby@ubuntu.com-20050514101627-qcrcfdq1slegqco0
Tags: upstream-2.0
ImportĀ upstreamĀ versionĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<td style="background-color: <?php echo $bg ?>" nowrap="nowrap">
 
2
 <a name="rev<?php echo $rev ?>" />
 
3
 <a href="<?php echo Chora::url('',$where, array('r'=>$rev), "rev$rev") ?>">
 
4
 <span class="title"><?php echo $rev ?></span></a> <?php echo sprintf(_("by %s"), $author) ?>
 
5
 <br />
 
6
 <i><?php echo $date ?></i>
 
7
<?php if (!empty($lines)): ?>
 
8
 <br /><?php echo sprintf(_("Changed: %s"), $lines) ?>
 
9
<?php endif ?>
 
10
</td>