- ÀÛ°¡
- ±èÇàÀå
- *º» ÀÛÇ°Àº ¼ö¿äÀÏ~±Ý¿äÀÏ ¿ÀÈÄ3½Ã¿¡ ¾÷µ¥ÀÌÆ® µË´Ï´Ù.
Á»ºñÄÞºñ
-
<%
If i = 1 Then
%>
- [<%=k%>] <%=y%>³â <%=m%>¿ù <%=d%>ÀÏÀÚ (1) <% ElseIf i = 2 Then i = 0 %>
- [<%=k%>] <%=y%>³â <%=m%>¿ù <%=d%>ÀÏÀÚ (2) <% End If %>
- <%=Adate%>
<% If TotPage > 0 Then If Cint(NowBlock) > 0 Then CurPage = (int(NowBlock * MyChoice) - (MyChoice - 1)) %> ÀÌÀü <% End If %> <% If Cint(Total_Block) <> Cint(NowBlock) Then For Gopage = 1 To MyChoice If CurPage2 <> (int(NowBlock * MyChoice) + Gopage) Then %> <%=(int(NowBlock * MyChoice) + Gopage)%> <% Else %> <%=(int(NowBlock * MyChoice) + Gopage)%> <% End If Next Else %> <% If (TotPage Mod MyChoice = 0) Then ttt = MyChoice Else ttt = TotPage Mod MyChoice End If For Gopage = 1 To ttt If CurPage2 <> (int(NowBlock * MyChoice) + Gopage) Then %> <%=(int(NowBlock * MyChoice) + Gopage)%> <% Else %> <%=(int(NowBlock * MyChoice) + Gopage)%> <% End If Next End If '´ÙÀ½ ºí·°ÀÇ Ã¹ÆäÀÌÁö ¼ö¸¦ °è»êÇÑ´Ù. CurPage = (int(NowBlock * MyChoice) + Gopage) %> <% If (Cint(Total_Block) > 0) and (Cint(NowBlock) < Cint(Total_Block)) Then %> ´ÙÀ½ <% End If End If End If %>