Changeset 12474 in main
- Timestamp:
- 12/07/16 17:19:15 (6 years ago)
- Location:
- adopters/nm/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/cancer
- Files:
-
- 6 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/cancer/Cancer.xml
r12193 r12474 207 207 <ibis:include href="section/Geo.xml"/> 208 208 <ibis:include href="section/Year.xml"/> 209 <ibis:include href="section/Age .xml"/>209 <ibis:include href="section/AgeGrpPublic.xml"/> 210 210 <ibis:include href="section/Sex.xml"/> 211 211 <ibis:include href="section/RacEth.xml"/> … … 232 232 <ibis:include href="dimension/AgeGrp7.xml"/> 233 233 <ibis:include href="dimension/AgeGrp8.xml"/> 234 <ibis:include href="dimension/AgeGrp9.xml"/> 234 235 <ibis:include href="dimension/AgeGrp4.xml"/> 235 236 <ibis:include href="dimension/AgeGrp4ML.xml"/> -
adopters/nm/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/cancer/CancerSarea.xml
r12212 r12474 213 213 <ibis:include href="section/GeoSarea.xml"/> 214 214 <ibis:include href="section/YearSarea.xml"/> 215 <ibis:include href="section/Age .xml"/>215 <ibis:include href="section/AgeGrpPublic.xml"/> 216 216 <ibis:include href="section/Sex.xml"/> 217 217 <ibis:include href="section/RacEth.xml"/> … … 231 231 <ibis:include href="dimension/GeoUrbanRur.xml"/> 232 232 233 <ibis:include href="dimension/YearSarea.xml"/> 233 <!--<ibis:include href="dimension/YearSarea.xml"/>--> 234 <ibis:include href="dimension/_range/YearGrp3.xml"/> 235 <ibis:include href="dimension/_range/YearRangeAll.xml"/> 234 236 235 237 <ibis:include href="dimension/AgeGrpProxy.xml"/> … … 237 239 <ibis:include href="dimension/AgeGrp13.xml"/> 238 240 <ibis:include href="dimension/AgeGrp7.xml"/> 241 <ibis:include href="dimension/AgeGrp9.xml"/> 239 242 <ibis:include href="dimension/AgeGrp8.xml"/> 240 243 <ibis:include href="dimension/AgeGrp4.xml"/> -
adopters/nm/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/cancer/section/Age.xml
r6521 r12474 11 11 </SELECTED_DIMENSION> 12 12 </SELECTED_DIMENSIONS> 13 13 14 14 <SELECTIONS> 15 15 <NAME>AgeGrpProxy</NAME> -
adopters/nm/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/cancer/section/YearSarea.xml
r12212 r12474 1 <?xml version="1.0" encoding=" ISO-8859-1"?>1 <?xml version="1.0" encoding="iso-8859-1"?> 2 2 3 3 <SECTION xmlns:ibis="http://www.ibisph.org"> 4 <NAME>Year</NAME> 5 <TITLE>TIME PERIOD: Select year(s)</TITLE> 6 4 <NAME>YearSarea</NAME> 5 <TITLE>TIME PERIOD: Select year range</TITLE> 7 6 <SELECTED_DIMENSIONS> 8 7 <SELECTED_DIMENSION> 9 <NAME>Year</NAME> 10 <VALUES> 11 <VALUE>2013</VALUE> 12 <VALUE>2012</VALUE> 13 <VALUE>2011</VALUE> 14 <VALUE>2010</VALUE> 15 </VALUES> 8 <NAME>YearProxy</NAME> 9 <VALUES><VALUE>YearGrp3</VALUE></VALUES> 10 </SELECTED_DIMENSION> 11 <SELECTED_DIMENSION> 12 <NAME>YearGrp3</NAME> 13 <VALUES><VALUE>2010-2013</VALUE></VALUES> 16 14 </SELECTED_DIMENSION> 17 15 </SELECTED_DIMENSIONS> 18 16 19 17 <SELECTIONS> 20 < TITLE>Select years.</TITLE>21 < ibis:include href="../help/Year.xml"/>22 <D IMENSION_NAME>Year</DIMENSION_NAME>18 <NAME>YearProxy</NAME> 19 <TITLE>Select a Year Range</TITLE> 20 <DESCRIPTION>Select a range of years for data filter or cross tabulation</DESCRIPTION> 23 21 <SELECTION_TYPE> 24 <LIST> 25 <SIZE>8</SIZE> 26 <MULTIPLE/> 27 </LIST> 22 <SINGLE/> 28 23 </SELECTION_TYPE> 24 25 <SELECTION> 26 <TITLE>All available years</TITLE> 27 <SELECTIONS> 28 <TITLE>Combine all data years</TITLE> 29 <DIMENSION_NAME>YearRangeAll</DIMENSION_NAME> 30 <SELECTION_TYPE> 31 <LIST> 32 <SINGLE/> 33 <SIZE>3</SIZE> 34 </LIST> 35 </SELECTION_TYPE> 36 </SELECTIONS> 37 </SELECTION> 38 <SELECTION> 39 <!--<TITLE>5-year Groups (Recommended for Most Analyses)</TITLE> 40 <SELECTIONS> 41 <TITLE>Select a 5-year Group</TITLE> 42 <DIMENSION_NAME>YearGrp5</DIMENSION_NAME> 43 <SELECTION_TYPE> 44 <LIST> 45 <SINGLE/> 46 <SIZE>3</SIZE> 47 </LIST> 48 </SELECTION_TYPE> 49 </SELECTIONS> 50 </SELECTION> 51 <SELECTION>--> 52 <TITLE>3-year Groups (Estimates May Be Unstable)</TITLE> 53 <SELECTIONS> 54 <TITLE>Select a 3-year Group</TITLE> 55 <DIMENSION_NAME>YearGrp3</DIMENSION_NAME> 56 <SELECTION_TYPE> 57 <LIST> 58 <SINGLE/> 59 <SIZE>5</SIZE> 60 </LIST> 61 </SELECTION_TYPE> 62 </SELECTIONS> 63 </SELECTION> 64 29 65 </SELECTIONS> 30 66 </SECTION> 67
Note: See TracChangeset
for help on using the changeset viewer.