Skip to content

Commit

Permalink
#109#3提交实验代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Vialyn committed Oct 19, 2016
1 parent 202ebbd commit c69db16
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions labs/1414080902202/index.jsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML>
<html>
<meta charset="utf-8">
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">
<!-- 可选的Bootstrap主题文件(一般不用引入) -->
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap-theme.min.css">
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="http://cdn.bootcss.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="index.js"></script>
<style type="text/css">
body{
background-color:#FFCC00;
}
.text2{border:3px;width:350px;height:50px;font-size:16px;line-height:1.6;}
.bt{
width:100px;
}
</style>
<head>
<title>某滴出行网</title>
</head>
<body bgcolor="yellow">
<form action=""method="post"id="target">
<p >
<font size="6"color="#FFFFFF">某滴欢迎您~</font>
</p>
<hr size="15px" noshade>
<p align="center"><font size="5"color="#ffffff"><b>您好,您现在要去哪儿?</b></font></p>
<ul>
<li>
<p>
<a href="http://developer.baidu.com/map/carhome.htm"><font size="5"color="#ffffff">您现在在哪?(查看定位)</font></a>
</p></li>
<br>
<li>
<p>
<a href="http://developer.baidu.com/map/carhome.htm"><font size="5"color="#ffffff">您要去哪儿?</font></a>
</p>
</li>
</ul>
<hr size="15px" noshade>
<p>
<font size="5"color="#ffffff"><b>您想搭乘:</b></font>
</p>
<p>
<input type="checkbox"name="way1"value="A1"><font size="4"color="#ff6600">快车</font></input>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="checkbox"name="way2"value="A2"><font size="4"color="#ff6600">出租车</font></input>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="checkbox"name="way3"value="A3"><font size="4"color="#ff6600">专车</font></input>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="checkbox"name="way4"value="A4"><font size="4"color="#ff6600">顺风车</font></input>
</p>
<p align="center">
<a href="http://blog.sina.com.cn/s/blog_a1da9c5b0102wxlz.html"><font size="5"color="#ffffff">计价规则</font></a>
</p>
<br>
<p align="center">
<input style="background:#ffffff;color:black;width: 250px; height: 50px;"type="submit"class="btn"id="button1"value="呼叫快车"></input>
</p>
<br>
<p>
<font size="5"color="#ffffff"><b>祝您乘坐愉快!*—*</b></font>
</p>
</form>
</body>
</html>

0 comments on commit c69db16

Please sign in to comment.