<%@Page language="C#" Inherits="tobacco.zt" Debug="true" %>
<%
int page1=Convert.ToInt16(Request["page1"]);
if(page1==0)
page1=1;
string [,] ztinfo;
int pagecount=ztlist1(out ztinfo);
%>
<html>
<head>
<title>专题</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" link="#333333">
<!--#include virtual="../head.htm" -->
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td><img src="images/speacer.gif" width="1" height="1"></td>
  </tr>
</table>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" height="21">
  <tr> 
    <td height="21" bgcolor="#F1BE0B">&nbsp; </td>
  </tr>
  <tr>
    <td height="3"><img src="images/specer.gif" width="1" height="1"></td>
  </tr>
</table>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td width="190" height="1" valign="top" class="tbg">&nbsp; </td>
    <td width="2" valign="top" bgcolor="#DDDDDD"><img src="images/specer.gif" width="1" height="1"></td>
    <td width="560" align="right" valign="top"><table width="99%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="25" bgcolor="#8EE2F9"><img src="images/list.gif" width="150" height="22"></td>
      </tr>
      <tr>
        <td valign="top"><img src="images/shadow.gif" width="398" height="12"></td>
      </tr>
    </table>      
      <table width="99%" border="0" cellpadding="4" cellspacing="0">
        <tr> 
          <td><img src="images/2.gif" width="381" height="44"></td>
        </tr>
        <%
		for(int i=0;i<20;i++)
		{
         if(ztinfo[i,0]!=null&&ztinfo[i,0]!="")
	  {
	  %>
        <tr> 
          <td> <img src="images/list4.gif" width="7" height="10"> [<%=ztinfo[i,3]%>]<a href="<%=ztinfo[i,2]%>" target="_blank"><%=ztinfo[i,0]%></a></td>
        </tr>
        <%
		}}
		%>
      </table>
      
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="center"><a href="subject.aspx">首页</a>　 
            <%if(page1-1>0){%>
            <a href="subject.aspx?page1=<%=page1-1%>">上一页</a> 
            <%}else{Response.Write("上一页");}%>
            &nbsp;&nbsp; 
            <%if(page1+1<=pagecount){%>
            <a href="subject.aspx?page1=<%=page1+1%>">下一页</a> 
            <%}else{Response.Write("下一页");}%>
            　<a href="subject.aspx?page1=<%=pagecount%>">尾页</a>　</td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" class="box_2">
  <tr>
    <td height="3" class="font_1"><img src="images/specer.gif" width="1" height="1"></td>
  </tr>
  <tr>
    <td height="21" bgcolor="#F1BE0B" class="font_1">&nbsp; </td>
  </tr>
</table>
<table width="760" border="0" align="center" cellpadding="10" cellspacing="0">
  <tr>
    <td align="center" valign="top"><script src="../share/copyright.js"></script></td>
  </tr>
</table>
<div align="center" class="font_2"><br>
</div>
</body>
</html>

