Changeset 25180 in main
- Timestamp:
- 05/03/22 14:11:56 (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm-epht/trunk/src/main/webapps/nmepht-view/xslt/html/query/module/result/SiteSpecific.xslt
r23531 r25180 39 39 40 40 <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEMPLATES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> 41 <xsl:template name="Page.contentOptions">42 <div class="ContentOptions">43 <h3><xsl:value-of select="'Query Result Page Options'"/></h3>44 45 <div class="Container Buttons">46 <button type="button" accesskey="B" id="modifyButton"47 onclick="location.href='{$Page.builderURL}'"48 >49 Modify Query50 <xsl:call-template name="Help.content">51 <xsl:with-param name="help">52 <TEXT>53 Not seeing what you want? Click this to go to the54 query definition commonly called the query builder55 page. This page allows you to change filtering56 criteria, how your data is grouped, and the selection57 of an optional data visualization chart and/or map.58 </TEXT>59 </xsl:with-param>60 </xsl:call-template>61 </button>62 63 <button type="button" accesskey="D" id="saveDefinition"64 onclick="location.href='{concat($ibis.baseRequestPath, 'query/definition/from/result')}'"65 >66 Save Query Definition67 <xsl:call-template name="Help.content">68 <xsl:with-param name="help">69 <TEXT>70 Allows you to save your current filtering criteria and71 display selections. These saved query definitions can72 then be ran later and can even be shared with others.73 74 NOTE: you will need to have either a free self registered75 user account or a secure DOH account to be able to save76 your definitions.77 </TEXT>78 </xsl:with-param>79 </xsl:call-template>80 </button>81 82 </div>83 </div>84 </xsl:template>85 41 86 42 </xsl:stylesheet>
Note: See TracChangeset
for help on using the changeset viewer.