-
Notifications
You must be signed in to change notification settings - Fork 5
/
UserIndex.aspx
39 lines (37 loc) · 1.5 KB
/
UserIndex.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<%@ Page Language="C#" MasterPageFile="~/Page/MasterPage.master" AutoEventWireup="true" CodeFile="UserIndex.aspx.cs" Inherits="Index" Title="无标题页" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style9
{
width: 100%;
height: 100%;
}
.style10
{
width: 290px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table class="style9">
<tr>
<td class="style10">
<asp:Image ID="Image4" runat="server" ImageUrl="~/Images/公告栏.png" />
</td>
<td>
<br />
<asp:ImageButton ID="ImageButton5" runat="server" ImageUrl="~/Images/页面2.png"
PostBackUrl="~/Movie.aspx" />
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/Images/页面.png" />
<br />
<asp:ImageButton ID="ImageButton3" runat="server" ImageUrl="~/Images/页面4.png" />
<asp:ImageButton ID="ImageButton4" runat="server" ImageUrl="~/Images/页面3.png" />
</td>
</tr>
</table>
</asp:Content>