浏览代码

报告详细 代码

yuhaitao14 7 年之前
父节点
当前提交
91121f1798
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. 20 0
      shop/src/main/resource/templates/report_detail.html

+ 20 - 0
shop/src/main/resource/templates/report_detail.html

@@ -0,0 +1,20 @@
+<!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>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>黑龙江昆仑盛和安体检中心</title>
+<link rel="stylesheet" type="text/css" href="../style/common.css"></link>
+<link rel="stylesheet" type="text/css" href="../style/user.css"></link>
+<!--[if lt IE 9]> 
+<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> 
+<![endif]--><!--窗口自适应适配低端IE-->
+<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
+</head>
+
+<body>
+	<div th:include="/fragments :: header"></div>
+	<div th:utext="${htmlContent}">
+	</div>
+    <div th:replace="/fragments :: footer"></div>
+</body>
+</html>