git-svn-id: http://xe-core.googlecode.com/svn/trunk@258 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-06 00:32:01 +00:00
parent 95a7a0650f
commit e764f5947a
5 changed files with 9 additions and 49 deletions

View file

@ -20,7 +20,15 @@
<td>{$val->version}</td>
<td><a href="#" onclick="window.open('{$val->author->homepage}')">{$val->author->name}</a></td>
<td>{$val->author->date}</td>
<td>{$val->created_table_count}/{$val->table_count}</td>
<td>
<!--@if($val->created_table_count != $val->table_count)-->
<span style="color:red">
<!--@else-->
<span>
<!--@end-->
{$val->created_table_count}/{$val->table_count}
</span>
</td>
<td>{$val->path}</td>
</tr>
<tr>