<% '****************************************************************************************************************** 'System Name : ELIS Ver 1.0 '****************************************************************************************************************** 'File Name : service_m.asp 'File Description : ELIS Main Summary 'Developer : Taejin Kwon 'Date : 7/10/2009 'Modifier(Date) : None '****************************************************************************************************************** Dim G_MENU G_MENU = "SERVICE" %> <%Call SubGlobalMenu() %>
<% CALL subTabIndexLink("SERVICE") %>
<% CALL subTopMenu() %>
Service
<% Dim iPage Dim prod_cd iPage = Trim(Request("iPage")) prod_cd = Trim(Request("prod_cd")) Dim IsSearch IsSearch = Trim(Request("IsSearch")) Dim s_inter_cd Dim s_prod_name Dim s_txt_keyword Dim s_category Dim s_active_YN Dim result_rows Dim sort_by s_inter_cd = Trim(Request("s_inter_cd")) s_prod_name = Trim(Request("s_prod_name")) s_txt_keyword = Trim(Request("s_txt_keyword")) s_category = Trim(Request("s_category")) s_active_YN = Trim(Request("s_active_YN")) result_rows = Trim(Request("result_rows")) sort_by = Trim(Request("sort_by")) %> <%'Start ========================================================================================================================%> <% Dim rsProduct Set rsProduct = funcGetProductInfo(objQuery, prod_cd) IF rsProduct.EOF = True and rsProduct.BOF = True Then %>
There is no product information


<% Else %>
Ä«Å×°í¸® <% Dim arrCategory arrCategory = funcGetCategoryName(objQuery, rsProduct("category")) If IsArray(arrCategory) Then %> <%=Trim(arrCategory(2, 0))%> <% End IF%> ">
»óǰ¸í " onkeyup="funcAuto();">
»óǰ°¡°Ý Ç¥½Ã checked<%End IF%>>°Ô½ÃÇÔ     checked<%End IF%>>°Ô½ÃÇÏÁö ¾ÊÀ½("¹®Àǹٶ÷"À¸·Î Ç¥½ÃµÊ)
¼¼ÀÏ Àü °¡°Ý $"> ÀÌ·¸°Ô Ç¥½ÃµÊ (Not required) ¼¼ÀÏ»óǰÀÏ °æ¿ì¿¡¸¸ ¼¼ÀÏ Àü °¡°ÝÀ» ÀÔ·ÂÇÕ´Ï´Ù.
ÆÇ¸Å°¡ $"> (½ÇÁ¦ ÆÇ¸Å°¡)
±â°£ ">
Ãâ¹ßÀÏ ">
ÃÖ¼ÒÀοø " style="text-align:right;" <%=ONLY_NUM__%>> ¸í
Ű¿öµå
(No HTML)
»óǰ¼³¸í
(HTML & Image)
Tour Name
(HTML & Image)
Âü°í»çÇ×
(HTML & Image)
Æ÷ÇÔ/ºÒÆ÷ÇÔ »çÇ×
(HTML & Image)
½ºÄÉÁÙ
(HTML & Image)
Á¤·Ä¼ø¼­ " <%=ONLY_NUM__%>> (°°Àº Ä«Å×°í¸®¿¡¼­ ³·Àº ¼ýÀÚÀϼö·Ï ¸ÕÀú ¸®½ºÆ® µÊ)
»óǰ °Ô½Ã Y/N checked<%End IF%>>°Ô½ÃÇÔ     checked<%End IF%>>°Ô½ÃÇÏÁö ¾ÊÀ½


¸®½ºÆÃ À̹ÌÁö
(W 226 px * H 125 px)
">
<% IF rsProduct("image_s") <> "" Then%><%=rsProduct("image_s")%>" border="0"><%Else%><%End IF%> <%If rsProduct("image_s") <> "" Then%> <%End IF%>
»ó¼¼È­¸é À̹ÌÁö
(200 px * 180 px)
">
<% IF rsProduct("image_m") <> "" Then%><%=rsProduct("image_m")%>" border="0"><%Else%><%End IF%>
<%If rsProduct("image_m") <> "" Then%> <%End IF%>
Large Image 1
(W 692 px)
">
<% IF rsProduct("image_l_1") <> "" Then%><%=rsProduct("image_l_1")%>" border="0"><%Else%><%End IF%>
<%If rsProduct("image_l_1") <> "" Then%> <%End IF%>
Large Image 2
(W 692 px)
">
<% IF rsProduct("image_l_2") <> "" Then%><%=rsProduct("image_l_2")%>" border="0"><%Else%><%End IF%>
<%If rsProduct("image_l_2") <> "" Then%> <%End IF%>
Large Image 3
(W 692 px)
">
<% IF rsProduct("image_l_3") <> "" Then%><%=rsProduct("image_l_3")%>" border="0"><%Else%><%End IF%>
<%If rsProduct("image_l_3") <> "" Then%> <%End IF%>
Large Image 4
(W 692 px)
">
<% IF rsProduct("image_l_4") <> "" Then%><%=rsProduct("image_l_4")%>" border="0"><%Else%><%End IF%>
<%If rsProduct("image_l_4") <> "" Then%> <%End IF%>
Document File
(¿©ÇàÀÏÁ¤°ü·Ã)
">
<% IF rsProduct("image_l_5") <> "" Then%>"><%=rsProduct("image_l_5")%><%Else%>No Uploaded File<%End IF%>
<%If rsProduct("image_l_5") <> "" Then%> <%End IF%>


      
<% End If rsProduct.close Set rsProduct = Nothing %> <%'End =========================================================================================================================%>