Changeset 19879 in main for trunk/ibisph-view/src/main/webapp/xslt/html/query/module/result/Page.xslt
- Timestamp:
- 02/20/20 22:56:16 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/query/module/result/Page.xslt
r19868 r19879 97 97 <h3><xsl:value-of select="'Query Result Page Options'"/></h3> 98 98 99 <button type="button" accesskey="B" id="modifyButton" 100 title="Not seeing what you want? Click this to go to the query builder page." 101 onclick="location.href='{$SiteSpecific.builderURL}'" 102 > 103 Modify Query 104 <xsl:call-template name="Help.content"> 105 <xsl:with-param name="help"> 106 <TEXT> 107 Takes you to the query definition or query builder 108 page. This page allows you to change filtering 109 criteria, how your data is grouped, and the selection 110 of which chart and/or map to be used for the 111 visualization. 112 </TEXT> 113 </xsl:with-param> 114 </xsl:call-template> 115 </button> 116 117 <button type="button" accesskey="D" id="defaultQuery" title="Reloads the default query definition" 118 onclick="location.href='{concat($ibis.contextPath, 'query/result/', /QUERY_MODULE/REQUEST/CONFIGURATION_PATH, '.html?Reload=x')}'" 119 > 120 Run Default Query 121 <xsl:call-template name="Help.content"> 122 <xsl:with-param name="help"> 123 <TEXT> 124 Resets your query definition to the default selections 125 and settings and runs the query. 126 </TEXT> 127 </xsl:with-param> 128 </xsl:call-template> 129 </button> 130 131 <button type="button" accesskey="M" id="selectQueryMeasure" title="Select a new query dataset measure" 132 onclick="location.href='{concat($ibis.contextPath, /QUERY_MODULE/QUERY_CONFIGURATION_SELECTION/LOCAL_URL)}'" 133 > 134 Select Query Measure 135 <xsl:call-template name="Help.content"> 136 <xsl:with-param name="help"> 137 <TEXT> 138 Allows you to change the dataset measure to be queried. 139 </TEXT> 140 </xsl:with-param> 141 </xsl:call-template> 142 </button> 143 144 <button type="button" accesskey="D" id="saveDefinition" 145 title="Click this button to save the selections as a saved criteria definition" 146 onclick="location.href='{concat($ibis.contextPath, 'query/definition/from/result')}'" 147 > 148 Save Query Definition 149 <xsl:call-template name="Help.content"> 150 <xsl:with-param name="help"> 151 <TEXT> 152 Allows you to save your current filtering criteria and 153 display selections. These saved query definitions can 154 then be ran later and can even be shared with others. 155 156 NOTE: you will need to have either a free self registered 157 user account or a secure DOH account to be able to save 158 your definitions. 159 </TEXT> 160 </xsl:with-param> 161 </xsl:call-template> 162 </button> 163 164 <button type="button" accesskey="D" id="loadDefinition" 165 title="Click this button to access all query definitions" 166 onclick="location.href='{concat($ibis.contextPath, 'query/definition/index/MyDefinitions.html')}'" 167 > 168 Load Query Definition 169 <xsl:call-template name="Help.content"> 170 <xsl:with-param name="help"> 171 <TEXT> 172 Takes you to a page that shows a list of all of your 173 saved query defintions. You can then choose several 174 options to run the definition, refine it, or delete it. 175 176 NOTE: you will need to be logged in to be able to see 177 your definitions. 178 </TEXT> 179 </xsl:with-param> 180 </xsl:call-template> 181 </button> 99 <div class="Container Buttons"> 100 <button type="button" accesskey="B" id="modifyButton" 101 onclick="location.href='{$SiteSpecific.builderURL}'" 102 > 103 Modify Query 104 <xsl:call-template name="Help.content"> 105 <xsl:with-param name="help"> 106 <TEXT> 107 Not seeing what you want? Click this to go to the 108 query definition commonly called the query builder 109 page. This page allows you to change filtering 110 criteria, how your data is grouped, and the selection 111 of an optional data visualization chart and/or map. 112 </TEXT> 113 </xsl:with-param> 114 </xsl:call-template> 115 </button> 116 117 <button type="button" accesskey="D" id="defaultQuery" 118 onclick="location.href='{concat($ibis.contextPath, 'query/result/', /QUERY_MODULE/REQUEST/CONFIGURATION_PATH, '.html?Reload=x')}'" 119 > 120 Run Default Query 121 <xsl:call-template name="Help.content"> 122 <xsl:with-param name="help"> 123 <TEXT> 124 Resets your query definition to the default selections 125 and settings and runs the query. 126 </TEXT> 127 </xsl:with-param> 128 </xsl:call-template> 129 </button> 130 131 <button type="button" accesskey="M" id="selectQueryMeasure" 132 onclick="location.href='{concat($ibis.contextPath, /QUERY_MODULE/QUERY_CONFIGURATION_SELECTION/LOCAL_URL)}'" 133 > 134 Select Query Measure 135 <xsl:call-template name="Help.content"> 136 <xsl:with-param name="help"> 137 <TEXT> 138 Allows you to change the dataset measure to be queried. 139 </TEXT> 140 </xsl:with-param> 141 </xsl:call-template> 142 </button> 143 144 <button type="button" accesskey="D" id="saveDefinition" 145 onclick="location.href='{concat($ibis.contextPath, 'query/definition/from/result')}'" 146 > 147 Save Query Definition 148 <xsl:call-template name="Help.content"> 149 <xsl:with-param name="help"> 150 <TEXT> 151 Allows you to save your current filtering criteria and 152 display selections. These saved query definitions can 153 then be ran later and can even be shared with others. 154 155 NOTE: you will need to have either a free self registered 156 user account or a secure DOH account to be able to save 157 your definitions. 158 </TEXT> 159 </xsl:with-param> 160 </xsl:call-template> 161 </button> 162 163 <button type="button" accesskey="D" id="loadDefinition" 164 onclick="location.href='{concat($ibis.contextPath, 'query/definition/index/MyDefinitions.html')}'" 165 > 166 Load Query Definition 167 <xsl:call-template name="Help.content"> 168 <xsl:with-param name="help"> 169 <TEXT> 170 Takes you to a page that shows a list of all of your 171 saved query defintions. You can then choose several 172 options to run the definition, refine it, or delete it. 173 174 NOTE: you will need to be logged in to be able to see 175 your definitions. 176 </TEXT> 177 </xsl:with-param> 178 </xsl:call-template> 179 </button> 180 </div> 182 181 </div> 183 182 … … 195 194 <xsl:with-param name="otherDimensionTitle" select="$otherDimensionTitle"/> 196 195 </xsl:call-template> 197 <br/>198 196 199 197 <xsl:choose>
Note: See TracChangeset
for help on using the changeset viewer.