XE Core 1.2.4 를 trunk로 copy

git-svn-id: http://xe-core.googlecode.com/svn/trunk@6698 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-07-10 10:37:20 +00:00
commit 88f1030224
1759 changed files with 827 additions and 60981 deletions

View file

@ -1,17 +0,0 @@
<ul class="smartPhoneList">
<li class="title">{$page_navigation->total_count} items, {$page_navigation->cur_page}/{$page_navigation->last_page} pages</li>
<!--@foreach($document_list as $val)-->
<li class="item">
<a href="{getUrl('document_srl',$val->document_srl)}">
<span class="title">{$val->getTitleText()}</span>
<span class="info">
{$val->getRegdate()}
[{$val->getNickName()}]
<!--@if($val->getCommentCount())-->comments({$val->getCommentCount()})<!--@end-->
</span>
</a>
</li>
<!--@end-->
</ul>