include file ='../top.html'
if $vote_array[0].vote_id neq ''
if $type neq '1'
$langCommonMore
/if
foreach from=$vote_array item=one
if $type neq '1' target="_blank"
/if
>
$one.vote_title
foreach from=$one.content key=key name = name item=two
if $one.vote_check eq '0'
if $smarty.foreach.name.iteration eq '1' checked="checked"
/if
name="vote_check" type="radio" value="
$key
">
else if $one.vote_check eq '1'
if $smarty.foreach.name.iteration eq '1' checked="checked"
/if
name="vote_check[]" type="checkbox" value="
$key
">
/if
$two.option
(
$two.num
)
/foreach
if $type neq '1'
else
/if
if $type eq '1'
/if
/foreach
/if
include file ='product.reviewed.html'
include file ='product.bought.html'
include file ='../../../html/footer.html'