#495 module모듈 새 XML 포맷 처리 코드 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4360 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-07-15 06:05:11 +00:00
parent c2e451cbad
commit 6664cfd28f
9 changed files with 147 additions and 33 deletions

View file

@ -45,12 +45,16 @@
<!--@if($val->admin_index_act)-->
<a href="{getUrl('act',$val->admin_index_act)}" title="{trim($val->author->description)}">{$val->title}</a> ({$val->module})
<!--@else-->
<span title="{trim($val->author->description)}">{$val->title}</span> ({$val->module})
<span title="{trim($val->description)}">{$val->title}</span> ({$val->module})
<!--@end-->
</td>
<td class="tahoma">{$val->version}</td>
<td><a href="{$val->author->homepage}" onclick="window.open(this.href);return false;">{$val->author->name}</a></td>
<td class="tahoma">{$val->author->date}</td>
<td>
<!--@foreach($val->author as $author)-->
<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->name}</a>
<!--@endforeach-->
</td>
<td class="tahoma">{zdate($val->date, 'Y-m-d')}</td>
<td class="tahoma <!--@if($val->created_table_count != $val->table_count)-->red<!--@end-->">
{$val->created_table_count}/{$val->table_count}
</td>