20 lines
620 B
Plaintext
20 lines
620 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="News.aspx.cs" Inherits="WeiXin.WebSite.News" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div style="font-size:50pt">
|
|
点击新闻型消息弹出的界面。<br />
|
|
<asp:Image ID="Image1" runat="server" Width="100%" ImageUrl="~/SuperMap.png" />
|
|
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|