45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ReportDefault.aspx.cs" Inherits="SuperMap.RealEstate.HighWay.Common.ReportDefault" %>
|
|
|
|
<!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">
|
|
<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>
|
|
</form>
|
|
</body>
|
|
</html>
|