|
|
@@ -4,7 +4,7 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<title></title>
|
|
|
<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
|
|
|
- <link th:href="${portalHost + '/sichuan/demand.css'}" rel="stylesheet">
|
|
|
+ <link th:href="${portalHost + '/sichuan/achievement.css'}" rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="container cont">
|
|
|
@@ -48,19 +48,19 @@
|
|
|
<div class="row">
|
|
|
<div class="col-xs-3">待遇</div>
|
|
|
<div class="col-xs-9">
|
|
|
- <span th:text="${demandList.investmentCost}?${demandList.investmentCost}:''"></span>
|
|
|
+ <span th:utext="${demandList.investmentCost}?${demandList.investmentCost}:''"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<div class="col-xs-3">人才需求概况</div>
|
|
|
<div class="col-xs-9">
|
|
|
- <span th:text="${demandList.introduce}?${demandList.introduce}:''"></span>
|
|
|
+ <span th:utext="${demandList.introduce}?${demandList.introduce}:''"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<div class="col-xs-3">企业简介</div>
|
|
|
<div class="col-xs-9">
|
|
|
- <span th:text="${demandList.pintroduce}?${demandList.pintroduce}:''"></span>
|
|
|
+ <span th:utext="${demandList.pintroduce}?${demandList.pintroduce}:''"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
@@ -90,7 +90,7 @@
|
|
|
<div class="row">
|
|
|
<div class="col-xs-4">详细信息</div>
|
|
|
<div class="col-xs-8">
|
|
|
- <span th:text="${item.content}"></span>
|
|
|
+ <span th:utext="${item.content}"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -105,6 +105,6 @@
|
|
|
</body>
|
|
|
<div th:replace="common::footer(~{::script})">
|
|
|
<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
|
|
|
- <script type="text/javascript" th:src="${portalHost + '/sichuan/demand.js'}"></script>
|
|
|
+ <script type="text/javascript" th:src="${portalHost + '/sichuan/achievement.js'}"></script>
|
|
|
</div>
|
|
|
</html>
|