bannerd

Graphics are stored in the attachment SWEHB Multiver Graphics. This file is a PPT presentation. 

The images below are also attachments to this page. The image with DRAFT in red will be used while the space is being developed. Once the space is released for general viewing, the banner image will be replaced with the image without the DRAFT text. 


SWEHBVD_banner.jpg


SWEHBVD_draft.jpg



Theme for SWEHBVD

  • Build a new theme category called SWEHBVD.
  • Build a new theme called SWEHBVD using the theme for SWEHBVC as a model.  This should get you all the code for the Top Section and Bottom Section in the new theme. 
  • Store the images above in the Images tab of the theme editor. 
  • Apply the graphic for the "draft" into the new theme. 
  • In the Top section, make the changes below for the image and buttons. 


Top Section Code

  • The navigation buttons below the banner image help the user to get to specific main pages in the SWEHB version. For SWEHBVD, the URL in the button code should be changed from SWEHBVC to SWEHBVD. 
  • The URL for the banner graphic should be changed from SWEHBVC to SWEHBVD. 
  • Items below in red text indicate changes needed from SWEHBVC to SWEHBVD


Image Code

Change from: 

<div style="margin:0 0 0 0px"><a href="/display/SWEHBVC/Book+A.+Introduction"><img alt="bannerc" title="bannerC" style="width:980px;" src="$imagePath/swehbvc_banner.jpg"></a></div>

Change to: 

<div style="margin:0 0 0 0px"><a href="/display/SWEHBVD/Book+A.+Introduction"><img alt="bannerd" title="bannerD" style="width:980px;" src="$imagePath/SWEHBVD_draft.jpg"></a></div>

Button Code

Change from :
<td>
<p onclick="window.location.href='/display/SWEHBVC;" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVC">A. Introduction</a></span></p>
</td>

<td width=2px></td>

<td>
<p style="width:100px;" onclick="window.location.href='/display/SWEHBVC/B.+Institutional+Requirements';" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVC/B.+Institutional+Requirements">B. Institutional Requirements</a></span></p>
</td>

<td width=2px></td>

<td>
<p style="width:130px;" onclick="window.location.href='/display/SWEHBVC/C.+Project+Software+Requirements';" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVC/C.+Project+Software+Requirements">C. Project Software Requirements</a></span></p>
</td>

<td width=2px></td>

<td>
<p style="width:85px;" onclick="window.location.href='/display/SWEHBVC/D.+Software+Topics';" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVC/D.+Topics">D. Topics</a></span></p>
</td>

<td width=2px></td>

<td>
<p style="width:140px;" onclick="window.location.href='/display/SWEHBVC/E.+Tools%2C+References%2C+and+Terms';" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVC/E.+Tools%2C+References%2C+and+Terms">E. Tools, References, and Terms</a></span></p></td>

<td width=2px></td>



Change to: 

<td>
<p onclick="window.location.href='/display/SWEHBVD;" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVD">A. Introduction</a></span></p>
</td>

<td width=2px></td>

<td>
<p style="width:100px;" onclick="window.location.href='/display/SWEHBVD/B.+Institutional+Requirements';" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVD/B.+Institutional+Requirements">B. Institutional Requirements</a></span></p>
</td>

<td width=2px></td>

<td>
<p style="width:130px;" onclick="window.location.href='/display/SWEHBVD/C.+Project+Software+Requirements';" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVD/C.+Project+Software+Requirements">C. Project Software Requirements</a></span></p>
</td>

<td width=2px></td>

<td>
<p style="width:85px;" onclick="window.location.href='/display/SWEHBVD/D.+Software+Topics';" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVD/D.+Topics">D. Topics</a></span></p>
</td>

<td width=2px></td>

<td>
<p style="width:140px;" onclick="window.location.href='/display/SWEHBVD/E.+Tools%2C+References%2C+and+Terms';" onmouseover="this.style.background='white';this.style.cursor='pointer';" onmouseout="this.style.background='#b0e0e6';this.style.cursor='cursor';" class="navitem"><span><a href="/display/SWEHBVD/E.+Tools%2C+References%2C+and+Terms">E. Tools, References, and Terms</a></span></p></td>

<td width=2px></td>


  • No labels