|
|
@@ -6,12 +6,15 @@
|
|
|
<head th:fragment="header(title, link)">
|
|
|
<meta charset="UTF-8">
|
|
|
<link rel="icon" th:href="${portalHost+'/img/ico_logo.ico'}" />
|
|
|
+ <meta name="Keywords" content=""/>
|
|
|
+ <meta name="Description" content=""/>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
+ <th:block th:replace="${link}" />
|
|
|
<title></title>
|
|
|
</head>
|
|
|
|
|
|
-<th:block th:replace="${link}" />
|
|
|
+
|
|
|
<body>
|
|
|
<th:block th:fragment="nav(mainM,subM)">
|
|
|
<div class="header">
|
|
|
@@ -19,27 +22,23 @@
|
|
|
<div>
|
|
|
<a href="#">网站导航</a>
|
|
|
</div>
|
|
|
- <div>
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <a href="javascript:void(0)" class="head_login">登录</a>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <a th:href="@{/user/signIn}">注册</a>
|
|
|
- </li>
|
|
|
- <li th:if="${isLogin}">
|
|
|
- <a th:href="@{/user/account/index.html#techList}">我的订单</a>
|
|
|
- </li>
|
|
|
- <li th:if="${isLogin}">
|
|
|
- <a th:href="@{/user/account/index.html#collection}">我的关注</a>
|
|
|
- </li>
|
|
|
- <li th:if="${isLogin}">
|
|
|
- <a href="#">我的消息</a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="colorRed">
|
|
|
- 全国统一服务热线:400-8800-962
|
|
|
+ <div>
|
|
|
+ <ul>
|
|
|
+ <li>
|
|
|
+ <a th:href="@{/user/signIn}">注册</a>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <a href="javascript:;" class="head_login">登录</a>
|
|
|
+ </li>
|
|
|
+ <li th:if="${isLogin}">
|
|
|
+ <a th:href="${basePath + (isAdmin? '/admin/index.html':'/user/account/index.html')}"
|
|
|
+ th:text="${#strings.isEmpty(userName)?'个人中心':userName}">个人中心</a>
|
|
|
+ <a th:href="${basePath + '/user/logout'}">退出</a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="colorRed">
|
|
|
+ 全国统一服务热线:400-8800-962
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -69,13 +68,13 @@
|
|
|
|
|
|
|
|
|
<li>
|
|
|
- <a href="#">智库咨询</a>
|
|
|
+ <a th:href="@{/portal/thinkTank/index.html}">智库咨询</a>
|
|
|
<ol class="subnavigation">
|
|
|
<li>
|
|
|
<a th:href="@{/portal/thinkTank/policyList}">智政</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a href="/portal/thinkTank/index.html#zizone">智者</a>
|
|
|
+ <a th:href="@{/portal/thinkTank/index.html#zizone}">智者</a>
|
|
|
</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
@@ -241,12 +240,7 @@
|
|
|
<input type="password" name="pass" id="Lo_pass" placeholder="请输入密码" />
|
|
|
</div>
|
|
|
<div class="login_check">
|
|
|
- <label for="checks" class="lab_check">
|
|
|
- <input type="checkbox" name="type" id="checks" />我是专家
|
|
|
- </label>
|
|
|
- <label for="checkst" class="lab_checkno">
|
|
|
- <input type="checkbox" name="type" id="checkst" />我是企业
|
|
|
- </label>
|
|
|
+
|
|
|
<a href="">忘记密码?</a>
|
|
|
</div>
|
|
|
<input type="submit" value="登 陆" class="login_submit"/>
|