Delete project-search.jsp

This commit is contained in:
RB 2020-07-30 11:20:08 +08:00 committed by GitHub
parent 43fdd640fd
commit 0bd77879ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,27 +0,0 @@
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<!DOCTYPE html>
<html>
<head>
<%@ include file="/_include/Head.jsp"%>
<title>项目列表</title>
</head>
<body>
<div class="rb-wrapper rb-fixed-sidebar rb-collapsible-sidebar rb-collapsible-sidebar-hide-logo">
<jsp:include page="/_include/NavTop.jsp">
<jsp:param value="${projectName}" name="pageTitle"/>
</jsp:include>
<jsp:include page="/_include/NavLeft.jsp">
<jsp:param value="nav_entity-PROJECT" name="activeNav"/>
</jsp:include>
<div class="rb-content">
<div class="page-head page-head-sm">
<div class="page-head-title">项目列表</div>
</div>
<div class="main-content container-fluid">
</div>
</div>
</div>
<%@ include file="/_include/Foot.jsp"%>
</body>
</html>