-
Notifications
You must be signed in to change notification settings - Fork 3
/
zhibanyuangong.aspx
executable file
·63 lines (53 loc) · 2.32 KB
/
zhibanyuangong.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="zhibanyuangong.aspx.cs" Inherits="zhibanyuangong" %>
<%@ Register Src="userControl/syhead.ascx" TagName="syhead" TagPrefix="uc1" %>
<%@ Register Src="userControl/foot.ascx" TagName="foot" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>^_^ 小区物业内部管理网-------值班员工信息 ^_^</title>
<script language="javascript" type="text/javascript">
<!--
// -->
</script>
</head>
<body background="image/index_03.jpg">
<form id="form1" runat="server">
<div>
<div align="center">
<div align="center">
</div>
</div>
</div>
<table id="TABLE2" language="javascript" border="1" align="center" style="margin-top: 0px; padding-top: 0px">
<tr>
<td colspan="3" style="width: 741px" valign="top">
<uc1:syhead ID="Syhead1" runat="server" />
</td>
</tr>
<tr>
<td colspan="3" style="width: 741px; background-color: #99ccff; height: 23px;" valign="top" align="center">
<marquee></marquee></td>
</tr>
<tr>
<td colspan="3" style="width: 741px; height: 25px" valign="top" align="center">
</td>
</tr>
<tr>
<td colspan="3" style="width: 741px; height: 25px" valign="top" align="center">
<asp:Table ID="Table1" runat="server">
</asp:Table>
</td>
</tr>
<tr>
<td colspan="3" style="width: 741px; height: 140px" valign="top">
<uc2:foot ID="Foot1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>