Shinsuke Sugaya 9 роки тому
батько
коміт
8f16885789

+ 0 - 3
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

@@ -218,9 +218,6 @@ public interface FessHtmlPath {
     /** The path of the HTML: /admin/scheduledjob/index.jsp */
     HtmlNext path_AdminScheduledjob_IndexJsp = new HtmlNext("/admin/scheduledjob/index.jsp");
 
-    /** The path of the HTML: /admin/searchlist/confirmDelete.jsp */
-    HtmlNext path_AdminSearchlist_ConfirmDeleteJsp = new HtmlNext("/admin/searchlist/confirmDelete.jsp");
-
     /** The path of the HTML: /admin/searchlist/index.jsp */
     HtmlNext path_AdminSearchlist_IndexJsp = new HtmlNext("/admin/searchlist/index.jsp");
 

+ 0 - 87
src/main/webapp/WEB-INF/view/admin/searchlist/confirmDelete.jsp

@@ -1,87 +0,0 @@
-<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html>
-<html>
-<head>
-<meta charset="UTF-8">
-<title><la:message key="labels.admin_brand_title" /> | <la:message
-		key="labels.search_list_configuration" /></title>
-<jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
-</head>
-<body class="skin-blue sidebar-mini">
-	<div class="wrapper">
-		<jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include>
-		<jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
-			<jsp:param name="menuCategoryType" value="log" />
-			<jsp:param name="menuType" value="searchList" />
-		</jsp:include>
-
-		<div class="content-wrapper">
-
-			<%-- Content Header --%>
-			<section class="content-header">
-				<h1>
-					<la:message key="labels.search_list_title_confirm_delete" />
-				</h1>
-				<ol class="breadcrumb">
-					<li><la:link href="/admin/searchlist">
-							<la:message key="labels.search_list_title_confirm_delete" />
-						</la:link></li>
-				</ol>
-			</section>
-
-			<section class="content">
-
-				<%-- Form --%>
-				<la:form>
-					<div class="row">
-						<div class="col-md-12">
-							<div class="box box-primary">
-								<%-- Box Header --%>
-								<div class="box-header with-border"></div>
-								<%-- Box Body --%>
-								<div class="box-body">
-									<la:form>
-										<la:hidden property="query" />
-										<div>
-											<table class="bordered-table zebra-striped">
-												<tbody>
-													<tr>
-														<th style="width: 100px;"><la:message
-																key="labels.search_list_url" /></th>
-														<td style="width: 400px;">${f:h(url)}<la:hidden
-																property="docId" /></td>
-													</tr>
-												</tbody>
-												<tfoot>
-													<tr>
-														<td colspan="2">
-															<button type="reset" class="btn btn-danger" name="delete"
-																value="<la:message key="labels.crud_button_delete" />">
-																<la:message key="labels.crud_button_delete" />
-															</button>
-															<button type="submit" class="btn" name="search"
-																value="<la:message key="labels.crud_button_search" />">
-																<la:message key="labels.crud_button_back" />
-															</button>
-														</td>
-													</tr>
-												</tfoot>
-											</table>
-										</div>
-									</la:form>
-								</div>
-								<%-- Box Footer --%>
-								<div class="box-footer"></div>
-							</div>
-						</div>
-					</div>
-				</la:form>
-
-			</section>
-		</div>
-
-		<jsp:include page="/WEB-INF/view/common/admin/footer.jsp"></jsp:include>
-	</div>
-	<jsp:include page="/WEB-INF/view/common/admin/foot.jsp"></jsp:include>
-</body>
-</html>
-