1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <%@ page language="java" contentType="text/html; charset=utf-8"
| pageEncoding="utf-8"%>
| <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
| <c:set var="ctx" value="${pageContext.request.contextPath}"/>
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
| <html>
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
| <title>任务清单</title>
| <script src="${ctx}/static/jquery/jquery-1.9.1.min.js" type="text/javascript"></script>
| </head>
| <body>
| <h1>领取失败,请重试!</h1>
| </body>
| </html>
|
|