gallery_buttonbar.jsp

来自「找了很久才找到到源代码」· JSP 代码 · 共 27 行

JSP
27
字号
<%@ page session="false" import="
	org.opencms.jsp.*, 
	org.opencms.workplace.*,
	org.opencms.workplace.galleries.*
"%><%		// initialize action element for link substitution	CmsJspActionElement cms = new CmsJspActionElement(pageContext, request, response);		// get gallery instance	A_CmsGallery wp = A_CmsGallery.createInstance(cms);
 %><%= wp.htmlStart(null) %>
 
<%@ include file="gallery.js" %>
</head><body class="buttons-head" unselectable="on"><form class="nomargin" name="form" action="gallery_buttonbar.jsp" onSubmit="return editProperty('<%=wp.getParamResourcePath()%>');" method="post"><input type="hidden" name="<%= CmsDialog.PARAM_ACTION %>" value="<%= A_CmsGallery.DIALOG_EDITPROPERTY %>"><input type="hidden" name="<%= A_CmsGallery.PARAM_GALLERYPATH %>" value="<%= wp.getParamGalleryPath() %>"><input type="hidden" name="<%= A_CmsGallery.PARAM_RESOURCEPATH %>" value="<%= wp.getParamResourcePath() %>"><input type="hidden" name="<%= A_CmsGallery.PARAM_DIALOGMODE %>" value="<%= wp.getParamDialogMode() %>"><input type="hidden" name="<%= A_CmsGallery.PARAM_FIELDID %>" value="<%= wp.getParamFieldId() %>"><%= wp.buildGalleryButtonBar() %></form></body><%= wp.htmlEnd() %>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?