3 <table
class="heads" id
="tags">
6 <th
class="date">Date
</th
>
7 <th
class="branch">Tag
</th
>
8 <th
class="actions">Actions
</th
>
14 foreach ($page['tags'] as $tag) {
15 $tr_class = $tr_class=="odd" ?
"even" : "odd";
16 echo "<tr class=\"$tr_class\">\n";
17 echo "\t<td>$tag[date]</td>\n";
18 echo "\t<td><a href=\"". makelink(array('a' => 'shortlog', 'p' => $page['project'], 'h' => $tag['fullname'])) ."\">$tag[name]</a></td>\n";