-2008 佛山市动易网络科技有限公司 版权所有 '************************************************************** UserLogined = CheckUserLogined() Dim PE_Content Set PE_Content = New Article PE_Content.Init If CheckPurview_Channel(ChannelPurview, ChannelArrGroupID, UserLogined, GroupID) = False Then FoundErr = True ErrMsg = ErrMsg & XmlText("BaseText", "ChannelPurviewErr", "
  • 对不起,您没有浏览此频道内容的权限!
  • ") End If If FoundErr = True Then Call WriteErrMsg(ErrMsg, ComeUrl) Response.End End If %> 人生驿站 >> 科技事业
    星星雨设计站
     | 首页 | 人生驿站 | 西西欧吧 | 查询大全 | 艺术长廊 | 精彩flash | 设计赏析 | 酷站欣赏 | 站长天下 | 知识堂 | 驿站商城 | 
    今天是:
    最 新 专 题
  • 没有热点文章
  • 没有推荐文章
  • 您现在的位置: 人生驿站 >> 科技事业 >> 热点文章
    热门文章列表
    普通文章 英语笑话:Bad Wish[佚名][07-05]
    普通文章 唤醒你的生活[佚名][07-05]
    普通文章 Youre beautiful[佚名][07-05]
    普通文章 萤火虫 Fireflies[佚名][07-05]
    普通文章 会计英语词汇漫谈[佚名][07-05]
    普通文章 帽子术语[佚名][07-05]
    普通文章 推销之神--原一平[佚名][07-04]
    普通文章 成功必备的素质[admin][04-22]

    147 篇文章  首页 上一页 下一页 尾页 页次:1/8页  20篇文章/页 转到:
    星星雨设计站
    ********** ' Software name: PowerEasy SiteWeaver ' Web: http://www.powereasy.net ' Copyright (C) 2005-2008 佛山市动易网络科技有限公司 版权所有 '************************************************************** Dim Today Today = Date '每日更新数据 If PE_Cache.CacheIsEmpty(ChannelID & "_Photo_ShowHot_date") Then PE_Cache.SetValue ChannelID & "_Photo_ShowHot_date", Today End If If CurrentPage > 1 Or PE_Cache.CacheIsEmpty(ChannelID & "_HTML_Hot") Or PE_Cache.GetValue(ChannelID & "_Photo_ShowHot_date") <> CStr(Today) Then MaxPerPage = MaxPerPage_Hot SkinID = DefaultSkinID PageTitle = "热点" & ChannelShortName strFileName = "ShowHot.asp" strHtml = GetTemplate(ChannelID, 8, 0) Call PE_Content.GetHtml_List If CurrentPage = 1 Then PE_Cache.SetValue ChannelID & "_HTML_Hot", strHtml If CurrentPage = 1 Then PE_Cache.SetValue ChannelID & "_Photo_ShowHot_date", Today Else strHtml = PE_Cache.GetValue(ChannelID & "_HTML_Hot") End If Response.Write strHtml Set PE_Content = Nothing Call CloseConn %>