source: main/adopters/nj/branches/2.3/src/main/webapps/doh-shad-content/xml/query/module/mort/section/Year04-Pres.xml @ 25107

Last change on this file since 25107 was 25107, checked in by Maria Baron, 13 months ago

2020 final death query

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2
3<SECTION xmlns:ibis="http://www.ibisph.org">
4        <NAME>Year04-Pres</NAME>
5        <TITLE>Select year of death</TITLE>
6        <DESCRIPTION>Choose year of death.  Default selection is most recent year of data available.</DESCRIPTION>
7        <SELECTED_DIMENSIONS>
8        <!--    <SELECTED_DIMENSION>
9                        <NAME>YearProxy</NAME>
10                        <VALUES><VALUE>Year</VALUE></VALUES>
11                </SELECTED_DIMENSION> -->  <!--  commented out for now by MLB of 11/14/08 -->
12                <SELECTED_DIMENSION>
13                        <NAME>Year04-Pres</NAME>
14                        <VALUES>
15                                <VALUE>2020</VALUE>
16                        </VALUES>
17                </SELECTED_DIMENSION>
18        </SELECTED_DIMENSIONS>
19
20        <SELECTIONS>
21                <TITLE>Use Ctrl to make multiple selections or drag the mouse to select consecutive years.</TITLE>
22                <ibis:include href="../help/Year04-Pres.xml"/>
23                <SELECTION>
24                        <TITLE>All years</TITLE>
25                </SELECTION>
26                <DIMENSION_NAME>Year04-Pres</DIMENSION_NAME>
27                <SELECTION_TYPE>
28                        <LIST>
29                                <SIZE>18</SIZE> <!--  Increase as more years are added.  MLB  1/8/09 -->
30                                <MULTIPLE/>
31                        </LIST>
32                </SELECTION_TYPE>
33        </SELECTIONS>
34</SECTION>
35
Note: See TracBrowser for help on using the repository browser.