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

📄 culturenewsinfo.asp

📁 漂亮的公司企业通用整站源码 希望大家能用的上
💻 ASP
字号:
<!--#include file="Inc/syscode.asp" -->
<!--#include file="head.asp" -->
<!--#include file="Inc/Top.asp"-->
<!--#include file="Inc/Eshopcode.asp"-->
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center" valign="top"><table width="850" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30" valign="top" background="img/cont_left_bg01.gif"><img src="img/cont_left_img01.gif" width="30" height="431"></td>
        <td style="padding-top:9px; " width="787" valign="top"><table width="787" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="207" align="left" valign="top" class="top_m_txt01"><table width="200" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td valign="top"><table width="200" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td><img src="img/left_cp_tit.gif" width="200" height="67"></td>
                  </tr>
                  <tr>
                    <td height="142" align="center" valign="top" background="img/left_bg01.gif"><% call ShowSmallClass_Tree() %></td>
                  </tr>
                  <tr>
                    <td><img src="img/left_img01.gif" width="200" height="20"></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td><table width="200" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="63" valign="bottom"><img src="img/left_tc_tit.gif" width="200" height="51"></td>
                  </tr>
                  <tr>
                    <td height="182" align="center" background="img/left_bg02.gif"><object type="text/x-scriptlet" width="190" height="178" data="ttpp/vote.asp?id=32">
                    </object></td>
                  </tr>
                  <tr>
                    <td><img src="img/left_img02.gif" width="200" height="8"></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td valign="top"><table width="188" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="60" align="right" valign="bottom"><a href="about.asp"><img src="img/left_img04.gif" width="175" height="47" border="0"></a></td>
                  </tr>
                  <tr>
                    <td height="51" align="right" valign="bottom"><a href="Culture.asp"><img src="img/left_img05.gif" width="175" height="47" border="0"></a></td>
                  </tr>
                  <tr>
                    <td height="51" align="right" valign="bottom"><a href="Honor.asp"><img src="img/left_img06.gif" width="175" height="47" border="0"></a></td>
                  </tr>
                  <tr>
                    <td height="70" align="left" valign="bottom"><a href="Contact.asp"><img src="img/xsrx_img.gif" width="185" height="51" border="0"></a></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
            <td valign="top"><table width="580" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><img src="img/cont_img01.gif" width="580" height="17"></td>
              </tr>
              <tr>
                <td valign="top"><table width="580" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="9" background="img/cont_tbl01_bg01.gif"></td>
                    <td align="center" valign="top"><table width="540" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td height="45" align="left" valign="top"><img src="img/gswh_tit.gif" width="298" height="36"></td>
                        </tr>
                      <tr>
                        <td valign="top"><table width="540" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td colspan="3"><img src="img/gsjs_img01.gif" width="540" height="19"></td>
                            </tr>
                          <tr>
                            <td width="22" valign="top" background="img/gsjs_left_bg01.gif"><img src="img/gsjs_img03.gif" width="22" height="149"></td>
                            <td width="498" rowspan="2" valign="top"><table width="498" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td style="padding-top:10px; " height="598" align="left" valign="top" class="top_m_txt01"><table width="500" border="0" cellspacing="0" cellpadding="0">
                                  <tr>
                                    <td height="570" align="center" valign="top" background="img/cont_tbl_bg.gif"><%
if not isEmpty(request.QueryString("id")) then
id=request.QueryString("id")
else
id=1
end if

Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Select * From culture where id="&id, conn,3,3
'纪录访问次数
rs("counter")=rs("counter")+1
rs.update
nCounter=rs("counter")
content=ubbcode(rs("content"))
%>
                                      <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FDFFFB">
                                        <tr>
                                          <td><table width="95%" border="0" align="center" cellpadding="0" cellspacing="5">
                                              <tr>
                                                <td height="5"></td>
                                              </tr>
                                              <tr>
                                                <td><div align="center" class="top_m_txt01"><span class="biaoti"><strong><%=rs("title")%></strong></span><br>
                                                        <br>
              发布日期:[<%=rs("time")%>]&nbsp;&nbsp;&nbsp; 共阅[<%=rs("counter")%>]次</div></td>
                                              </tr>
                                              <tr>
                                                <td height="5"></td>
                                              </tr>
                                              <tr>
                                                <td height="19"><p class="top_m_txt01" style='line-height:150%'> <span class="zhiwen"><%=content%></span>
                                                        <%rs.close%>
                                                                </td>
                                              </tr>
                                              <tr>
                                                <td>&nbsp;</td>
                                              </tr>
                                          </table></td>
                                        </tr>
                                      </table></td>
                                  </tr>
                                  <tr>
                                    <td background="img/cont_tbl_bg.gif"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                                        <tr>
                                          <td width="73%" height="25" align="right" class="top_m_txt01"><table width="100%" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
                                            <tr>
                                              <td height="1" colspan="2" bgcolor="#CCCCCC"></td>
                                            </tr>
                                            <tr>
                                              <td width="31%" height="22" bgcolor="#FDFFFB"><div align="right"></div></td>
                                              <td width="69%" bgcolor="#FDFFFB"><div align="right" class="top_m_txt01">【<a href='javascript:window.print()' class="top_m_txt01">打印此页</a>】&nbsp;【<a href='javascript:history.back()' class="top_m_txt01">返回</a>】【<A 
            href="javascript:window.scroll(0,-360)" class="top_m_txt01">顶部</A>】【<a href="javascript:self.close()" class="top_m_txt01">关闭</a>】</div></td>
                                            </tr>
                                          </table>
                                       
                                       </td>
                                        </tr>
                                    </table></td>
                                  </tr>
                                </table></td>
                              </tr>
                            </table>
                              </td>
                            <td width="20" background="img/gsjs_right_bg01.gif"></td>
                          </tr>
                          <tr>
                            <td background="img/gsjs_bg01.gif"></td>
                            <td valign="bottom" background="img/gsjs_right_bg01.gif"><img src="img/gsjs_img04.gif" width="20" height="148"></td>
                          </tr>
                          <tr>
                            <td colspan="3"><img src="img/gsjs_img02.gif" width="540" height="18"></td>
                            </tr>
                        </table></td>
                      </tr>
                    </table></td>
                    <td width="9" background="img/cont_tbl01_bg01.gif"></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td><img src="img/cont_img02.gif" width="580" height="17"></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
        <td width="33" valign="top" background="img/cont_right_bg01.gif"><img src="img/cont_right_img01.gif" width="33" height="431"></td>
      </tr>
      <tr>
        <td valign="top"><img src="img/cont_di_img01.gif" width="30" height="29"></td>
        <td align="center" valign="middle" background="img/cont_di_bg01.gif" style="padding-top:9px; "><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="39%"><table width="304" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="57"><img src="img/yqlj_img01.gif" width="57" height="15"></td>
                  <td width="247"><MARQUEE
            align="left" width=230 scrollAmount=1 scrollDelay=4 class="top_m_txt01" onmouseover="this.stop()" onmouseout="this.start()">
                    <% call ShowAnnounce(5) %>
                  </MARQUEE></td>
                </tr>
            </table></td>
            <td width="61%" align="right" class="top_m_txt01"><script language="JavaScript" type="text/javascript" src="inc/site.asp?online=1&show=all"></script></td>
          </tr>
        </table></td>
        <td valign="top"><img src="img/cont_di_img02.gif" width="33" height="29"></td>
      </tr>
    </table></td>
  </tr>
</table>
<!--#include file="Inc/foot.asp"-->

⌨️ 快捷键说明

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