mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@258 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
95a7a0650f
commit
e764f5947a
5 changed files with 9 additions and 49 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue