Changeset 24963 in main
- Timestamp:
- 04/02/22 16:02:13 (4 months ago)
- Location:
- adopters/hi/trunk/src/main/webapps/hhdw-view/xslt/html/query/module
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/webapps/hhdw-view/xslt/html/query/module/builder/SiteSpecific.xslt
r24860 r24963 39 39 </xsl:param> 40 40 41 42 41 <xsl:param name="Page.usageAgreementDialogTitle">Hawai'i Department of Health HHDW Query System, Data Use Agreement</xsl:param> 43 42 <xsl:param name="Page.usageAgreementDialogContent"> … … 73 72 </li> 74 73 </ol><br/> 74 </xsl:param> 75 76 <xsl:param name="ApplyCriteria.overviewContent" 77 ibis:doc="For some reason wrapping a call template with a param for another 78 param with a [p] tag results in weird xml processing. Bug??? 79 " 80 > 81 This option remembers your currently selected filtering criteria and display 82 options and applies 83 (<xsl:call-template name="Help.popup"> 84 <xsl:with-param name="content" select="$ApplyCriteria.restrictionsHelpContent"/> 85 </xsl:call-template> ) to all subsequent dataset query requests. 86 87 This feature can help you save time and be consistent by automatically applying 88 your defined selections to other queryable datasets you open. 89 <div id="applyCriteriaOverviewDetailContent" style="margin-top: 1em"> 90 <xsl:choose> 91 <xsl:when test="$ApplyCriteria.isSet"> 92 This feature is currently enabled. You can press the "Clear Apply Criteria" 93 to turn this feature off. You can also press the "Set Apply Criteria" 94 button capture your current selections to be used as your new criteria 95 to be applied. 96 </xsl:when> 97 <xsl:otherwise> 98 For example, you may always prefer to display a county map and a horizontal 99 bar chart. You would make those initial selections, submit your selections, 100 and then click to apply this criteria feature. From that point on, those 101 selections will be automatically applied to all subsequent queryable datasets 102 you open when applicable. 103 </xsl:otherwise> 104 </xsl:choose> 105 </div> 75 106 </xsl:param> 76 107 -
adopters/hi/trunk/src/main/webapps/hhdw-view/xslt/html/query/module/result/SiteSpecific.xslt
r23856 r24963 36 36 </xsl:param> 37 37 38 <xsl:param name="ApplyCriteria.overviewContent" 39 ibis:doc="For some reason wrapping a call template with a param for another 40 param with a [p] tag results in weird xml processing. Bug??? 41 " 42 > 43 This option remembers your currently selected filtering criteria and display 44 options and applies 45 (<xsl:call-template name="Help.popup"> 46 <xsl:with-param name="content" select="$ApplyCriteria.restrictionsHelpContent"/> 47 </xsl:call-template> ) to all subsequent dataset query requests. 48 49 This feature can help you save time and be consistent by automatically applying 50 your defined selections to other queryable datasets you open. 51 <div id="applyCriteriaOverviewDetailContent" style="margin-top: 1em"> 52 <xsl:choose> 53 <xsl:when test="$ApplyCriteria.isSet"> 54 This feature is currently enabled. You can press the "Clear Apply Criteria" 55 to turn this feature off. You can also press the "Set Apply Criteria" 56 button capture your current selections to be used as your new criteria 57 to be applied. 58 </xsl:when> 59 <xsl:otherwise> 60 For example, you may always prefer to display a county map and a horizontal 61 bar chart. You would make those initial selections, submit your selections, 62 and then click to apply this criteria feature. From that point on, those 63 selections will be automatically applied to all subsequent queryable datasets 64 you open when applicable. 65 </xsl:otherwise> 66 </xsl:choose> 67 </div> 68 </xsl:param> 69 38 70 <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEMPLATES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> 39 71
Note: See TracChangeset
for help on using the changeset viewer.