Changeset 19868 in main for trunk/ibisph-view/src/main/webapp/xslt/html/query/module/builder/Page.xslt
- Timestamp:
- 02/19/20 00:49:59 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/query/module/builder/Page.xslt
r19867 r19868 242 242 </button> 243 243 244 <button type="button" accesskey="M" id="SelectNewMeasure" title="Select a new query dataset measure" 245 onclick="location.href='{concat($ibis.contextPath, /QUERY_MODULE/QUERY_CONFIGURATION_SELECTION/LOCAL_URL)}'" 246 > 247 Select Query Measure 248 <xsl:call-template name="Help.content"> 249 <xsl:with-param name="help"> 250 <TEXT> 251 Allows you to change the measure to be queried. 252 </TEXT> 253 </xsl:with-param> 254 </xsl:call-template> 255 </button> 256 257 <button type="button" accesskey="M" id="SelectNewMeasure" title="Reloads the default query definition" 244 <button type="button" accesskey="M" id="defaultQuery" title="Reloads the default query definition" 258 245 onclick="location.href='{concat($ibis.contextPath, 'query/builder/', /QUERY_MODULE/REQUEST/CONFIGURATION_PATH, '.html?Reload=x')}'" 259 246 > 260 Reload Selections247 Load Default Query 261 248 <xsl:call-template name="Help.content"> 262 249 <xsl:with-param name="help"> … … 272 259 </button> 273 260 261 <button type="button" accesskey="M" id="selectQueryMeasure" title="Select a new query dataset measure" 262 onclick="location.href='{concat($ibis.contextPath, /QUERY_MODULE/QUERY_CONFIGURATION_SELECTION/LOCAL_URL)}'" 263 > 264 Select Query Measure 265 <xsl:call-template name="Help.content"> 266 <xsl:with-param name="help"> 267 <TEXT> 268 Allows you to change the measure to be queried. 269 </TEXT> 270 </xsl:with-param> 271 </xsl:call-template> 272 </button> 273 274 274 <button type="button" accesskey="D" id="saveDefinition" 275 275 title="Click this button to save the selections as a saved criteria definition" … … 288 288 </button> 289 289 290 <button type="button" accesskey=" D" id="saveDefinition"290 <button type="button" accesskey="L" id="loadDefinition" 291 291 title="Click this button to access all query definitions" 292 292 onclick="location.href='{concat($ibis.contextPath, 'query/definition/index/MyDefinitions.html')}'"
Note: See TracChangeset
for help on using the changeset viewer.