%@ page import="org.opencms.util.CmsStringUtil, org.opencms.workplace.galleries.*" %><%
//initialize the gallery instance
A_CmsAjaxGallery wp = new CmsAjaxLinkGallery(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_LINKGALLERY_0) %>
<% if (wp.isModeEditor()) { %>
<% } %>
<% if (wp.isModeWidget()) { %>
<% } %>
<%@ include file="%(link.strong:/system/workplace/galleries/galleryelements/gallerytabs_linkgallery.html:71563081-451f-11de-80e1-350e680a0242)" %>
<%@ include file="%(link.strong:/system/workplace/galleries/linkgallery/html/tab_galleries_linkgallery.jsp:7c5ddb29-451c-11de-80e1-350e680a0242)" %>
<%
if (wp.isModeEditor() || wp.isModeWidget()) { %>
<%@ include file="%(link.strong:/system/workplace/galleries/linkgallery/html/tab_categories_linkgallery.jsp:7c546545-451c-11de-80e1-350e680a0242)" %>
<%
}
%>
<%@ include file="%(link.strong:/system/workplace/galleries/galleryelements/searchdialog.html:01f57eeb-5f28-11de-8c07-2d12956623b5)" %>