Skip to main content
Indiana University

New Media

IU Bloomington Template

Before downloading this template, please review IU's Web Standards.

This template was created to assist individuals maintaining and creating IU Bloomington departmental and organizational Web pages. The template meets all IU Web standards—including priority 1 guidelines for accessibility as established by the World Wide Web Consortium—but has not yet been redesigned to reflect the Integrated Image Initiative guidelines.

Until new templates become available, units can download the existing Web template. This template is primarily designed for Bloomington-only departments units. Units that serve multiple campuses and are considered to be university-wide units should use the Gateway templates.

For questions about this template, contact the ocs [at] indiana [dot] edu (IU Office of Creative Services).

About the Templates

The template consists of four files: a header file, a footer file, a left navigation file, and a content file. Although these four files are separate, the content file contains programming that puts all of these elements together online. These "Server Side Include" (SSI) statements greatly simplify Web site maintenance. Each page of a site will share the header, footer, and navigation files so only one file has to be modified to update an entire site. For example, a 10-page site will consist of 10 content pages, yet only one header file, one footer file, and one navigation file.

SHTML files are the established naming system for html files that make use of SSIs. Changing the ".shtml" file extension to anything else could interfere with the functioning of the includes.

The template styles are controlled by a Cascading Style Sheet that is included with the download. Its function is to control the font, font colors and sizes, margin widths, and general page layout. The style sheet will control most elements of the page, so formatting the site is uncecessary. The only formatting you will apply are bold, italics, and underlines.

Download the Template

The template folder can be downloaded to your computer and unzipped to expand the files. The folder contains two folders and seven SHTML files.

Folders

Files

  • _footer.shtml
  • _header.shtml
  • _leftnav.shtml
  • _search.shtml
  • index.shtml
  • page1.shtml
  • page2.shtml

Click on the appropriate link for your system:

Unix System Instructions

  1. Open an SSH connection to your account ( download SSH ).
  2. Go into your www directory ( cd www ).
  3. Make a test directory ( mkdir test ).
  4. Go into the test folder ( cd test ).
  5. Copy the tar archive from the identity account to your current directory
    (cp /ip/identity/www/media/iub/zip/iubtpl02.tar ).
  6. To extract the archive, type tar -xvf iubtpl02.tar in the command line; this command saves all the extracted files into the current directory.
  7. Customize the template using pico, or any other text editor.
  8. When the template is customized, copy the files from the test directory to the www folder.

Note regarding IIS servers: In the HTML on index, page1, and page2, you will notice the following code: <!--#include virtual="xxx.shtml"-->.

If your department is using a Windows-based IIS Web server instead of the Veritas central server to host its site, you will need to change that statement to: <!--#include file="xxx.shtml" --> ("file" instead of " virtual").

Template Elements

IU Bloomington Template Snapshot

Send comments regarding IU Bloomington templates to iuweb [at] indiana [dot] edu (iuweb@indiana.edu).