%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Response.CodePage=65001%>
<%Response.Charset="utf-8"%>
<%
Web_title="Christian Louboutin News - "
Web_description="Christian Louboutin News"
Web_keywords="Christian Louboutin News"
Dim id,News_name
id=Request.QueryString("classid")
id=1
Set Rs_2=Server.CreateObject("adodb.recordset")
SQL_2="select * from Web_news_Class where id="&id
Rs_2.Open SQL_2,Conn,1,1
If Rs_2.Eof And Rs_2.Bof Then
Response.write("")
Else
News_name=Rs_2(1)
End if
Rs_2.Close
set Rs_2=Nothing
'**************
'分页导航栏函数
'输出wzpage值
'**************
Function pagination(pagecount)
Dim wzpage,wzpagecount,pagenum,boardid
'boardid = Request.QueryString("board_id")
'If boardid = 0 Then boardid = 1
If Len(Request.QueryString("page"))<>0 Then
wzpage = clng(Request.QueryString("page"))
Else
wzpage =1
End If
If wzpage <= 0 Then wzpage =1
pagenum = (wzpage \ 10)*10+1
If wzpage mod 10 = 0 Then pagenum = (wzpage \ 10)*10-9
If wzpage > 10 Then
Response.Write ("<< First Page")
Response.Write ("< Before 10")
End If
For pagenum = pagenum To pagenum + 9
If pagenum = wzpage Then
Response.Write ("")
Response.Write (""& pagenum &"")
Response.Write ("")
Else
Response.Write (" ")
Response.Write (""& pagenum &"")
Response.Write (" ")
End If
If pagenum >= pagecount Then Exit For
Next
If wzpage < (pagecount - (pagecount \ 10)) Then
Response.Write ("After 10 >")
Response.Write ("Last Page >>")
End If
End Function
dim rssql
'******************************************
'取文章总数及每页重复显示条数,准备分页
'wzcount 文章总数
'wzrep 重复显示条数
'wzpage 分页参数id
'wzpagecount 总页数
'******************************************
dim wzcount,wzrep,wzpage,wzpagecount,wzpagerep,boardstr
wzrep = 11
'rssql = "select count(id) from `table1`"
'rs.open rssql,conn,0,1,&h0001
wzcount = conn.execute ("select count(id) from `Web_news` where ClassID="&id&"",0,1)(0)
'rs.close
wzpagecount = abs(int(-abs(wzcount/wzrep)))
wzpage = clng(request.querystring("page"))
if len(wzpage) = 0 or wzpage = 0 then wzpage = 1
%>
Welcome to christian louboutin shoes! Today is Tue, 29 Jun 2010 11:09:19 +0000.Christian Louboutin was founded in 1992,France but it rapidly became a worldwide famous brand. Christian Louboutin's trademark glossy red soles give an instant stamp of fashion excellence.The designer's ethos is to "make shoes that are like jewels" and each unique wow gold design demonstrates unparalleled quality and an innate sultriness.Ladies are crazy about Christian Louboutin shoes. If you want keep the same pace with the trend. Christian Louboutin could be your best choice.
- Categories
- Christian Louboutin Newest
- Christian Louboutin Pumps
- Christian Louboutin Sandals
- Christian Louboutin Evenings
- Christian Louboutin Slingbacks
- Christian Louboutin Short Boots
- Christian Louboutin Tall Boots
The fashion christian louboutin shoes will bring you the newest fashion wind.Our christian louboutin sale collection is a perfect combination of classics and fashion,a vibrant mix of style and pleasure,you can never forget the beauty that the Christian Louboutin brings to you.The only purpose left for us to do is make you beautiful.
Christian Louboutin Bouquet Platform,designed with snakeskin lining and peep tpe,it's so sexy and surely to bring you much enjoyable.
Christian Louboutin is a footwear designer who launched his line of high-end women's shoes in France in 1991. Since 1992, his designs have incorporated the shiny, red-lacquered soles that have become his signature. On March 27, 2007, Christian Louboutin filed an application for U.S. trademark protection of this red sole design.
Christian Louboutin helped bring stilettos back into fashion in the 1990s and 2000s, designing dozens of styles with heel heights of 120mm (4.72 inches) and higher. The designer's professed goal is to "make a woman look sexy, beautiful, to make her legs look as long as can." While he does offer some lower-heeled styles, Louboutin is generally associated with his dressier eveningwear designs incorporating bejeweled straps, bows, feathers, patent leather and other, similar decorative touches. In his U.S. trademark application, Louboutin explains the inception of the signature red soles.
<%=News_name%>
<%= pagination(wzpagecount)%>