📄 deploy.jsp
字号:
<%-- * Licensed under the GPL License. You may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://probe.jstripe.com/d/license.shtml * * THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. --%><%@ page contentType="text/html;charset=UTF-8" language="java" session="false" %><%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c' %><%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %><html><head> <title><spring:message code="probe.jsp.title.deployment"/></title> <link rel="stylesheet" href="${pageContext.request.contextPath}<spring:theme code="deploy.css"/>" type="text/css"/></head><body><c:set var="navTabDeploy" value="active" scope="request"/><c:if test="${! empty errorMessage}"> <div class="errorMessage"> <p> ${errorMessage} </p> </div></c:if><c:if test="${! empty successMessage}"> <div id="successMessage"> ${successMessage}<c:if test="${! empty compiled_app}"> <a href="<c:url value="/app/jsp.htm"><c:param name="webapp" value="${compiled_app}"/></c:url>"><spring:message code="probe.jsp.deployment.compilationDetails"/></a></c:if> </div></c:if><div id="deploy"> <div id="deployScenario1" class="deploy"> <span class="deployLabel"><spring:message code="probe.jsp.deployment.s1.title"/></span> <div class="deployDescription"><spring:message code="probe.jsp.deployment.s1.description"/></div> <form action="<c:url value="/adm/war.htm"/>" method="post" enctype="multipart/form-data"> <dl> <dt><label for="war"><spring:message code="probe.jsp.deployment.s1.file.label"/> <em>*</em></label></dt> <dd><input id="war" type="file" name="war" size="90"/></dd> <dt><label for="context"><spring:message code="probe.jsp.deployment.s2.context.label"/> </label></dt> <dd><input id="context" type="text" name="context" size="90"/></dd> <dt><span class="cb"><input id="update" type="checkbox" name="update" value="yes"/><label for="update"> <spring:message code="probe.jsp.deployment.s1.update.label"/></label></span></dt> <dt><span class="cb"><input id="discard" type="checkbox" name="discard" value="yes"/><label for="discard"> <spring:message code="probe.jsp.deployment.s1.discard.label"/></label></span></dt> <dt><span class="cb"><input id="compile" type="checkbox" name="compile" value="yes"/><label for="compile"> <spring:message code="probe.jsp.deployment.s1.compile.label"/></label></span></dt> <dd class="submit"> <input class="b" type="submit" value="<spring:message code="probe.jsp.deployment.s1.submit"/>"/> </dd> </dl> </form> </div> <div id="deployScenario2" class="deploy"> <span class="deployLabel"><spring:message code="probe.jsp.deployment.s2.title"/></span> <div class="deployDescription"><spring:message code="probe.jsp.deployment.s2.description"/></div> <form action="<c:url value="/adm/deploycontext.htm"/>" method="get"> <dl> <dt><label for="context2"><spring:message code="probe.jsp.deployment.s2.context.label"/></label> <em>*</em></dt> <dd><input id="context2" type="text" name="context" size="90"/></dd> <dd class="submit"> <input class="b" type="submit" value="<spring:message code="probe.jsp.deployment.s1.submit"/>"/> </dd> </dl> </form> </div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -