%@ page import="org.opencms.util.CmsStringUtil, org.opencms.workplace.galleries.*, org.opencms.ade.upload.shared.I_CmsUploadConstants, org.opencms.ade.upload.CmsUploadActionElement" %>
<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %><%
//initialize the gallery instance
A_CmsAjaxGallery wp = new CmsAjaxHtmlGallery(pageContext, request, response);
//URL to /system/workplace/resources/ + "..."
String galleryResourcePath = org.opencms.workplace.CmsWorkplace.getSkinUri() + "components/galleries/";
String jQueryResourcePath = org.opencms.workplace.CmsWorkplace.getSkinUri() + "jquery/";
String jsIntegratorQuery = "";
//check in settings if the upload-applet is used
String uploadVariant = wp.getSettings().getUserSettings().getUploadVariant().toString();
%>
<%= wp.key(Messages.GUI_TITLE_HTMLGALLERY_0) %>
<% if (wp.isModeEditor()) { %>
<% } %>
<% if (wp.isModeWidget()) { %>
<% } %>
<%
if (uploadVariant.equals("gwt")) {
CmsUploadActionElement upload = new CmsUploadActionElement(pageContext, request, response);
%>
<%= upload.exportButton() %>
<%
}
%>
<%@ include file="%(link.strong:/system/workplace/galleries/galleryelements/gallerytabs_htmlgallery.html:3998586c-49e4-11de-b9be-350e680a0242)" %>
<%@ include file="%(link.strong:/system/workplace/galleries/htmlgallery/html/tab_preview_htmlgallery.html:4c571025-49f6-11de-9bb2-350e680a0242)" %>
<%@ include file="%(link.strong:/system/workplace/galleries/htmlgallery/html/tab_galleries_htmlgallery.jsp:53e2ca20-49df-11de-b9be-350e680a0242)" %>
<%
if (wp.isModeEditor() || wp.isModeWidget()) { %>
<%@ include file="%(link.strong:/system/workplace/galleries/htmlgallery/html/tab_categories_htmlgallery.jsp:53cd464c-49df-11de-b9be-350e680a0242)" %>
<%
}
%>
<%@ include file="%(link.strong:/system/workplace/galleries/galleryelements/searchdialog.html:01f57eeb-5f28-11de-8c07-2d12956623b5)" %>