<!DOCTYPE html>
<html lang="zh-CN">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<meta name="description" content="遇到维修难题?无需烦恼!联系站长寻求帮助,快速解决您的问题。填写表单,详细描述您的问题,我们将尽快为您提供解决方案。">
	<meta name="keywords" content="维修互助, 维修求助, 站长帮助, 问题解决">
	<meta charset="UTF-8">
	<title>向站长求助 - 维修互助平台</title>
	<link rel='shortcut icon' href='favicon.ico' />
	<link rel="stylesheet" href="public/css/base.css" />
	<link rel="stylesheet" href="public/css/style.css" />
	<link rel="stylesheet" href="public/jquery/jqueryui-1.8.18.css" />
	<script type="text/javascript" src="public/jquery/jquery-1.7.1.min.js"></script>
	<link href="http://apps.bdimg.com/libs/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
	<!--font-awesome 核心CSS文件-->
	<link href="//cdn.bootcss.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
	<!-- 在bootstrap.min.js 之前引入 jquery -->
	<script src="http://apps.bdimg.com/libs/jquery/2.0.0/jquery.min.js"></script>
	<!-- Bootstrap 核心js文件 -->
	<script src="http://apps.bdimg.com/libs/bootstrap/3.3.0/js/bootstrap.min.js"></script>
	<style type="text/css">
		.qr-code {
			width: 200px;
			height: 200px;
			margin: 20px;
		}
		.txt {
			text-align: center;
		}
	</style>
</head>
<body>
<jsp:include page="header.jsp" flush="true"/>
<div class="container">
	<div class="row">
		<div class="col-md-6">
			<form action="help!writesave" method="post">
				<form>
					<div class="form-group">
						<label for="title">问题简述</label>
						<input type="text" class="form-control" id="title" name="title">
					</div>
					<div class="form-group">
						<label for="phone">联系方式</label>
						<input type="phone" class="form-control" id="phone" name="phone">
					</div>
					<div class="form-group">
						<label for="message">遇到的问题:</label>
						<textarea class="form-control" id="message"  name="info" rows="5"></textarea>
					</div>
					<label for="captcha">验证码:</label>
					<input type="text" id="captcha" name="captcha">
					<img src="CaptchaServlet" alt="captcha" onclick="this.src='CaptchaServlet?'+Math.random()" ><br>
					<button type="submit" class="btn btn-primary" onclick="return checkForm()">提交</button>
<pre><code>			&lt;/form&gt;
		&lt;/form&gt;
	&lt;/div&gt;

	&lt;%--右侧的三张图片--%&gt;
	&lt;div class=&quot;col-md-6&quot;&gt;
		&lt;div class=&quot;row&quot;&gt;
			&lt;div class=&quot;col-md-12&quot;&gt;
				&lt;img src=&quot;common/pic/gzhcode.jpg&quot; alt=&quot;QR Code&quot; class=&quot;qr-code&quot;&gt;
				&lt;a style=&quot;font-size: 20px&quot;&gt;扫描左侧二维码关注我们&lt;/a&gt;
				&lt;p class=txt&gt;扫描二维码,关注我们。&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;col-md-6&quot;&gt;
				&lt;img src=&quot;common/pic/code2.png&quot; alt=&quot;Mini Program Code&quot; class=&quot;qr-code&quot;&gt;
				&lt;p class=txt&gt;扫描小程序码,进入小程序。&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;col-md-6&quot;&gt;
				&lt;img src=&quot;https://via.placeholder.com/200x200&quot; alt=&quot;Mini Program Code&quot; class=&quot;qr-code&quot;&gt;
				&lt;p class=txt&gt;扫描小程序码,进入小程序。&lt;/p&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
</code></pre>
</div>
<script>
	function checkForm() {
		var captcha = document.getElementById("captcha").value;
		if (captcha == '') {
			alert("请输入验证码!");
			return false;
		}
		return true;
	}
</script>
<p>&lt;jsp:include page=&quot;footer.jsp&quot; flush=&quot;true&quot;/&gt;</p>
</body>
</html>
向站长求助 - 维修互助平台

原文地址: https://www.cveoy.top/t/topic/fyiJ 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录