University of Texas at Austin
Libraries Home | My Account | Renew Items | Sitemap | Help

University of Texas Libraries

Introduction
First Impressions

Graphic Elements
Overview
Nomenclature
Wordmark
Departmental Identity
Incorrect Usage
The Book logo
Colors
Typeface

Libraries Style
Overview
Photography
Brochures & Templates
Office Memos
Fax Cover Sheets
Signage

Electronic Media
Web Pages
- Libraries Web Site Template
- Wordmark for the Web
- Style Sheets
- Accessibility
- Colors
Powerpoint Presentations
Email Signatures
Email Newsletters

Contact Information
Contact
Troubleshooting

Electronic Media

Web Pages

Libraries Web Site Template

All of the header and footer information on our web pages are programmatically generated using the following php scripts.

       = change to content relevant to your site

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Libraries Web Site Template - University of Texas Libraries</title>
<meta name="maintainer" content="Steve Williams, TIS" />
<meta name="package" content="lib-style" />
<?php include('2nd-header.php'); ?>
</head>

<body bgcolor="#ffffff">
<?php

$location='<a href="/about/site.html">About This Site</a> >
<a href="index.html">University of Texas Libraries Graphic Guidelines</a> >
Libraries Web Site Template
';

$menuitems=' <p><a href="/">First navigation item</a></p> <p><a href="second.html">Second navigation item</a></p> <p><a href="third.html">Third navigation item</a></p> ';
include('2nd-surround.php');
?>

<h2>Electronic Media</h2>


[CONTENT]

<?php include('2nd-foot.php'); ?>
</body>
</html>
*note: if you use an apostrophe in the php sections, you must comment it out with a back slash:
ex: what's new would be what\'s new

Page Titles

Your page title (<title>):

Breadcrumb Trail

Your breadcrumbs:

 

Consistency

Strive for consistency between Link Labels, Page Titles, Page Headings, and Breadcrumbs

 

Side Navigation

Side navigation should be as consistent as possible within a subsection of the site.  Trying to add contextual navigation –guessing which links will be most important to users—on individual pages, tends to backfire and actually cause confusion for users.

Template Variations

You may exclude the side menu by emptying the variable $menuitems.

<?php

$location='<a href="/about/site.html">About This Site</a> > 
<a href="index.html">University of Texas Libraries Graphic Guidelines</a> >
Libraries Web Site Template
'; $menuitems=''; include('2nd-surround.php'); ?>

Download Libraries Web Site Template