%@ page import="com.atlassian.jira.web.util.ProductVersionDataBeanProvider" %> <%@ page import="com.atlassian.plugin.webresource.WebResourceManager" %> <%@ taglib uri="webwork" prefix="ww"%> <%@ taglib uri="webwork" prefix="ui" %> <%@ taglib uri="webwork" prefix="aui" %> <%@ taglib uri="sitemesh-page" prefix="page" %> <%@ taglib uri="sitemesh-decorator" prefix="decorator" %> <% // Plugins 2.5 allows us to perform context-based resource inclusion. This defines the context "atl.error" final WebResourceManager webResourceManager = ComponentAccessor.getComponent(WebResourceManager.class); webResourceManager.requireResourcesForContext("atl.general"); webResourceManager.requireResourcesForContext("jira.general"); webResourceManager.requireResourcesForContext("atl.message"); webResourceManager.requireResourcesForContext("jira.message"); webResourceManager.requireResourcesForContext("atl.error"); // Backwards compatible for plugins webResourceManager.requireResourcesForContext("jira.error"); // Backwards compatible for plugins %>
<%@ include file="/includes/decorators/aui-layout/head-common.jsp" %> <%@ include file="/includes/decorators/aui-layout/head-resources.jsp" %>