묻고답하기
확장변수 다중선택이 무조건 순서데로 나와요!!!
2012.02.09 17:00
<isExtraVarsExists">!--@if($oDocument->isExtraVarsExists() && (!$oDocument->isSecret() || $oDocument->isGranted()) )-->
<table border="1" cellspacing="0" summary="Extra Form" class="extraVarsList">
{@ $j=0;}
<getExtraVars">!--@foreach($oDocument->getExtraVars() as $key => $val)-->
<!--@if($j==0)-->
{@ $a0=$val->getValueHTML() }
<!--@elseif($j==1)-->
{@ $a1=$val->getValueHTML() }
<!--@elseif($j==2)-->
{@ $a2=$val->getValueHTML() }
<!--@elseif($j==3)-->
{@ $a3=$val->getValueHTML() }
<!--@elseif($j==4)-->
{@ $a4=$val->getValueHTML() }
<!--@elseif($j==5)-->
{@ $a5=$val->getValueHTML() }
<!--@elseif($j==6)-->
{@ $a6=$val->getValueHTML() }
<!--@elseif($j==7)-->
{@ $a7=$val->getValueHTML() }
<!--@elseif($j==8)-->
{@ $a8=$val->getValueHTML() }
<!--@elseif($j==9)-->
{@ $a9=$val->getValueHTML() }
<!--@elseif($j==10)-->
{@ $a10=number_format($val->getValueHTML()) }
<!--@elseif($j==11)-->
{@ $a11=number_format($val->getValueHTML()) }
<!--@elseif($j==12)-->
{@ $a12=number_format($val->getValueHTML()) }
<!--@elseif($j==13)-->
{@ $a13=number_format($val->getValueHTML()) }
<!--@elseif($j==14)-->
{@ $a14=$val->getValueHTML() }
<!--@end-->
{@ $j++;}
<!--@end-->
</table>
<!--@end-->
{@ $s = split(",",$a6)}
{@ $s0 = $s[0]}{@ $s1 = $s[1]}{@ $s2 = $s[2]}{@ $s3 = $s[3]}{@ $s4 = $s[4]}{@ $s5 = $s[5]}{@ $s6 = $s[6]}{@ $s7 = $s[7]}
호텔특징 부분인데요!!! 1부터 8까지 있다고 쳤을때... 1,3,5 이렇게 선택해도 1,2,3 이렇게 나오구요... 5,6,7 이렇게 선택해도 1,2,3 이렇게 나옵니다... 1부터 8까지 선택하면 정상적으로 전체가 나오구요... 1제외하고 8까지 선택해도 1부터 7까지 나옵니다... 왜 이런건지요... 정말 답변 좀 주세요!!! 플리즈~~~
<table width="375" class="tabletype">
<tr>
<th>호텔/리조트</th>
<td colspan="2">{$oDocument->getTitle()} </td>
</tr>
<tr>
<th width="95">지역/위치</th>
<td colspan="2">{$a0}</td>
</tr>
<tr>
<th>호텔특징</th>
<td colspan="2" class="icon"><!--@if($s0)--><img src="img/icon1.gif" /><!--@end--><!--@if($s1)--><img src="img/icon2.gif" /><!--@end--><!--@if($s2)--><img src="img/icon3.gif" /><!--@end--><!--@if($s3)--><img src="img/icon4.gif" /><!--@end--><!--@if($s4)--><img src="img/icon5.gif" /><!--@end--><!--@if($s5)--><img src="img/icon6.gif" /><!--@end--><!--@if($s6)--><img src="img/icon7.gif" /><!--@end--><!--@if($s7)--><img src="img/icon8.gif" /><!--@end--></td>
</tr>
<tr>
<th>상세주소</th>
<td colspan="2">{$a5}</td>
</tr>
<tr>
<th>객실수/층수</th>
<td colspan="2">{$a7}객실 ({$a8}층) / 평점 : {$a9}</td>
</tr>
<tr>
<th>일반가격</th>
<td colspan="2"><span class="price">2인 기준 {$a10} $ / 추가 1인 {$a11} $</td>
</tr>
<tr>
<th>할인가격</th>
<td colspan="2" class="price2">{$a12} $ </font>
</span> (세금&서비스 {$a13}% 포함)</td> </tr>
</table>
</td>
</tr>
<tr>
<td height="3" colspan="4"></td>
</tr>
<tr>
<td>