1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | |
---|
3 | <SELECTION xmlns:ibis="http://www.ibisph.org"> |
---|
4 | |
---|
5 | <ibis:doc> |
---|
6 | <name>menu/navigation/indicatorContextSelection</name> |
---|
7 | <summary>Core static Report menu XML items</summary> |
---|
8 | <description> |
---|
9 | This file contains basic XML elements used by an XSLT to create the |
---|
10 | approp Report HTML navigation elements (via apply templates). |
---|
11 | </description> |
---|
12 | |
---|
13 | <author>Garth Braithwaite</author> |
---|
14 | <company>Software Technology Group/Utah Department of Health</company> |
---|
15 | </ibis:doc> |
---|
16 | |
---|
17 | <NAME>indicatorContextMenu</NAME> |
---|
18 | <DESCRIPTION>Indicator Reports Intro page if clicked otherwise Indicator Reports menu</DESCRIPTION> |
---|
19 | <TITLE>Explore Indicators</TITLE> |
---|
20 | |
---|
21 | <SELECTIONS> |
---|
22 | <SELECTION> |
---|
23 | <TITLE>Introduction</TITLE> |
---|
24 | <DESCRIPTION>Introduction to Health Indicator Profile Reports</DESCRIPTION> |
---|
25 | <LOCAL_URL>indicator/Introduction.html</LOCAL_URL> |
---|
26 | </SELECTION> |
---|
27 | <SELECTION> |
---|
28 | <TITLE>Contents and Usage</TITLE> |
---|
29 | <DESCRIPTION>More detailed information about Indicator Profile data available on this NM-IBIS web site</DESCRIPTION> |
---|
30 | <LOCAL_URL>indicator/ContentUsage.html</LOCAL_URL> |
---|
31 | </SELECTION> |
---|
32 | |
---|
33 | <SELECTION> |
---|
34 | <TITLE>Indicator Profiles by Topic</TITLE> |
---|
35 | <DESCRIPTION>Locate the Health Indicator Report to view via a hierarchical topical index</DESCRIPTION> |
---|
36 | <LOCAL_URL>indicator/index/Categorized.html</LOCAL_URL> |
---|
37 | </SELECTION> |
---|
38 | <SELECTION> |
---|
39 | <TITLE>Alphabetical List of all Indicator Profiles</TITLE> |
---|
40 | <DESCRIPTION>Complete list of all health indicator reports sorted alphabetically</DESCRIPTION> |
---|
41 | <LOCAL_URL>indicator/index/Alphabetical.html</LOCAL_URL> |
---|
42 | </SELECTION> |
---|
43 | </SELECTIONS> |
---|
44 | |
---|
45 | </SELECTION> |
---|
46 | <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End of File ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> |
---|