Last change
on this file since 3609 was
3609,
checked in by Garth Braithwaite, 10 years ago
|
ut ut secure view - committed ZW's secure view webapp. This version was what ZW and Scott worked on with the AGRC map being used for selection and final output. It also provides low level LHD selection security via a MySQL db table. THIS TIME FROM THE TEST SERVER NOT THE DEV SERVER.
|
File size:
1010 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | |
---|
3 | <SECTIONS xmlns:ibis="http://www.ibisph.org"> |
---|
4 | |
---|
5 | <ibis:doc> |
---|
6 | <name>menu/sections</name> |
---|
7 | <summary>Core static menu XML items</summary> |
---|
8 | <description> |
---|
9 | This file contains basic XML elements used by an XSLT to create the |
---|
10 | approp HTML related navigation elements (via apply templates). |
---|
11 | </description> |
---|
12 | |
---|
13 | <author>Garth Braithwaite</author> |
---|
14 | <company>Software Technology Group/Utah Department of Health</company> |
---|
15 | <versions> |
---|
16 | <version> |
---|
17 | <number>1.0</number> |
---|
18 | <date>Jan 30, 2008</date> |
---|
19 | <who>Garth</who> |
---|
20 | <description>initial release</description> |
---|
21 | </version> |
---|
22 | </versions> |
---|
23 | </ibis:doc> |
---|
24 | |
---|
25 | <NAME>siteNavigationMenu</NAME> |
---|
26 | <TITLE>Top Tab Navigation Menu</TITLE> |
---|
27 | |
---|
28 | <ibis:include href="home_section.xml"/> |
---|
29 | <ibis:include href="publications_section.xml"/> |
---|
30 | <ibis:include href="indicator_section.xml"/> |
---|
31 | <ibis:include href="query_section.xml"/> |
---|
32 | <ibis:include href="epht_section.xml"/> |
---|
33 | <!--ibis:include href="metadata_section.xml"/--> |
---|
34 | </SECTIONS> |
---|
35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.