platform/ShowNews.aspx

43 lines
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ 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>