Skip to content

Commit

Permalink
#6 提交实验代码
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaomahenhaoba committed Dec 1, 2016
1 parent 974a5b5 commit a49566d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion jweb/web/1414080902216/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<%@ taglib prefix="c"
uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
Expand Down Expand Up @@ -33,12 +34,20 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
</style>
</head>
<body>
<%
request.setAttribute("plan","12.01罗浮山班游");
%>
<div class="all">
<h2 align="center">聚会添加系统</h2>
<img src="juhui.jpg" alt="" width="100%"><br/><br/>
<div class="row">
<div class="col-xs-6 text"><button class="btn-info"><a href="1414080902216">添加聚会记录</a></button></div>
<div class="col-xs-6 text"><button class="btn-info"><a href="">查看聚会记录</a></button></div>
<ul>
<c:if test="${!empty plan}">
<li><c:out value="${plan}"/></li>
</c:if>
</ul>
</div>
</div>
</body>
Expand Down

0 comments on commit a49566d

Please sign in to comment.