|
|
@@ -1,44 +1,44 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<html xmlns="http://www.w3.org/1999/xhtml"
|
|
|
- xmlns:th="http://www.thymeleaf.org"
|
|
|
- xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
+
|
|
|
<head th:replace="common::header(~{::title},~{::link})">
|
|
|
-<title>活动详情</title>
|
|
|
-<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
|
|
|
-<link th:href="${portalHost + '/activity/details.css'}" rel="stylesheet">
|
|
|
+ <title>活动详情</title>
|
|
|
+ <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
|
|
|
+ <link th:href="${portalHost + '/activity/details.css'}" rel="stylesheet">
|
|
|
</head>
|
|
|
+
|
|
|
<body>
|
|
|
<header>
|
|
|
<div th:replace="common::{topNav}">
|
|
|
<div class="container">
|
|
|
<div class="lt">欢迎进入科技认知计算交易平台!</div>
|
|
|
- <div class="rt">
|
|
|
+ <div class="rt">
|
|
|
<a href="/user/login.html" class="login">登录</a>
|
|
|
- <a href="/user/signIn.html">注册</a>
|
|
|
+ <a href="/user/signIn.html">注册</a>
|
|
|
<a href="#">导航</a>
|
|
|
<a href="#">关于我们</a>
|
|
|
<a href="#">联系我们</a>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</header>
|
|
|
- <div class="container header_nav_detail">
|
|
|
- <div class="row clearfix">
|
|
|
- <div class="col-md-3 logo">
|
|
|
- <div th:replace="common::sublogo"></div>
|
|
|
- </div>
|
|
|
- <div class="col-md-9">
|
|
|
- <div th:replace="common::subMenu"></div>
|
|
|
+ <div class="header_nav_detail">
|
|
|
+ <div class="container ">
|
|
|
+ <div class="row clearfix">
|
|
|
+ <div class="col-md-3 logo">
|
|
|
+ <div th:replace="common::sublogo"></div>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-9">
|
|
|
+ <div th:replace="common::subMenu"></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="secondary_navigation"></div>
|
|
|
+ </div>
|
|
|
+ <div class="item active">
|
|
|
+ <img th:src="${portalHost +'/img/activity_detail_banner.jpg'}" alt="First slide">
|
|
|
</div>
|
|
|
|
|
|
- <div class="item active">
|
|
|
- <img
|
|
|
- th:src="${portalHost +'/img/activity_detail_banner.jpg'}"
|
|
|
- alt="First slide">
|
|
|
- </div>
|
|
|
-
|
|
|
<div class="container activity_content">
|
|
|
<div class="activity_content_title">
|
|
|
<h3>协助承办华南理工大学技术成果对接会</h3>
|
|
|
@@ -56,8 +56,7 @@
|
|
|
</div>
|
|
|
<div class="container activity_details">
|
|
|
<div class="activity_details_img">
|
|
|
- <img
|
|
|
- th:src="${portalHost +'/img/activity_details_img.png'}">
|
|
|
+ <img th:src="${portalHost +'/img/activity_details_img.png'}">
|
|
|
</div>
|
|
|
<div class="activity_details_content">
|
|
|
<ul>
|
|
|
@@ -120,16 +119,13 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="active_content_img">
|
|
|
- <img
|
|
|
- th:src="${portalHost +'/img/internationalCase_img_1.jpg'}">
|
|
|
+ <img th:src="${portalHost +'/img/internationalCase_img_1.jpg'}">
|
|
|
</div>
|
|
|
<div class="active_content_img">
|
|
|
- <img
|
|
|
- th:src="${portalHost +'/img/internationalCase_img_2.jpg'}">
|
|
|
+ <img th:src="${portalHost +'/img/internationalCase_img_2.jpg'}">
|
|
|
</div>
|
|
|
<div class="active_content_img">
|
|
|
- <img
|
|
|
- th:src="${portalHost +'/img/internationalCase_img_3.jpg'}">
|
|
|
+ <img th:src="${portalHost +'/img/internationalCase_img_3.jpg'}">
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
@@ -141,9 +137,9 @@
|
|
|
<div th:replace="common::copyright"></div>
|
|
|
</footer>
|
|
|
<div th:replace="common::footer(~{::script})">
|
|
|
- <script type="text/javascript" th:src="${portalHost +'/vendors.js'}"></script>
|
|
|
- <script type="text/javascript"
|
|
|
- th:src="${portalHost + '/activity/details.js'}"></script>
|
|
|
- </div>
|
|
|
+ <script type="text/javascript" th:src="${portalHost +'/vendors.js'}"></script>
|
|
|
+ <script type="text/javascript" th:src="${portalHost + '/activity/details.js'}"></script>
|
|
|
+ </div>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+
|
|
|
+</html>
|