43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ShowNews.aspx.cs" Inherits="ShowNews" %>
 | ||
| 
 | ||
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 | ||
| <html xmlns="http://www.w3.org/1999/xhtml">
 | ||
| <head runat="server">
 | ||
|     <title> </title>
 | ||
|      <link href="ZhangPuStyle.css" type="text/css" rel="stylesheet"/>
 | ||
| </head>
 | ||
| <body>
 | ||
|  <script type="text/javascript" language="javascript">
 | ||
| 	<!-- #include file="public/JScript.js" -->
 | ||
|     </script>
 | ||
|     <form id="form1" runat="server">
 | ||
|         
 | ||
|         <div runat="server" id="news"> 
 | ||
|             <br />
 | ||
|         <table width="800" class="Table_Border" align="center">
 | ||
|          <tr class="top_bg">
 | ||
|         <td align="center"  > 
 | ||
|          
 | ||
|         <asp:Label ID="lbTitle" runat="server" Text=" 没有数据" Font-Bold="True"   Font-Size="Large" Height="25px"  ></asp:Label> </td>
 | ||
|       </tr>
 | ||
|       <tr>
 | ||
|         <td>  
 | ||
|             <asp:TextBox ID="txtContent" runat="server" CssClass="TextBox_Show_Long"  ReadOnly="true" BorderStyle="None" BorderColor="InactiveCaptionText" BackColor="WhiteSmoke" ForeColor="DarkSlateGray" TextMode="MultiLine" Height="550px" Width="800px"></asp:TextBox>
 | ||
|         
 | ||
|         </td>
 | ||
|       </tr>
 | ||
|       <tr>
 | ||
|         <td align="center"> <br /><input type="button"   name="Button" value="关 闭" class="Button" onclick="window.close()" /><br /></td>
 | ||
|       </tr>
 | ||
|       
 | ||
|     </table>
 | ||
| 
 | ||
| 
 | ||
|         
 | ||
|         
 | ||
|         </div>
 | ||
|         
 | ||
|     </form>
 | ||
| </body>
 | ||
| </html>
 |