You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gdms/web/download.jsp

41 lines
1.0 KiB

<%--
Created by IntelliJ IDEA.
User: lenovo
Date: 2019/1/13
Time: 15:18
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>资料下载</title>
<link type="text/css" rel="stylesheet" href="cssFile/download_style.css">
<script type="text/javascript" src="jsFile/jquery-3.3.1.js"></script>
</head>
<body>
<div class="updated">
<div class="download-select">
<div class="download-retrieval">
资料下载
</div>
</div>
<div class="downloadList">
<div class="download-list-frame">
<a href="##">
<div class="link-frame">开题报告书下载</div>
</a>
<a href="##">
<div class="link-frame">论文模板下载</div>
</a>
<a href="##">
<div class="link-frame">开题纪要表下载</div>
</a>
<a href="##">
<div class="link-frame">信息下载</div>
</a>
</div>
</div>
</div>
</body>
</html>