VERSION 1.2
The content of the WSU Global Header and the WSU Global footer was revised and a link to the WSU "favorites" icon was added.
Updating 1.1 to 1.2
Paste the red code below within the page <head> tag as indicated. Existing page code is shown in gray.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>WSU Web Template Guidelines</title>
<link href='http://designer.wsu.edu/template/css.aspx?key=11f14af0axx081' type="text/css" rel="stylesheet" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<!-- print style sheet -->
<link href="http://www.wsu.edu/navigatewsu/gen2/print.css" rel="stylesheet" type="text/css" media="print"/>
<!-- favorites ico --> <link rel="shortcut icon" href="http://wsu.edu/favicon.ICO" />
</head>
Replace the existing WSU Identifier Zone code with the following code:
<!--Beginning of the WSU Identifier Zone. Refer to www.wsu.edu/identity/
for more information. -->
<noscript><div id='logo'><a href='http://www.wsu.edu'><imgsrc='http://www.wsu.edu/navigatewsu/gen2/logo2.gif' alt="WSU Logo"/></a></div><div id='globalnav'><ul><li><a
href="http://www.wsu.edu">Washington State University</a></li></ul></div></noscript>
<script language="Javascript" src="http://www.wsu.edu/navigatewsu/gen2/wsuidentifier.js" type="text/javascript"></script> <script language="javascript" type="text/javascript">
var strHeader; strHeader = getHeader(); document.write(strHeader);
</script>
<!--End of the WSU Identifier Zone. -->
Replace the existing WSU Global Footer Zone code with the following code:
<!--Beginning of the WSU Global Footer Zone. Refer to www.wsu.edu/identity/ for more information. -->
<noscript><div id="wsufooter">Copyright © Board of Regents,
<a href="http://www.wsu.edu">Washington State University</a> </div></noscript>
<script language="javascript" type="text/javascript">var strFooter;strFooter = getFooter();document.write(strFooter);</script>
<!--End of the WSU Global Footer Zone. -->
|