%@ taglib uri="sitemesh-decorator" prefix="decorator" %>
<% if (p.isPropertySet("localHelpAction")) {
String action = p.getProperty("localHelpAction");
%>
<%=action%>
this
style="float:right;"
<%
}
if (p.isPropertySet("helpURL")) {
String helpUrl = "'" + p.getProperty("helpURL") + "'";
String helpURLFragment = "";
if (p.isPropertySet("helpURLFragment"))
helpURLFragment = p.getProperty("helpURLFragment"); %>
<%= helpURLFragment %>
<% } %>