git-svn-id: http://xe-core.googlecode.com/svn/trunk@1122 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-13 03:13:47 +00:00
parent c2117c1a16
commit 18fdbd809f
3 changed files with 118 additions and 0 deletions

View file

@ -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&amp;act=dispPollAdminResult&amp;poll_srl={$val->poll_srl}&amp;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-->