|  |  | <%@ page language="java" contentType="text/html; charset=UTF-8"
 | 
						
						
						
							|  |  | 	pageEncoding="UTF-8"%>
 | 
						
						
						
							|  |  | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 | 
						
						
						
							|  |  | <html>
 | 
						
						
						
							|  |  | <head>
 | 
						
						
						
							|  |  | <meta charset="utf-8">
 | 
						
						
						
							|  |  | <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						
						
						
							|  |  | <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						
						
						
							|  |  | <title></title>
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | <!-- Bootstrap -->
 | 
						
						
						
							|  |  | <link href="../css/bootstrap.min.css" rel="stylesheet">
 | 
						
						
						
							|  |  | <!-- jQuery (Bootstrap 的所有 JavaScript 插件都依赖 jQuery,所以必须放在前边) -->
 | 
						
						
						
							|  |  | <script src="../js/jquery.min.js"></script>
 | 
						
						
						
							|  |  | <script src="../js/bootstrap.min.js"></script>
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | <link rel="stylesheet" id="templatecss" type="text/css" href="../public/css/message.css">
 | 
						
						
						
							|  |  | </head>
 | 
						
						
						
							|  |  | <body id="home">
 | 
						
						
						
							|  |  | <script>
 | 
						
						
						
							|  |  | //$(document).ready(function () {
 | 
						
						
						
							|  |  | //	var date = new Date(+new Date()+8*3600*1000).toISOString().replace(/T/g,' ').replace(/\.[\d]{3}Z/,'');
 | 
						
						
						
							|  |  | //	alert(date);//2017-01-22 11:08:46
 | 
						
						
						
							|  |  | //	$('#date_info').val(today);
 | 
						
						
						
							|  |  | //})
 | 
						
						
						
							|  |  | </script>
 | 
						
						
						
							|  |  | 		<div class="rain">
 | 
						
						
						
							|  |  | 			<div class="border start">
 | 
						
						
						
							|  |  | 				<form action="14messageSub.jsp" method="post">
 | 
						
						
						
							|  |  | 					<label for="mes" style="margin-left:36%;">留言板</label>
 | 
						
						
						
							|  |  | 					<textarea id="mes" name="msg" placeholder="请输入您的留言" style="height:50%;width:90%"></textarea>
 | 
						
						
						
							|  |  | 					<!-- <label for="date">日期</label>-->
 | 
						
						
						
							|  |  | 					<!-- <input id="date" type="text" name="time" placeholder="请输入时间" style="width:90%"/><br> -->
 | 
						
						
						
							|  |  | 					<!-- <input type="datetime_local" id="date_info" placeholder="请输入时间"/> -->
 | 
						
						
						
							|  |  |  					<br><br>
 | 
						
						
						
							|  |  |                     <div align="center">
 | 
						
						
						
							|  |  |                     <button type="submit" class="btn btn-warning" style="margin-left:0">提交</button>   
 | 
						
						
						
							|  |  |                     <button type="reset" class="btn btn-danger" style="margin-right:0">重置</button>   
 | 
						
						
						
							|  |  |                     <button type="reset" class="btn btn-info" style="margin-right:0" onClick="location.href='15checkMessage.jsp'">查看留言</button>
 | 
						
						
						
							|  |  | 					</div>
 | 
						
						
						
							|  |  | 				</form>
 | 
						
						
						
							|  |  | 			</div>
 | 
						
						
						
							|  |  | 		</div>
 | 
						
						
						
							|  |  | 	</body>
 | 
						
						
						
							|  |  | </body>
 | 
						
						
						
							|  |  | </html> |