<%@ page language="java" import="java.util.*" pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
|
<%@ taglib uri="http://shiro.apache.org/tags" prefix="shiro" %>
|
<%
|
String path = request.getContextPath();
|
String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort()
|
+ path + "/";
|
%>
|
|
<!DOCTYPE HTML>
|
<html>
|
<head>
|
<base href="<%=basePath%>">
|
<meta name="viewport" charset="width=device-width, initial-scale=1.0">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<title>用户注册</title>
|
<!--[if !IE]><!-->
|
<link href="static/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css">
|
<!--<![endif]-->
|
<!--[if gte IE 8]>
|
<link href="static/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css">
|
<![endif]-->
|
<link href="static/plugins/jquery-easyui/themes/bootstrap/easyui.css" rel="stylesheet" type="text/css">
|
<link rel="stylesheet" href="static/styles/initialize.css" type="text/css">
|
<link rel="stylesheet" href="static/styles/common.css" type="text/css">
|
<link rel="stylesheet" href="static/plugins/layer/skin/default/layer.css" type="text/css">
|
|
<script type="text/javascript" src="static/plugins/jquery/jquery.min.js"></script>
|
<script type="text/javascript" src="static/plugins/jquery-easyui/jquery.easyui.min.js"></script>
|
<script type="text/javascript" src="static/plugins/jquery-easyui/locale/easyui-lang-zh_CN.js"></script>
|
<script type="text/javascript" src="static/scripts/easyuiExtend.js"></script>
|
<script type="text/javascript" src="static/scripts/jquery-extend.js"></script>
|
<script type="text/javascript" src="static/plugins/layer/layer.js"></script>
|
<script type="text/javascript" src="static/plugins/slimScroll/jquery.slimscroll.min.js"></script>
|
|
<script type="text/javascript" src="static/plugins/spinjs/spin.js"></script>
|
<script type="text/javascript" src="static/plugins/spinjs/jquery.spin.js"></script>
|
<script type="text/javascript" src="static/plugins/jquery.blockUI.js"></script>
|
|
<script type="text/javascript" src="static/wcp/scripts/wcp.js"></script>
|
<script type="text/javascript" src="static/wcp/scripts/libs/wcp.layer.js"></script>
|
<script type="text/javascript" src="static/wcp/scripts/libs/wcp.blockUI.js"></script>
|
<script type="text/javascript" src="static/wcp/scripts/libs/wcp.spin.js"></script>
|
<script type="text/javascript" src="static/wcp/scripts/libs/wcp.jquery.js"></script>
|
|
<!--[if lt IE 9]>
|
<script type="text/javascript" src="static/plugins/json2.js"></script>
|
<![endif]-->
|
<style type="text/css">
|
body {
|
margin: 0px;
|
padding: 0px;
|
}
|
|
.dc_container {
|
padding: 40px 0px 20px;
|
width: 800px;
|
margin: 0px auto;
|
}
|
|
.dc_bt {
|
margin: 0px auto 30px;
|
text-align: center;
|
height: 30px;
|
line-height: 30px;
|
font-size: 30px;
|
font-weight: bold;
|
color: #005a96;
|
}
|
|
.dc_content {
|
display: block;
|
margin: 0px auto;
|
padding: 4px;
|
background: #ecf4ff;
|
}
|
|
.dc_main {
|
border: 1px solid #c6dffe;
|
padding: 10px 15px 50px;
|
background: url(images/y.png) no-repeat right bottom #fff;
|
margin: 0px;
|
font-size: 14px;
|
}
|
|
.dc_main p {
|
height: 20px;
|
line-height: 20px;
|
padding: 5px;
|
margin: 0px;
|
}
|
|
.dc_row1 {
|
border-bottom: 1px dashed #d4d4d4;
|
padding: 5px 20px 20px;
|
}
|
|
.dc_row1 p {
|
padding: 15px 5px 5px 5px;
|
}
|
|
.dc_tbl {
|
width: 90%;
|
border-collapse: collapse;
|
margin-left: 30px;
|
}
|
|
.dc_tbl td {
|
padding: 5px;
|
height: 20px;
|
color: #535353;
|
}
|
|
.tbl_ipt1, .tbl_ipt2 {
|
border: 1px solid #dcdcdc;
|
height: 20px;
|
line-height: 20px;
|
width: 220px;
|
margin-right: 10px;
|
}
|
|
.tbl_ipt2 {
|
width: 160px;
|
}
|
|
.dc_row2 {
|
padding: 10px 20px 0px;
|
}
|
|
.dc_row2 strong {
|
color: #0075a9;
|
padding: 15px 5px 5px;
|
display: block;
|
}
|
|
.dc_row2 p {
|
font-weight: bold;
|
}
|
|
.dc_row2 div {
|
padding: 5px 0px 0px 30px;
|
}
|
|
.dc_tbl2 {
|
width: 60%;
|
border-collapse: collapse;
|
margin-left: 20px;
|
}
|
|
.dc_tbl2 td {
|
padding: 5px;
|
height: 20px;
|
color: #535353;
|
}
|
|
.dc_row3 {
|
padding: 20px 20px 0px;
|
}
|
|
.tbl_ipt3 {
|
height: 120px;
|
width: 100%;
|
width: 630px;
|
border: 1px solid #dcdcdc;
|
}
|
|
.btn_line {
|
text-align: center;
|
padding-top: 30px;
|
}
|
|
.dctj_btn {
|
border: none;
|
width: 100px;
|
height: 34px;
|
line-height: 34px;
|
overflow: hidden;
|
color: #5a5a5a;
|
margin: 0px auto;
|
cursor: pointer;
|
color: #fff;
|
font-size: 14px;
|
font-weight: bold;
|
table-layout: 1px;
|
text-align: center;
|
background: url(../../Interface/images/sqtj_btn.gif) no-repeat left top;
|
}
|
|
.style1 {
|
height: 29px;
|
}
|
</style>
|
</head>
|
<body>
|
<div class="container">
|
<form method="post" id="formRegister">
|
<div class="dc_container">
|
<p class="dc_bt">
|
湖南省自然资源事务中心用户满意度调查表</p>
|
<div class="dc_content">
|
</div>
|
<div>
|
<p style="padding-top:10px; padding-left:20px;"><strong>尊敬的用户:</strong></p>
|
<p class="dc_row1">
|
<strong>
|
您好!为充分了解广大用户的需求,进一步提高我馆的服务质量,我们诚挚邀请您参与该项调查。调查结果仅用于分析用户对我馆服务的满意度,涉及的个人信息我们会为您保密,请放心填写。衷心感谢您的支持!</strong>
|
</p>
|
</div>
|
<div class="dc_row1">
|
<p>
|
<strong>用户信息(单位或姓名):</strong><input class="easyui-textbox" name="userMessage" type="text"
|
id="userMessage"
|
style="width:162px;"/> <strong>联系方式:</strong><input
|
class="easyui-textbox" name="telNumber" type="text" id="telNumber"/></p>
|
<p>
|
<strong>您(单位)所属行业:</strong></p>
|
<div>
|
<table cellpadding="0" cellspacing="0" border="0" class="dc_tbl">
|
<tr>
|
<td>
|
<input id="RadioButton1" type="radio" name="industry" value="矿业"
|
onclick=""/><label
|
for="RadioButton1">矿业</label>
|
</td>
|
<td>
|
<input id="RadioButton2" type="radio" name="industry" value="地质勘查"
|
onclick=""/><label
|
for="RadioButton2">地质勘查</label>
|
</td>
|
<td>
|
<input id="RadioButton3" type="radio" name="industry" value="石油"
|
onclick=""/><label
|
for="RadioButton3">石油</label>
|
</td>
|
<td>
|
<input id="RadioButton4" type="radio" name="industry" value="海洋"
|
onclick=""/><label
|
for="RadioButton4">海洋</label>
|
</td>
|
<td>
|
<input id="RadioButton5" type="radio" name="industry" value="核工业"
|
onclick=""/><label
|
for="RadioButton5">核工业</label>
|
</td>
|
<td>
|
<input id="RadioButton6" type="radio" name="industry" value="有色"
|
onclick=""/><label
|
for="RadioButton6">有色</label>
|
</td>
|
<td>
|
<input id="RadioButton7" type="radio" name="industry" value="冶金"
|
onclick=""/><label
|
for="RadioButton7">冶金</label>
|
</td>
|
<td>
|
<input id="RadioButton8" type="radio" name="industry" value="化工"
|
onclick=""/><label
|
for="RadioButton8">化工</label>
|
</td>
|
</tr>
|
<tr>
|
<td class="style1">
|
<input id="RadioButton9" type="radio" name="industry" value="铁道"
|
onclick=""/><label
|
for="RadioButton9">铁道</label>
|
</td>
|
<td class="style1">
|
<input id="RadioButton10" type="radio" name="industry" value="水利"
|
onclick=""/><label
|
for="RadioButton10">水利</label>
|
</td>
|
<td class="style1">
|
<input id="RadioButton11" type="radio" name="industry" value="环保"
|
onclick=""/><label
|
for="RadioButton11">环保</label>
|
</td>
|
<td class="style1">
|
<input id="RadioButton12" type="radio" name="industry" value="电力"
|
onclick=""/><label
|
for="RadioButton12">电力</label>
|
</td>
|
<td class="style1">
|
<input id="RadioButton13" type="radio" name="industry" value="土地"
|
onclick=""/><label
|
for="RadioButton13">土地</label>
|
</td>
|
<td class="style1">
|
<input id="RadioButton14" type="radio" name="industry" value="建筑"
|
onclick=""/><label
|
for="RadioButton14">建筑</label>
|
</td>
|
<td class="style1">
|
<input id="RadioButton15" type="radio" name="industry" value="教育"
|
onclick=""/><label
|
for="RadioButton15">教育</label>
|
</td>
|
<td class="style1">
|
<input id="RadioButton16" type="radio" name="industry" value="旅游"
|
onclick=""/><label
|
for="RadioButton16">旅游</label>
|
</td>
|
</tr>
|
<tr>
|
<td colspan="8">
|
<input id="RadioButton17" type="radio" name="industry" value="其他"
|
onclick=""/><label
|
for="RadioButton17">其他</label>
|
</td>
|
</tr>
|
</table>
|
</div>
|
</div>
|
<div class="dc_row2">
|
<strong>1.您对全国地质资料馆服务情况的满意度</strong>
|
<div>
|
<p>
|
1)服务产品</p>
|
<table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
|
<tr>
|
<table id="rdbtn_ServiceProduct" style="width:600px;">
|
<tr>
|
<td class="style1">
|
<input id="serviceProduct_0" type="radio"
|
name="serviceProduct"
|
value="非常满意"/><label
|
for="serviceProduct_0">非常满意</label>
|
</td>
|
<td class="style1">
|
<input id="serviceProduct_1" type="radio"
|
name="serviceProduct"
|
value="满意"/><label for="serviceProduct_1">满意</label>
|
</td>
|
<td class="style1">
|
<input id="serviceProduct_2" type="radio"
|
name="serviceProduct"
|
value="一般"/><label for="serviceProduct_2">一般</label>
|
</td>
|
<td class="style1">
|
<input id="serviceProduct_3" type="radio"
|
name="serviceProduct"
|
value="不满意"/><label
|
for="serviceProduct_3">不满意</label></td>
|
<td class="style1">
|
<input id="serviceProduct_4" type="radio"
|
name="serviceProduct"
|
value="非常不满意"/><label
|
for="serviceProduct_4">非常不满意</label>
|
</td>
|
</tr>
|
</table>
|
</tr>
|
</table>
|
<p>
|
2)服务态度</p>
|
<table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
|
<tr>
|
<table id="rdbtn_ServiceAttitude" style="width:600px;">
|
<tr>
|
<td class="style1">
|
<input id="serviceAttitude_0" type="radio" name="serviceAttitude"
|
value="非常满意"/><label for="serviceAttitude_0">非常满意</label>
|
</td>
|
<td class="style1">
|
<input id="serviceAttitude_1" type="radio" name="serviceAttitude"
|
value="满意"/><label for="serviceAttitude_1">满意</label>
|
</td>
|
<td class="style1">
|
<input id="serviceAttitude_2" type="radio" name="serviceAttitude"
|
value="一般"/><label for="serviceAttitude_2">一般</label>
|
</td>
|
<td class="style1">
|
<input id="serviceAttitude_3" type="radio" name="serviceAttitude"
|
value="不满意"/><label for="serviceAttitude_3">不满意</label>
|
</td>
|
<td class="style1">
|
<input id="serviceAttitude_4" type="radio" name="serviceAttitude"
|
value="非常不满意"/><label
|
for="serviceAttitude_4">非常不满意</label>
|
</td>
|
</tr>
|
</table>
|
</tr>
|
</table>
|
<p>
|
3)服务环境与设施</p>
|
<table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
|
<tr>
|
<table id="rdbbtn_ServiceEnvironmant" style="width:600px;">
|
<tr>
|
<td class="style1">
|
<input id="serviceFacilities_0" type="radio"
|
name="serviceFacilities" value="非常满意"/><label
|
for="serviceFacilities_0">非常满意</label>
|
</td>
|
<td class="style1">
|
<input id="serviceFacilities_1" type="radio"
|
name="serviceFacilities" value="满意"/><label
|
for="serviceFacilities_1">满意</label>
|
</td>
|
<td class="style1">
|
<input id="serviceFacilities_2" type="radio"
|
name="serviceFacilities" value="一般"/><label
|
for="serviceFacilities_2">一般</label>
|
</td>
|
<td class="style1">
|
<input id="serviceFacilities_3" type="radio"
|
name="serviceFacilities" value="不满意"/><label
|
for="serviceFacilities_3">不满意</label>
|
</td>
|
<td class="style1">
|
<input id="serviceFacilities_4" type="radio"
|
name="serviceFacilities" value="非常不满意"/><label
|
for="serviceFacilities_4">非常不满意</label>
|
</td>
|
</tr>
|
</table>
|
</tr>
|
</table>
|
</div>
|
<strong>2.您对全国地质资料馆的总体满意度</strong>
|
<table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
|
<tr>
|
<table id="rdbtn_SeviceAll" style="width:600px;">
|
<tr>
|
<td class="style1">
|
<input id="service_0" type="radio" name="service"
|
value="非常满意"/><label for="service_0">非常满意</label>
|
</td>
|
<td class="style1">
|
<input id="service_1" type="radio" name="service"
|
value="满意"/><label
|
for="service_1">满意</label>
|
</td>
|
<td class="style1">
|
<input id="service_2" type="radio" name="service"
|
value="一般"/><label
|
for="service_2">一般</label>
|
</td>
|
<td class="style1">
|
<input id="service_3" type="radio" name="service"
|
value="不满意"/><label
|
for="service_3">不满意</label>
|
</td>
|
<td class="style1">
|
<input id="service_4" type="radio" name="service"
|
value="非常不满意"/><label for="service_4">非常不满意</label>
|
</td>
|
</tr>
|
</table>
|
</tr>
|
</table>
|
<strong>3.您希望本馆在哪些方面进行改进?</strong>
|
<table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
|
<tr>
|
<table id="rdbtn_Improve" style="width:600px;">
|
<tr>
|
<td class="style1"><input id="improve_0" type="radio" name="improve"
|
value="服务产品"/><label
|
for="improve_0">服务产品</label></td>
|
<td class="style1"><input id="improve_1" type="radio" name="improve"
|
value="服务态度"/><label
|
for="improve_1">服务态度</label></td>
|
<td class="style1"><input id="improve_2" type="radio" name="improve"
|
value="服务环境与设施"/><label
|
for="improve_2">服务环境与设施</label></td>
|
<td class="style1"><input id="improve_3" type="radio" name="improve"
|
value="其他"/><label
|
for="improve_3">其他</label></td>
|
</tr>
|
</table>
|
</tr>
|
</table>
|
</div>
|
<div class="dc_row3">
|
<table>
|
<tr>
|
<td valign="top">
|
<strong>具体建议(选填):</strong>
|
</td>
|
<td>
|
<input name="suggest" id="suggest" class="easyui-textbox"
|
style="height:126px;width:626px;">
|
</input>
|
</td>
|
</tr>
|
</table>
|
</div>
|
<div class="btn_line">
|
<%-- <input type="submit" name="btn_submit" value="提交" id="btn_submit" />--%>
|
<%-- <input type="submit" name="btn_Close" value="下次再填" onclick="window.close(); return false;"--%>
|
<%-- id="btn_Close" />--%>
|
<button id="btn_submit" class="pt-btn pt-btn-success">提交
|
</button>
|
<button id="btn_close" class="pt-btn pt-btn-default" onclick="window.close(); return false;">下次再填</button>
|
</div>
|
</div>
|
</form>
|
</div>
|
</body>
|
<script type="text/javascript" src="static/scripts/ResizeScroll.js"></script>
|
<script>
|
$(function () {
|
new ResizeScroll({
|
"id": ".container",
|
fun: function () {
|
var wh = $(window).height();
|
return (wh - 2);
|
}
|
});
|
//绑定按钮事件
|
$("#btn_submit").click(function () {
|
|
var obj = $("#formRegister").serializeObject();
|
console.log(obj);
|
wcp.ui.setBusy("body", wcp.ajax({
|
url: "utilizationUser/saveUserQuestion",
|
data: JSON.stringify(obj),
|
}).done(function (result) {
|
//关闭窗口
|
closeWindow();
|
top.wcp.notify.success("提交成功!");
|
}));
|
});
|
|
|
})
|
|
function closeWindow() {
|
var index = top.layer.getFrameIndex(window.name); //获取窗口索引
|
top.layer.close(index);
|
}
|
|
</script>
|
</html>
|