<%
' Title Image
If strImg_Title <> "" Then
Response.Write "
"
Response.Write "
"
End If
%>
<%
' ÁÂÃø»çÁø List -----------------------------------------------
If blnResult Then
For intLoop=0 To intHalf
Cols = Split(Rows(intLoop),chr(9))
strPicture = Trim(Cols(1)) ' strPicture
Response.Write "
"
Next
End If
' ÁÂÃø»çÁø List End -----------------------------------------------
%>
<%
' Æò°¡´Ü À̸§,¼³¸í List-----------------------------------------------
If blnResult Then
Response.Write "
"
For intLoop2=0 To arrSize-1
Cols = Split(Rows(intLoop2),chr(9))
strName = ChgTextMode(Trim(Cols(0)),False)
strIntro = ChgTextMode(Trim(Cols(2)),False)
Response.Write "
" & strName & "
" & vbcrlf
Response.Write "
" & strIntro & "
" & vbcrlf
Next
Response.Write "
"
End If
' Æò°¡´Ü À̸§,¼³¸í List End -----------------------------------------------
%>
<%
' ¿ìÃø »çÁø List -----------------------------------------------
If blnResult Then
IntLoop2 = intLoop
For IntLoop2=intLoop To Ubound(Rows)-1
Cols = Split(Rows(intLoop2),chr(9))
strPicture = Trim(Cols(1)) ' strPicture
Response.Write "
"
Next
End If
' ¿ìÃø »çÁø List End -----------------------------------------------
%>