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

This commit is contained in:
zero 2007-02-23 01:37:09 +00:00
parent a6d506f459
commit b3a839ae94
8 changed files with 80 additions and 51 deletions

View file

@ -10,7 +10,7 @@
<tr>
<td rowspan="2"><a href="#" onclick="location.href='{getUrl('mo',$val->module)}'">{$val->title}</a> <br /> ({$val->module})</td>
<td>{$val->version}</td>
<td><a href="#" onclick="window.open('{$val->homepage}')">{$val->author}</a></td>
<td><a href="#" onclick="window.open('{$val->author->homepage}')">{$val->author->name}</a></td>
<td>{$val->created_table_count}/{$val->table_count}</td>
<td>{$val->path}</td>
</tr>