<%@ page import="com.atlassian.webresource.api.UrlMode" %> <%@ page import="com.atlassian.webresource.api.WebResourceManager" %> <%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %> <%@ taglib uri="jiratags" prefix="jira" %> <% WebResourceManager webResourceManager = ComponentAccessor.getWebResourceManager(); webResourceManager.requireResourcesForContext("jira.inline.dialog"); webResourceManager.requireResourcesForContext("atl.inline.dialog"); webResourceManager.includeResources(out, UrlMode.RELATIVE); %> <%@ include file="/includes/decorators/xsrftoken.jsp" %>