2025-03-27 15:05:14 +08:00

33 lines
1.0 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="BuildDetailsTable.ascx.cs" Inherits="SuperMap.RealEstate.PropertyManage.Modules.BuildDetailsTable" %>
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls" TagPrefix="smwc" %>
<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>
<div id="PrintPanel" class="noPrint">
<input type="button" value="打印" class="Button" onclick="window.print(); return false;" />
</div>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100% !important; text-align: center !important;">
<tr>
<td align="center">
<asp:Xml ID="Xml1" runat="server"></asp:Xml>
</td>
</tr>
</table>