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:
flyskyko 2011-09-03 07:55:21 +00:00
parent dfe7b61159
commit 0233fa1f10
2 changed files with 5 additions and 3 deletions

View file

@ -1376,6 +1376,9 @@
Context::set('page', $page);
Context::set('page_navigation', $output->page_navigation);
$security = new Security();
$security->encodeHTML('filebox_list..comment');
$oTemplate = &TemplateHandler::getInstance();
$html = $oTemplate->compile('./modules/module/tpl/', 'filebox_list_html');
@ -1422,7 +1425,7 @@
$args->search_keyword = Context::get('search_keyword'); // /< keyword to search*/
$output = executeQueryArray('module.getLangListByLangcode', $args);
$list = array();
if($output->toBool()){

View file

@ -1,8 +1,7 @@
{@debugPrint($filebox_list)}
<p cond="!$filebox_list">등록된 파일이 없습니다.</p>
<ul cond="$filebox_list" class="lined">
<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>
</ul>
<div class="pagination" cond="$page_navigation">