mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
oops
This commit is contained in:
parent
06863a216d
commit
f9cf23a7dd
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@
|
|||
<!--@foreach($val->item as $item_srl => $item)-->
|
||||
{@$_idx = $poll->poll_srl.'_'.$poll_srl_index.'_'.$item_srl}
|
||||
|
||||
<div class="item <!--@if($_key==count($val->item)-1)-->noborder<!--@end-->" cond="$item->title != '<HIDE>'">
|
||||
<div class="item <!--@if($_key==count($val->item)-1)-->noborder<!--@end-->" cond="$item->title != '<HIDE>'">
|
||||
<!--@if($val->checkcount>1)-->
|
||||
<input type="checkbox" name="item_{$poll->poll_srl}_{$poll_srl_index}" value="{$item->poll_item_srl}" id="item_{$item->poll_item_srl}" />
|
||||
<!--@else-->
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<!--@foreach($val->item as $item_srl => $item)-->
|
||||
{@$_idx = $poll->poll_srl.'_'.$poll_srl_index.'_'.$item_srl}
|
||||
|
||||
<div class="item" cond="$item->title != '<HIDE>'">
|
||||
<div class="item" cond="$item->title != '<HIDE>'">
|
||||
<!--@if($val->checkcount>1)-->
|
||||
<input type="checkbox" name="item_{$poll->poll_srl}_{$poll_srl_index}" value="{$item->poll_item_srl}" id="item_{$item->poll_item_srl}" />
|
||||
<!--@else-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue