|
@@ -0,0 +1,51 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
+ <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
|
|
+ <link rel="stylesheet" href="${contextPath}/css/expert.css">
|
|
|
+ <link rel="stylesheet" href="${contextPath}/css/bootstrap/bootstrap.min.css">
|
|
|
+ <link rel="stylesheet" href="${contextPath}/css/font-awesome.min.css">
|
|
|
+ <title>吉林省产业技术创新联盟管理平台-专家资料</title>
|
|
|
+ <!-- 此处写和自定一页面样式 -->
|
|
|
+ ${cssParam!''}
|
|
|
+</head>
|
|
|
+
|
|
|
+<body style="background-color:#F5F5F5;">
|
|
|
+ <header class="ex-header">
|
|
|
+ <div class="container">
|
|
|
+ <div class="row">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </header>
|
|
|
+ <section class="ex-field">
|
|
|
+ <div class="container">
|
|
|
+ <form action="${contextPath}/ThinkTank/search" class="form-inline" role="form" method="post">
|
|
|
+ <span class="ex-field-search" style=" float:right;">
|
|
|
+ <button class="btn btn-success" type="submit">查询</button>
|
|
|
+ </span>
|
|
|
+ <input type="text" name="name" placeholder="请输入筛选关键字">
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
+
|
|
|
+ ${layoutContent}
|
|
|
+
|
|
|
+ <footer class="ex-footer">
|
|
|
+ <p>地址:吉林省长春市朝阳区前进大街1244号</p>
|
|
|
+ <p>邮编:123456 电话:123456789 传真:239823982 邮箱:1243456@163.com</p>
|
|
|
+ <p>版权所有 吉林省计算中心</p>
|
|
|
+ <p>技术支持:长春市福瑞科技有限公司</p>
|
|
|
+ </footer>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <script src="${contextPath}/js/jquery.min.js"></script>
|
|
|
+ <script src="${contextPath}/js/bootstrap.min.js"></script>
|
|
|
+
|
|
|
+ <!-- 页面中自定义的脚本写在下面 -->
|
|
|
+ ${jsParam!''}
|
|
|
+</body>
|
|
|
+</html>
|