Files
pgserver3.0/pgserver/runtime/temp/2450e36ed81784420a3262ba53a264e5.php
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

93 lines
2.6 KiB
PHP

<?php /*a:0:{}*/ ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.td-h {
font-size: 22pt;
font-family: fangsong;
font-weight: bold;
text-align: center;
padding: 45px 0;
}
.td-l {
font-size: 14pt;
font-family: fangsong;
font-weight: bold;
text-align: justify;
text-align-last: justify;
vertical-align: top;
padding: 20px 0px 20px 40px;
}
.td-r {
font-size: 14pt;
font-family: fangsong;
padding: 20px 40px 20px 0px;
}
.addr {
font-size: 12pt;
font-family: fangsong;
position: absolute;
left: 60px;
bottom: 50px;
}
.anti-img {
position: absolute;
right: 60px;
bottom: 50px;
}
</style>
</head>
<body>
<div style="margin-top:0px;" width="100%">
<table width="100%">
<tr>
<td class="td-h" colspan="2" width="100%">房地产抵押估价报告</td>
</tr>
<tr>
<td class="td-l">估价项目名称:</td>
<td class="td-r"><?php echo htmlentities($info['item_name_index']); ?>房地产抵押价值评估</td>
</tr>
<tr>
<td class="td-l">估价委托人:</td>
<td class="td-r"><?php echo htmlentities($info['client_name']); ?></td>
</tr>
<tr>
<td class="td-l">房地产估价机构:</td>
<td class="td-r">深圳市国中资产土地房地产评估有限公司</td>
</tr>
<tr>
<td class="td-l">注册房地产估价师:</td>
<td class="td-r"><?php echo $info['employee_name']; ?></td>
</tr>
<tr>
<td class="td-l">估价报告出具日期:</td>
<td class="td-r"><?php echo htmlentities($info['finish_date']); ?></td>
</tr>
<tr>
<td class="td-l">估价报告编号:</td>
<td class="td-r"><?php echo htmlentities($info['report_no']); ?></td>
</tr>
</table>
</div>
<div class="addr">
深圳市国中资产土地房地产评估有限公司
<br>
深圳市福田区沙头街道天安社区泰然五路12号天安数码城天祥大厦三层-1A
<br>
电话: 0755-88917780
</div>
<div class="anti-img">
<img src="<?php echo htmlentities($info['report_QR_code']); ?>" width="100px" height="100px" />
</div>
</body>
</html>