Changeset 2164

Show
Ignore:
Timestamp:
08/31/10 14:54:42 (1 year ago)
Author:
lois
Message:

NM View app update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/adopters/nm/webapp/css/site_specific/footer.css

    r1905 r2164  
    2323        border: none 0; 
    2424        border-top: 1px dashed #000;/*the border*/ 
    25         width: 500px; 
     25        width: 80%px; 
    2626        height: 1px;/*whatever the total width of the border-top and border-bottom equal*/ 
    2727} 
     
    4040#footer #HPCLogo 
    4141{ 
    42         margin-left:            -8px; 
    43         float:                          left; 
    44         margin-top:                     -105px; 
     42        float:                  left; 
     43        display:                        block; 
     44        height:                         110px;   
     45        /*margin-top:           -105px;*/ 
    4546} 
     47#footer #EPHTLogo 
     48{ 
     49        float:                  left; 
     50        display:                        block; 
     51        height:                         110px;   
     52} 
     53#footer #copyrightNotice 
     54{ 
     55        padding-top:            0px; 
     56        padding-bottom:         10px; 
     57        color:                  #bbbbbb; 
     58} 
     59 
    4660 
    4761 
  • trunk/adopters/nm/webapp/css/site_specific/header.css

    r1321 r2164  
    7474#siteHeader  
    7575{ 
    76         height:                        0px; 
     76        height:                 0px; 
    7777        background-image:       none; 
    7878} 
  • trunk/adopters/nm/webapp/xml/home/html_content/News.xml

    r1767 r2164  
    1919                <company>Utah Department of Health/Software Technology Group</company> 
    2020                <versions> 
    21  
    22                         <version><number>3.0</number><date>Mar 5, 2008</date><who>Lois</who> 
    23                                 <description>Adapted for New Mexico</description> 
    24                         </version> 
    25  
     21                        <version><number>1.1</number><date>Aug31, 2010</date><who>Lois</who><description>Updated with redflag indicator message</description></version> 
     22                        <version><number>1.0</number><date>Mar 5, 2008</date><who>Lois</who><description>Adapted for New Mexico</description></version> 
    2623                </versions> 
    2724        </ibis:doc> 
     
    132129                                        <h2 title="Listed below are the new features of the NM-IBIS web site">System Enhancements</h2> 
    133130                                        <ul> 
    134                                                 <li><a href="" onclick="javascript:return false;" class="Popup">New Statistical Stability Indicator (7/09) 
     131                                                <li><a href="" onclick="javascript:return false;" class="Popup">NMDOH Small Numbers Rule (Apr 2010) 
     132                                                        <div class="Container"><div class="SubContainer"> 
     133                                                                All NM-IBIS query modules have been modified to use the NMDOH small numbers reporting rule.  
     134                                                                This change causes the IBIS query system to suppress fewer table cells than it had previously  
     135                                                                been suppressing. 
     136                                                        </div></div> 
     137                                                </a></li> 
     138                                                <li><a href="" onclick="javascript:return false;" class="Popup">New Statistical Stability Indicator (Jul 2009) 
    135139                                                        <div class="Container"><div class="SubContainer"> 
    136140                                                                A statistical stability indicator has been created, and will begin to appear on various 
     
    139143                                                        </div></div> 
    140144                                                </a></li> 
    141                                                 <li><a href="" onclick="javascript:return false;" class="Popup">New Glossary Section (10/08) 
     145                                                <li><a href="" onclick="javascript:return false;" class="Popup">New Glossary Section (Oct 2008) 
    142146                                                        <div class="Container"><div class="SubContainer"> 
    143147                                                                A "Glossary" button has been added to the Resources and Help Section. The glossary 
     
    146150                                                        </div></div> 
    147151                                                </a></li> 
    148                                                 <li><a href="" onclick="javascript:return false;" class="Popup">New Resources and Help Section (8/08) 
     152                                                <li><a href="" onclick="javascript:return false;" class="Popup">New Resources and Help Section (Aug 2008) 
    149153                                                        <div class="Container"><div class="SubContainer"> 
    150154                                                                A new top tab has been created to house all IBIS help links, including 
  • trunk/adopters/nm/webapp/xml/query/module/hidd/HIDD.xml

    r2101 r2164  
    2828                <PARAMETER> 
    2929                        <NAME>sas</NAME> 
    30                         <VALUE>2</VALUE> 
     30                        <VALUE>3</VALUE> 
    3131                </PARAMETER> 
    3232                <PARAMETER> 
     
    155155                                                <DESCRIPTION>95% Confidence Interval Upper Limit (See the Glossary under the Resources and Help tab for a definition of "Confidence Interval")</DESCRIPTION> 
    156156                                        </UPPER_CONFIDENCE_LIMIT> 
     157                                        <RELIABILITY_FLAG> 
     158                                                <TITLE>Statistical Stability</TITLE> 
     159                                                <DESCRIPTION>Statistical stability indicator for rates.</DESCRIPTION>   
     160                                        </RELIABILITY_FLAG> 
    157161                                        <XSLT_FORMAT_PATTERN>#,###.#</XSLT_FORMAT_PATTERN> 
    158162                                </MEASURE> 
     
    161165                                <PARAMETER> 
    162166                                        <NAME>func</NAME> 
    163                                         <VALUE>AgeRate.def</VALUE> 
     167                                        <VALUE>AgeRateNM.def</VALUE> 
    164168                                </PARAMETER> 
    165169                        </PARAMETERS> 
  • trunk/adopters/nm/webapp/xml/query/module/hidd/HIDDInj.xml

    r2135 r2164  
    155155                                                <DESCRIPTION>95% Confidence Interval Upper Limit (See the Glossary under the Resources and Help tab for a definition of "Confidence Interval")</DESCRIPTION> 
    156156                                        </UPPER_CONFIDENCE_LIMIT> 
     157                                        <RELIABILITY_FLAG> 
     158                                                <TITLE>Statistical Stability</TITLE> 
     159                                                <DESCRIPTION>Statistical stability indicator for rates.</DESCRIPTION>   
     160                                        </RELIABILITY_FLAG> 
    157161                                        <XSLT_FORMAT_PATTERN>#,###.#</XSLT_FORMAT_PATTERN> 
    158162                                </MEASURE> 
     
    161165                                <PARAMETER> 
    162166                                        <NAME>func</NAME> 
    163                                         <VALUE>AgeRate.def</VALUE> 
     167                                        <VALUE>AgeRateNM.def</VALUE> 
    164168                                </PARAMETER> 
    165169                        </PARAMETERS> 
  • trunk/adopters/nm/webapp/xml/query/module/mort/selections/CauseDeath9.xml

    r2070 r2164  
    66                <TEXT_INPUT> 
    77                        <MAX_LENGTH>125</MAX_LENGTH> 
     8                        <SIZE>60</SIZE> 
    89                </TEXT_INPUT> 
    910        </SELECTION_TYPE> 
  • trunk/adopters/nm/webapp/xml/text/query/News.xml

    r1957 r2164  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    22 
     3<!-- 
     4        query/selection/birth/BirthSelection.html 
     5        query/selection/mort/MortSelection.html 
     6        query/selection/mort/InjMortSelection.html 
     7         
     8        query/selection/brfss/BRFSSSelection.html 
     9        query/selection/yrrs/YRRSSelection.html 
     10        query/selection/prams/PRAMSSelection.html 
     11         
     12        query/selection/idepi/IDepiSelection.html 
     13 
     14        query/selection/pop/PopSelection.html 
     15--> 
     16 
    317        <ul xmlns:ibis="http://www.ibisph.org"> 
     18         
     19                <li>2007 and 2008 data were added for the  
     20                        <a ibis:href="query/selection/brfss/BRFSSSelection.html">Behavioral Risk Factor Survey Query Module</a>.  
     21                        The BRFSS Query Module now includes data from 2004 through 2008. (updated: Apr 2010)  
     22                </li> 
     23                <li>2008 and 2009 data were added for the  
     24                        <a ibis:href="query/selection/mort/MortSelection.html">Mortality Query Module</a>.  
     25                        The Death Data Query Module now includes data for 159,926 New Mexico deaths from 1999 through 2009. (updated: Jul 2010)  
     26                </li> 
     27                <li>The <a ibis:href="query/selection/pop/PopSelection.html">Infectious Disease Query Module</a>  
     28                        is now automatically updated every night with data from the New Mexico Electronic Disease Surveillance  
     29                        System (NM-EDSS). (updated: Jul 2010)  
     30                </li> 
     31                <br/> 
     32        </ul> 
    433 
     34        <!-- 
    535                <li>2008 data were added for the  
    6                         <a ibis:href="query/selection/pop/PopSelection.html">Population Estimates Query Module</a>  
     36                        <a ibis:href="query/selection/pop/PopSelection.html">Population Estimates Query Module</a>.  
    737                        The Population Estimates Query Module now includes data from 1990 through 2008 by county, sex, age and race/ethnicity.  
    838                        (updated: Mar 2010) 
    939                </li> 
    1040                <li>2007 data were added for the  
    11                         <a ibis:href="query/selection/yrrs/YRRSSelection.html">Youth Risk and Resiliency Survey (YRRS) Query Module</a>  
     41                        <a ibis:href="query/selection/yrrs/YRRSSelection.html">Youth Risk and Resiliency Survey (YRRS) Query Module</a>.  
    1242                        The YRRS Query Module now includes data from <span class="Bold">over 28,000 student surveys</span> from 2001 through 2007.  
    1343                        (updated: Jan 2010) 
    1444                </li> 
    1545                <li>2007 data were added for the  
    16                         <a ibis:href="query/selection/mort/MortSelection.html">Death Certificates Query Module</a> The Death Certificates Query Module 
     46                        <a ibis:href="query/selection/mort/MortSelection.html">Death Certificates Query Module</a>. The Death Certificates Query Module 
    1747                        now includes <span class="Bold">129,134 New Mexico deaths</span> from 1999 through 2007. (updated: Jan 2010) 
    1848                </li> 
    1949                <li>1990 and 2007 data were added for the  
    20                         <a ibis:href="query/selection/birth/BirthSelection.html">Birth Certificates Query Module</a> The Birth Certificate Query Module 
     50                        <a ibis:href="query/selection/birth/BirthSelection.html">Birth Certificates Query Module</a>. The Birth Certificate Query Module 
    2151                        now includes <span class="Bold">501,339 New Mexico births</span> from 1990 through 2007. (updated: Dec 2009) 
    2252                </li> 
    23                 <br/> 
    24         </ul> 
     53        --> 
    2554                 
    2655         
  • trunk/adopters/nm/webapp/xml/text/resources/News.xml

    r1767 r2164  
    1515        <ul> 
    1616         
     17<!--8/31/2010)--> 
     18                <li><a ibis:href="resources/Glossary.html#M">MMWR Week</a></li> 
     19                <li><a ibis:href="resources/Glossary.html#R">Relative Standard Error</a></li> 
    1720<!--7/24/09)--> 
    1821                <li><a ibis:href="resources/Glossary.html#A">Attributable Fraction</a></li> 
  • trunk/adopters/nm/webapp/xslt/html/SiteSpecific.xslt

    r2147 r2164  
    293293                <a href="http://www.hpc.state.nm.us/" id="HPCLogo"><img src="{$ibis.urlPrefix}image/HPC_IBIS Logo_white.JPG"  
    294294                alt="New Mexico Health Policy Commission Logo" title="NM-IBIS is produced in collaboration with the New Mexico Health Policy Commission"/></a> 
     295                <a href="http://nmtracking.unm.edu//" id="EPHTLogo"><img src="{$ibis.urlPrefix}image/EPHTlogo.gif"  
     296                alt="New Mexico Environmental Public Health Tracking Logo" title="NM-IBIS is produced in collaboration with the New Mexico Environmental Public Health Tracking Program"/></a> 
    295297                <br/> 
    296298                <span class="Bold">Mailing address</span>: 1190 S. St. Francis Dr. Santa Fe, NM &#160;&#160; 87502<br/> 
     
    309311                <br/><br/> 
    310312 
    311                 <span class="Italicize"> 
     313                <span id="DOHMission"> 
    312314                        The mission of the New Mexico Department of Health is to promote health  
    313315                        and sound health policy, prevent disease and disability, improve health  
     
    315317                        safety net services are available to New Mexicans. 
    316318                </span> 
    317                 <hr/> 
    318                 Copyright © State of New Mexico Department of Health ~ All rights reserved. 
    319                 <xsl:if test="string-length($ibis.XMLModifedDate) &gt; 0"> 
    320                         <br/> 
    321                         Updated: <xsl:value-of select="$ibis.XMLModifedDate"/> 
    322                 </xsl:if> 
     319                <div id="copyrightNotice"> 
     320                        <hr/> 
     321                        The information published on this  
     322                        website may be reproduced without permission. Please use the following  
     323                        citation: &quot;Retrieved <xsl:value-of select="ibis:getFormattedCurrentDateTime()"/> 
     324                        from New Mexico Department of Health, Indicator-Based  
     325                        Information System for Public Health Web site: http://ibis.health.state.nm.us&quot;. 
     326                        <xsl:if test="string-length($ibis.XMLModifedDate) &gt; 0"> 
     327                                Updated: <xsl:value-of select="$ibis.XMLModifedDate"/> 
     328                        </xsl:if> 
     329                </div> 
    323330        </div> 
    324331 
    325332        <div id="printPageFooter"> 
    326333                The information provided above is from the New Mexico Department of  
    327                 Health's Center for Health Data NM-IBIS web site  
     334                Health's NM-IBIS web site  
    328335                (http://ibis.health.state.nm.us).  The information published on this  
    329336                website may be reproduced without permission. Please use the following  
    330337                citation: &quot;Retrieved <xsl:value-of select="ibis:getFormattedCurrentDateTime()"/> 
    331                 from New Mexico Department of Health, Center for Health Data, Indicator-Based  
     338                from New Mexico Department of Health, Indicator-Based  
    332339                Information System for Public Health Web site: http://ibis.health.state.nm.us&quot;. 
    333340