Indian Health Service Standards and Guidelines

For Internet and Intranet Services


Download Version of document (PDF format, 100KB)

Table Of Contents

Goal
Introduction
Purpose
Level of Compliance


Accessibility
Accuracy/Timeliness/Currency
Acronym Use
Audio Clips
Browsers
Cookies
Copyright
Design Format
Development Server
Directory Structure
Disclaimers
Electronic Reading Room
E-Mail Addresses
File Format
File Size
Files
Footer
Forms
Frames
GILS
Graphics
Header
Home Page
Home Page Links
HTML
Image Maps
Images
Information Approval and Clearances
Information Collection/Surveys
Information/System Protection
Information Published
Java
JavaScript
Links (Dead)
Links (Live)
META Tags
Navigation
Netiquette
Robots
Search Engines
Security
Tables
Testing
Text Only Alternative
Titles
Under Construction
URL's
Usage Monitoring
Web Site Establishment


 

Header

To standardize the process of finding information on web sites that reside on IHS Headquarters servers, the header navigation "include" statement listed below is to be included on all web pages. To determine if a page may be an exception, please e-mail webmaster@ihs.gov. Web sites that reside on other IHS servers are encouraged to use a similar format.

The navigation bar is processed on the server prior to the web browser receiving the page. This works with all browsers. However, the navigation bar does require the web server to do the processing. When designing a web site, the navigation bar is not visible until the pages are moved to the IHS Development server.

Standards

  1. The "include" statement for the header navigation bar for pages on the IHS Internet server should be placed immediately following the <BODY> tag. 

    Example for .ASP, .HTM, or .HTML filename extensions:
  2. <BODY>
    <!--#include virtual="/GeneralWeb/WebComponents/Navigation/NavBars/navigation.asp"-->

    Example for .CFM (ColdFusion)  filename extension:
    <BODY>
    < CFINCLUDE TEMPLATE="/GeneralWeb/WebComponents/Navigation/NavBars/navigation.cfm">

  3. The "include" statement for the header navigation bar for pages on the IHS Intranet server should be placed immediately following the <BODY> tag.

    Example for .ASP, .HTM, or .HTML filename extensions:
    <BODY>
    <!--#include virtual="/GeneralWeb/WebComponents/NavBars/nav_header.asp"-->

    Example for .CFM (ColdFusion)  filename extension:
    <BODY>
    < CFINCLUDE TEMPLATE="/IntraGeneralWeb/WebComponents/NavBars/nav_header.cfm">

Guidelines

None

 

Date Change History
 6-1-2000 New:  Standard number 1:  Examples have been updated

New:  Standard number2:  Requirement for Intranet headers

Removed:  Requirement to center header

 

Please E-Mail questions or comments to the  IHS Standards and Guidelines Committee

Previous ] Next ]