Updating sites from v2.0 template to v3.0
What's changed
The updates fall primarily into three areas; link revisions in the <head>, new WSU Identifier zone, and the addition and removal of two <div> ids.
There are three links that need to be updated.
Old
<!-- favorites ico -->
New
<link rel="shortcut icon" href="http://www.wsu.edu/favicon.ICO">
<!-- favorites ico -->
Old
<link rel="shortcut icon" href="http://images.wsu.edu/favicon.ico" />
<!-- replace the key below - replace the key below - replace the key below-->
New
<link href="http://designer.wsu.edu/template/css.aspx?key=11f4Caf0axx041" type="text/css" rel="stylesheet" />
<!-- replace the key below - replace the key below - replace the key below-->
Old
<link href="http://designer.wsu.edu/template/css2.aspx?key=0eab28zs011" type="text/css" rel="stylesheet" />
<!-- print style sheet -->
New
<link href="http://www.wsu.edu/navigatewsu/gen2/print.css" rel="stylesheet" type="text/css" media="print"/>
Delete the line above. No new HTML.
The new WSU Identifier zone updates links and the logo area for the new template.
Old<!--Beginning of the WSU Identifier Zone. Refer to www.wsu.edu/identity/ for more information. -->
New
<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> <noscript> <div id='logo'><a href='http://www.wsu.edu'><img src='http://www.wsu.edu/navigatewsu/gen2/logo2.gif' alt="Washington State University"/></a></div> <div id='globalnav'> <ul style="margin-bottom: 0"> <li><a href="http://www.wsu.edu">Washington State University</a></li> </ul> </div> </noscript>
<!--End of the WSU Identifier Zone. -->
<!--Beginning of the WSU Identifier Zone. Refer to www.wsu.edu/identity/ for more information. -->
<noscript><div id='globalnav'><ul><li>Washington State University</li></ul></div><div id='logo'><a href='http://www.wsu.edu'><img src='http://images.wsu.edu/global/bg-logo.jpg' alt="WSU Logo"/></a></div></noscript>
<script language="Javascript" src="http://images.wsu.edu/javascripts/wsuidentifierV2.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. -->Version 3.0 requires the addition of <div id="wrapper"> and the removal of <div id="idwrapper">. This is not a replace. The <div id="wrapper"> is located in a different location then <div id="idwrapper">.
Removal of <div id="idwrapper">
- Remove idwrapper in gray.
<!--End of the WSU Identifier Zone. -->
<div id="idwrapper"> - Remove closing div in gray.
</div>
<div id="content">
Addition of <div id="wrapper">
- Add wrapper in orange.
<div id="wrapper">
<!--Beginning of the WSU Identifier Zone. Refer to www.wsu.edu/identity/ for more information. --> - Add closing div in orange.
</div>
<!--Beginning of the WSU Global Footer Zone. Refer to www.wsu.edu/identity/ for more information. -->
- Remove idwrapper in gray.