File: header.inc

package info (click to toggle)
chora2 2.0.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,208 kB
  • ctags: 302
  • sloc: php: 1,298; xml: 406; makefile: 66
file content (15 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<br />
<table border="0" cellpadding="2" cellspacing="0" class="checkout" width="100%">
<tr>
 <td class="diff-log">
  <b><?php echo sprintf(_("Last Log Message for rev %s:"), $r2) ?></b><br /><br />
  <?php echo $log_print ?>
 </td>
</tr>
</table>
<br />
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr class="hr-diff-back">
 <th width="50%"><a href="<?php echo Chora::url('co', $where, array('r' => $r1)) ?>"><?php echo sprintf(_("version %s"), $r1) ?></a></th>
 <th width="50%"><a href="<?php echo Chora::url('co', $where, array('r' => $r2)) ?>"><?php echo sprintf(_("version %s"), $r2) ?></a></th>
</tr>