⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 detail.asp

📁 xml缓存类试用版用于ASP
💻 ASP
字号:
<!--#include file="inc/const.asp"-->
<%
openConn
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>xml缓存打造高性能web站点</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <meta content="" name="keywords">
    <meta content="" name="description">
    <link href="images/style.css" type="text/css" rel="stylesheet">

    <script type="text/javascript">
    function overtb(this_s)
    {
        this_s.style.background='#f2f8fa';
    }
    function overtb2(this_s)
    {
        this_s.style.background='#cdebf8';
    }
    function outtb(this_s)
    {
        this_s.style.background='';
    }
    </script>

    <meta content="MSHTML 6.00.2900.3395" name="GENERATOR">
</head>
<body>
    <!--#include file="top.asp"-->
    <%

Dim thmid
thmid = Request("id")
If thmid = "" Or (Not IsNumeric(thmid)) Then Response.write "参数错误!":Response.End()
thmid = CLng(thmid)


Dim myarr

myarr = GetDetailarr(thmid)
If Not ismalloc(myarr) Then Response.write "记录不存在!":Response.End()

    %>
    <!--主区域on-->
    <div id="main">
        <div id="main_bg">
            <!--左侧on-->
            <div id="main_left">
                <dl class="recommend">
                    <dt><span class="lblock"><a href="list.asp?classid=<%=myarr(2,0)%>">
                        <%=myarr(3,0)%>
                    </a></span></dt>
                    <dd>
                        <table width="100%" border="0" cellspacing="0" cellpadding="0" style="font-size: 14px">
                            <tr align="left">
                                <td width="180" align="center" valign="top">
                                    <img src="http://www.shouji138.com<%=myarr(4,0)%>" alt="<%=myarr(1,0)%>" width="150" border="0" style="margin-top: 5px;">
                                    <br />
                                    <a href="http://www.shouji138.com<%=myarr(9,0)%>" style="color:#0000ff">
                                    本地下载
                                        </a><br />
                                   
                                    <div align="left" style="font-size: 12px">
                                      
                                        <br />
                                    </div>
                                </td>
                                <td valign="top">
                                    
                                    <span id="downurl" style="font-size: 12px;">
                                    主题名称:<strong><%=myarr(1,0)%></strong> <br />
                                      添加时间:<%=Datevalue(myarr(10,0))%><br />
                                        人气指数:<script type="text/javascript" src="hits.asp?id=<%=thmid%>"></script><br />
                                        主题大小:<%=myarr(6,0)%>
                                        KB<br />
                                        主题格式:<%=right(myarr(9,0),Len(myarr(9,0))-InstrRev(myarr(9,0),"."))%> <br />
                                    手机主题说明:<%=myarr(7,0)%>
                                        <br />
                                        适用手机:<%=myarr(8,0)%>
                                        <br />
                                        <font color="#0000FF"><b>手机主题桌面下载方法↓</b></font><br />
                                        本地下载:
                                        <a href="http://www.shouji138.com<%=myarr(9,0)%>" style="color:#0000ff">点击下载</a> &nbsp;&nbsp;<br />
                                        将主题文件下载到电脑,然后通过蓝牙或数据线等设备上传手机,根据机型所用的安装方式安装即可。
                                        <br>
                                       
                                    </span>
                                </td>
                               
                            </tr>
                           
                        </table>
                        <%ShowDetailtj %>
                    </dd>
                </dl>
            </div>
            <!--左侧off-->
            <!--#include file="right.asp"-->
        </div>
    </div>
    <!--主区域off-->
    <!--#include file="bm.asp"-->
</body>
</html>

<script type="text/javascript" src="setcache.asp?action=detail&id=<%=thmid%>"></script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -