mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
remove debugPrint()
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9007 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dfe7b61159
commit
0233fa1f10
2 changed files with 5 additions and 3 deletions
|
|
@ -1376,6 +1376,9 @@
|
||||||
Context::set('page', $page);
|
Context::set('page', $page);
|
||||||
Context::set('page_navigation', $output->page_navigation);
|
Context::set('page_navigation', $output->page_navigation);
|
||||||
|
|
||||||
|
$security = new Security();
|
||||||
|
$security->encodeHTML('filebox_list..comment');
|
||||||
|
|
||||||
$oTemplate = &TemplateHandler::getInstance();
|
$oTemplate = &TemplateHandler::getInstance();
|
||||||
$html = $oTemplate->compile('./modules/module/tpl/', 'filebox_list_html');
|
$html = $oTemplate->compile('./modules/module/tpl/', 'filebox_list_html');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
{@debugPrint($filebox_list)}
|
|
||||||
<p cond="!$filebox_list">등록된 파일이 없습니다.</p>
|
<p cond="!$filebox_list">등록된 파일이 없습니다.</p>
|
||||||
<ul cond="$filebox_list" class="lined">
|
<ul cond="$filebox_list" class="lined">
|
||||||
<li loop="$filebox_list=>$key,$fileInfo">
|
<li loop="$filebox_list=>$key,$fileInfo">
|
||||||
<a href="#" class="select"><img class="filebox_item" src="{$fileInfo->filename}" alt="{$fileInfo->comment}" /></a>
|
<a href="#" class="select"><img class="filebox_item" src="{$fileInfo->filename}" title="{$fileInfo->comment}" /></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="pagination" cond="$page_navigation">
|
<div class="pagination" cond="$page_navigation">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue