Changeset 19879 in main for trunk/ibisph-view/src/main/webapp/xslt/html/SiteSpecific.xslt
- Timestamp:
- 02/20/20 22:56:16 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/SiteSpecific.xslt
r19868 r19879 223 223 224 224 <xsl:template name="Page.footer"> 225 <footer id="footer"> 226 <div class="Row"> 227 <div class="Section"> 228 <h3>NM-IBIS</h3> 229 <ul> 230 <li><a href="{$ibis.contextPath}about/ContactInformation.html">Contact Us</a></li> 231 <li><a href="{$ibis.contextPath}about/ContentUsage.html">Contents and Usage</a></li> 232 <li><a href="{$ibis.contextPath}about/Background.html">Background</a></li> 233 </ul> 225 <div id="footer"> 226 <footer id="screenPageFooter"> 227 <nav class="Row"> 228 <div class="Block"> 229 <h3>NM-IBIS</h3> 230 <ul> 231 <li><a href="{$ibis.contextPath}about/ContentUsage.html">Contents and Usage</a></li> 232 <li><a href="{$ibis.contextPath}about/Background.html">Background</a></li> 233 <li><a href="{$ibis.contextPath}about/ContactInformation.html">Contact Us</a></li> 234 </ul> 235 </div> 236 <div class="Block"> 237 <h3>Related Web Sites</h3> 238 <ul> 239 <li><a href="http://nmhealth.org/" title="New Mexico Department of Health Website">NM Department of Health</a></li> 240 <li><a href="http://nmtracking.org/" title="New Mexico Environmental Public Health Tracking Program">NM EPHT Tracking</a></li> 241 <li><a href="http://www.ibisph.org/">IBIS-PH Community</a></li> 242 </ul> 243 </div> 244 <div class="Block"> 245 <h3>Legal</h3> 246 <ul> 247 <li><a href="{$ibis.contextPath}about/WebCitation.html">Web Citation</a></li> 248 <li><a href="http://nmhealth.org/help/privacy">Privacy Policy</a></li> 249 <li><a href="http://nmhealth.org/help/disclaimer">Use Disclaimer</a></li> 250 </ul> 251 </div> 252 <div class="Block" style="float: right; width: 270px; padding: 0.3em 1rem 1rem 1rem; background-color: #445566; margin-right: 0;"> 253 <h3>Help us help you by providing feedback about this site or page:</h3> 254 <input type="button" value="Email Us..." style="width: 100%; font-size: 1rem; padding: 1rem; cursor: pointer; margin-top: 0.5em;"/> 255 </div> 256 </nav> 257 258 <div class="Row"> 259 <div class="Bottom"> 260 <div> 261 The information published on this website may be 262 reproduced without permission. Please use the following citation: <br/> 263 "Retrieved <xsl:value-of select="ibis:getFormattedDate(current-date())"/> 264 from the New Mexico Department of Health Indicator-Based Information System 265 <br/>(NM-IBIS) for Public Health Web site: http://ibis.health.state.nm.us" 266 <xsl:if test="string-length($Page.XMLModifedDate) != 0"> 267 <div class="LastModified">Page Content Updated: <xsl:value-of select="$Page.XMLModifedDate"/></div> 268 </xsl:if> 269 </div> 270 </div> 234 271 </div> 235 <div class="Section"> 236 <h3>DOH</h3> 237 <ul> 238 <li><a href="http://health.utah.gov/index.html">DOH Home</a></li> 239 <li><a href="http://health.utah.gov/contact/index.html">Contact DOH</a></li> 240 <li><a href="http://health.utah.gov/about/index.html">A-Z List</a></li> 241 <li><a href="http://health.utah.gov/about/index.html">About Us</a></li> 242 </ul> 243 </div> 244 <div class="Section"> 245 <h3>Legal</h3> 246 <ul> 247 <li><a href="{$ibis.contextPath}about/WebCitation.html">Web Citation</a></li> 248 <li><a href="http://health.utah.gov/about/privacy.html">Privacy Policy</a></li> 249 <li><a href="http://health.utah.gov/about/disclaimer.html">Use Disclaimer</a></li> 250 </ul> 251 </div> 252 <div class="Section"> 253 <h3>Other</h3> 254 <ul> 255 <li><a href="http://www.utah.gov/">State Website</a></li> 256 <li><a href="http://epht.health.utah.gov/epht-view/" title="IBIS-PH is produced in collaboration with the Utah Environmental Public Health Tracking Program">EPHT Tracking Website</a></li> 257 <li><a href="http://www.ibisph.org/">IBIS-PH Community of Practice</a></li> 258 </ul> 259 </div> 260 </div> 261 262 <div class="Row"> 263 <div class="Bottom"> 264 <img src="{$ibis.contextPath}image/doh_logo_footer.png" 265 onclick="javascript:location.href='http://health.utah.gov/'" title="UDOH Link" 266 alt="Department of Health Logo" 267 /> 268 269 <div> 270 The information published on this 271 website may be reproduced without permission. Please use the following 272 citation: "Retrieved <xsl:value-of select="ibis:getFormattedDate(current-date())"/> 273 from the Department of Health, Indicator-Based 274 Information System for Public Health Web site: http://ibis.health.gov" 275 <xsl:if test="string-length($Page.XMLModifedDate) != 0"> 276 <div class="LastModified">Page Content Updated: <xsl:value-of select="$Page.XMLModifedDate"/></div> 277 </xsl:if> 278 </div> 279 </div> 280 </div> 281 </footer> 282 283 <!-- had to wrap a div within so FF would format correctly... --> 284 <footer id="printPageFooter"> 285 <xsl:copy-of select="$SiteSpecific.printPageFooter"/> 286 </footer> 272 </footer> 273 274 <!-- had to wrap a div within so FF would format correctly... --> 275 <footer id="printPageFooter"> 276 <xsl:copy-of select="$SiteSpecific.printPageFooter"/> 277 </footer> 278 </div> 279 287 280 </xsl:template> 288 281 … … 293 286 <ul> 294 287 <li> 295 <a href="http://www.linkedin.com/shareArticle?url={$ibis. requestURL}"288 <a href="http://www.linkedin.com/shareArticle?url={$ibis.RemoteRequestURL}" 296 289 title="Share this page on LinkedIn" 297 290 rel="nofollow" target="_blank" … … 301 294 </li> 302 295 <li> 303 <a href="http ://www.facebook.com/sharer.php?url={$ibis.requestURL}"296 <a href="https://www.facebook.com/sharer.php?u={$ibis.RemoteRequestURL}" 304 297 title="Share this page on Facebook" 305 298 rel="nofollow" target="_blank" … … 309 302 </li> 310 303 <li> 311 <a href=" javascript:window.open('http://twitter.com/share?url=' + location.href)"304 <a href="https://twitter.com/intent/tweet?url={$ibis.RemoteRequestURL}" 312 305 title="Share this page on Twitter" 313 306 rel="nofollow" target="_blank"
Note: See TracChangeset
for help on using the changeset viewer.