download.jsp
1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<jsp:include page="${ctx }/view/common/meta.jsp" />
<link href="${ctx }/resource/css/load.css" rel="stylesheet" type="text/css" />
</head>
<body>
<jsp:include page="${ctx}/view/common/header.jsp" />
<div class="bigbox">
<h2>下载</h2>
<div id="loadpc">
<div class="loadpcleft"></div>
<div class="loadpcright">
<a href="" class="btnw pcclient">敬请期待</a>
</div>
</div>
<div class="clear"></div>
<div id="loadanzhuo" class="margintop10">
<div class="loadpcleft"></div>
<div class="loadpcright">
<div class="loadpcright">
<div class="anDroiddownload left"></div>
<div class="left marginleft85">
<a href="${ctx}/downloadFile?file=3005&type=0" class="btnw pcclient">APP下载</a>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<div id="loadiphone" class="margintop10">
<div class="loadpcleft"></div>
<div class="loadpcright">
<div class="iosdownload"></div>
<!-- <img src="${ctx}/resource/images/download/iosdownload.jpg"></img> -->
</div>
<div class="clear"></div>
</div>
</div>
<jsp:include page="${ctx}/view/common/bottom.jsp" />
</body>
<script>
$(function() {
$("#downLoad").css("color", "#f00");
})
</script>
</html>