38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BuildDetailsTablePage.aspx.cs" Inherits="SuperMap.RealEstate.PropertyManage.Modules.BuildDetailsTablePage" %>
|
|
|
|
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls" TagPrefix="smwc" %>
|
|
<%@ Register Src="BuildDetailsTable.ascx" TagPrefix="uc1" TagName="BuildDetailsTable" %>
|
|
<!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>
|
|
<style type="text/css">
|
|
#PrintPanel {
|
|
position: fixed;
|
|
right: 1px;
|
|
top: 50px;
|
|
padding: 8px 30px;
|
|
border: solid 1px #bbb;
|
|
background-color: #add999;
|
|
color: #add999;
|
|
}
|
|
</style>
|
|
<style media="print" type="text/css">
|
|
.noPrint {
|
|
display: none;
|
|
}
|
|
|
|
.PrintContainer {
|
|
padding: 0px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<uc1:BuildDetailsTable runat="server" ID="BuildDetailsTable1" />
|
|
</form>
|
|
</body>
|
|
</html>
|