mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 17:04:33 +08:00
Delete project-search.jsp
This commit is contained in:
parent
43fdd640fd
commit
0bd77879ae
1 changed files with 0 additions and 27 deletions
|
@ -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>
|
Loading…
Reference in a new issue