-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathItems.aspx
More file actions
84 lines (70 loc) · 2.35 KB
/
Copy pathItems.aspx
File metadata and controls
84 lines (70 loc) · 2.35 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<%@ Page Title="" Language="C#" MasterPageFile="~/Section.master" AutoEventWireup="true" CodeFile="Items.aspx.cs" Inherits="Items" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.auto-style1 {
height: 692px;
}
.auto-style2 {
width: 100%;
height: 682px;
}
.auto-style3 {
height: 110px;
width: 1347px;
}
.auto-style4 {
height: 57px;
}
.auto-style5 {
height: 448px;
width: 1347px;
}
.auto-style6 {
width: 166px;
height: 2.2em;
margin-left: 451px;
}
.auto-style7 {
width: 1347px;
}
.auto-style8 {
height: 530px;
margin-top: 0;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="auto-style1">
<table class="auto-style2">
<tr>
<td class="auto-style3">
<div style="text-align:center" class="auto-style4">
<h1> DreamWar 注册条</h1>
</div>
</td>
</tr>
<tr>
<td class="auto-style5">
<div class="auto-style8">
1.特别提示<br />
1.1<br />
<br />
1.2<br />
用户注册成功后,Starrier 将会给予每个用户一个账号及其对应密码,该用户账号和密码由用户负责保管,用户应对其用户账号进行的所有活动和时间负法律责任。<br />
<br />
1.3<br />
<br />
2.服务内容<br />
2.1<br />
2.2<br />
2.3</div>
</td>
</tr>
<tr>
<td class="auto-style7"> <div>
<input type="button" runat="server" onserverclick="Unnamed_ServerClick" class="auto-style6" value="Close" style="background-color: #0099FF" /></div></td>
</tr>
</table>
</div>
</asp:Content>