#495 addon모듈 XML 포맷 재정비

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4391 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-07-20 03:28:58 +00:00
parent ef014baa03
commit 495dd1155a
16 changed files with 167 additions and 94 deletions

View file

@ -73,7 +73,13 @@
<!--@endif-->
<!--@if($history->logs)-->
<ul>
<!--@foreach($history->logs as $log)--><li>{$log}</li><!--@endforeach-->
<!--@foreach($history->logs as $log)-->
<!--@if($log->link)-->
<li><a href="{$log->link}">{$log->text}</a></li>
<!--@else-->
<li>{$log->text}</li>
<!--@endif-->
<!--@endforeach-->
</ul>
<!--@endif-->
</td>