mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6d6d6c5b8b
commit
c2117c1a16
34 changed files with 122 additions and 133 deletions
|
|
@ -31,6 +31,7 @@
|
|||
// 목록의 loop를 돌면서 mid를 구하기 위한 module_srl값을 구함
|
||||
$comment_count = count($output->data);
|
||||
if($comment_count) {
|
||||
$module_srl_list = array();
|
||||
foreach($output->data as $key => $val) {
|
||||
$module_srl = $val->module_srl;
|
||||
if(!in_array($module_srl, $module_srl_list)) $module_srl_list[] = $module_srl;
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
<tr>
|
||||
<td>{$no}</td>
|
||||
<td><input type="checkbox" name="cart" value="{$val->comment_srl}" /></td>
|
||||
<td><a href="#" onclick="window.open('./?mid={$val->mid}');return false">{$module_list[$val->module_srl]->browser_title}</a></td>
|
||||
<td>{$val->user_name}</td>
|
||||
<td>{$val->content}</td>
|
||||
<td><a href="#" onclick="window.open('./?mid={$val->mid}');return false">{htmlspecialchars($module_list[$val->module_srl]->browser_title)}</a></td>
|
||||
<td>{htmlspecialchars($val->user_name)}</td>
|
||||
<td>{cut_str(strip_tags($val->content),50,'...')}</td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td><!--@if($val->last_upgdate)-->{zdate($val->last_upgdate,"Y-m-d")}<!--@end--></td>
|
||||
<td>{$val->ipaddress}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue