<%@ page import="com.atlassian.jira.web.util.HelpUtil"%> <%@ page import="com.atlassian.jira.ComponentManager" %> <%@ taglib uri="webwork" prefix="webwork" %> <%-- Provides help on a topic. Sample usage: Code use: com.atlassian.jira.web.util.HelpUtil helpUtil = new com.atlassian.jira.web.util.HelpUtil(request.getRemoteUser(), request.getContextPath()); request.setAttribute("helpUtil", helpUtil); --%> <%----%> <% // pico tries to find a satisfiable constructor for HelpUtil, whilst none exists. This is quite slow for performance reasons HelpUtil helpUtil = new HelpUtil(); request.setAttribute("helpUtil", helpUtil); %> <%-- Open local help in a popup window --%> " onclick="var child = window.open('', 'jiraLocalHelp', 'width=600, height=500, resizable, scrollbars=yes'); child.focus(); return false;"> <%-- Open remote help (docs) in a new window --%> " target="_jirahelp"> align= align=right border="0" alt="" title=" ">