mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1025 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e77791ab6b
commit
d4bef08607
15 changed files with 37 additions and 13 deletions
|
|
@ -15,15 +15,15 @@
|
|||
<tr>
|
||||
<th colspan="2">{$lang->no}</th>
|
||||
<th>{$lang->title}</th>
|
||||
<th>{$lang->poll_check_count}</th>
|
||||
<th>{$lang->poll_total_count}</th>
|
||||
<th>{$lang->poll_checkcount}</th>
|
||||
<th>{$lang->poll_join_count}</th>
|
||||
<th>{$lang->regdate}</th>
|
||||
</tr>
|
||||
<!--@foreach($poll_list as $no => $val)-->
|
||||
<tr>
|
||||
<td>{$no}</td>
|
||||
<td><input type="checkbox" name="cart" value="{$val->poll_index_srl}" /></td>
|
||||
<td>{$val->title}</td>
|
||||
<td><a href="#" onclick="winopen('./?document_srl={$val->upload_target_srl}'); return false;"/>{$val->title}</a></td>
|
||||
<td>{$val->checkcount}</td>
|
||||
<td>{$val->poll_count}</td>
|
||||
<td>{zdate($val->regdate,"Y-m-d H:i")}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue