% if (p.isPropertySet("localHelpAction")) {
String action = p.getProperty("localHelpAction");
%>
>
<%
}
if (p.isPropertySet("helpURL")) {
String helpUrl = "'" + p.getProperty("helpURL") + "'";
String helpURLFragment = "";
if (p.isPropertySet("helpURLFragment"))
helpURLFragment = p.getProperty("helpURLFragment"); %>
<%= helpURLFragment %>
<% } %>