mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1122 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c2117c1a16
commit
18fdbd809f
3 changed files with 118 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
<th>{$lang->title}</th>
|
||||
<th>{$lang->poll_checkcount}</th>
|
||||
<th>{$lang->poll_join_count}</th>
|
||||
<th>{$lang->cmd_view}</th>
|
||||
<th>{$lang->regdate}</th>
|
||||
</tr>
|
||||
<!--@foreach($poll_list as $no => $val)-->
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
<td><a href="#" onclick="winopen('./?document_srl={$val->upload_target_srl}'); return false;"/>{htmlspecialchars($val->title)}</a></td>
|
||||
<td>{$val->checkcount}</td>
|
||||
<td>{$val->poll_count}</td>
|
||||
<td><a href="#" onclick="popopen('./?module=poll&act=dispPollAdminResult&poll_srl={$val->poll_srl}&poll_index_srl={$val->poll_index_srl}');return false;">{$lang->cmd_view}</a></td>
|
||||
<td>{zdate($val->regdate,"Y-m-d H:i")}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue