Advertisement
Advertisement
| 06.11.2008 at 07:37PM PDT, ID: 23478173 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: |
Main Page:
[CODE]
<!--#include virtual="/common/nav1.asp"-->
NavIndex = 7
<!--#include virtual="/common/nav2.asp"-->
<!--#include virtual="/common/body1.asp"-->
<!--#include virtual="/common/body2.asp"-->
<div id="mainContent">
<h1> Main Content </h1>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
<p>Quisque ornare risus quis ligula.< /p>
<h2>H2 level heading </h2>
<p>Lorem ipsum dolor amet, consectetuer adipiscing elit.</p>
</div>
<!--#include virtual="/common/body3.asp"-->
[/CODE]
nav1.asp:
[CODE]<%
DIM siteMapLocation, sideNavIndex, NavIndex, topLinks, currentDate
[/CODE]
nav2.asp (truncated the CASE options for brevity, there are about 30 options):
[CODE]currentDate = FormatDateTime(date(), 1)
currentTime = FormatDateTime(now(), 3)
SELECT CASE NavIndex
CASE 1
topLinks = "<a href=""/index.asp"">Home</a>"
sideNavIndex="n01"
CASE 2
topLinks = "<a href=""/index.asp"">Home</a> > <a href=""/CS/index.asp"">Customer Service</a>"
sideNavIndex="n09"
CASE 3
topLinks = "<a href=""/index.asp"">Home</a> > <a href=""/CS/index.asp"">Customer Service</a> > <a href=""/CS/Individuals/index.asp"">Individuals</a>"
sideNavIndex="n09"
CASE 4
topLinks = "<a href=""/index.asp"">Home</a> > <a href=""/CS/index.asp"">Customer Service</a> > <a href=""/CS/Dealers/index.asp"">Dealers</a>"
sideNavIndex="n09"
END Select %>
[/CODE]
body1.asp (HTML Header information):
[CODE]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Vehicle Acceptance Corporation - VACorp.com</title>
<link rel="stylesheet" type="text/css" href="../screenstyles.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="../printstyles.css" media="print"/>
<script type="text/javascript" src="../jquery.js"></script>
<script type="text/javascript" src="../sliding.js"></script>
<script type="text/javascript" src="../bookmark.js"></script>
<script type="text/javascript" src="../date.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
[/CODE]
body2.asp (side navigation, images, some CSS styling for the side navigation):
[CODE]
<style type="text/css" media="screen">
div#bottomLocation {position:relative; left: 0em; top:8em; height:4em; Z-INDEX: 10;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a {color:#FF0000;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a:hover {color:#FF0000;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a span.{color:#FF0000;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a span.current{color:#FF0000;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a:hover span.current {color:#FF0000;}
</style>
<style type="text/css" media="print">
div#bottomLocation {position:relative; left: 0em; top:8em; height:4em; Z-INDEX: 10;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a {color:#FF0000; background-color:#FFCC33; font-weight:bold;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a:hover {color:#FF0000; font-weight:bold;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a span.{color:#FF0000;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a span.current{color:#FF0000;}
ul#sideNavList li.navLink div.<%response.Write(sideNavIndex)%> a:hover span.current {color:#FF0000;}
</style>
</head>
<body class="bodyStyle">
<div id="headerContainer">
<div class="Logo"><img src="/images/Common/VACLogo_Web.gif" alt="" width="188" height="150" /></div>
<div class="LogoTail"><img src="/images/Common/VACLogo_WebTail.gif" alt="" width="100%" height="150"/></div>
<div class="GradientTop"><img src="/images/Common/Gradient_top.jpg" alt="" width="100%" height="180"/></div>
<div class="VAC"><img src="/images/Common/VAC.gif" alt="Vehicle Acceptance Corporation"/></div>
<div class="VACPrint"><img src="/images/Common/VACTopPrint.jpg" alt="Vehicle Acceptance Corporation" width="750"/></div>
<div class="VACMotto"><img src="/images/Common/CashandServiceSolutions.gif" alt="" width="300" height="47" /></div>
</div>
<div class="GreyNavBar"><div class="topNav"><span class="topNavTimestamp"><%response.Write(currentDate)%> - <%response.Write(currentTime)%> - </span><a onClick="window.print()" href="#">Print</a> - <a href="../EMailPage.asp" target="_blank">E-Mail this page</a> - Navigation:
<%response.Write(topLinks)%></div>
</div>
<div id="bodyContainer">
<div id="sideNavBlock">
<ul id="sideNavList">
<li class="navLink"><div class="n00"><a>HOME</a></div></li>
<li class="navTitle">For Customers</li>
<li class="navLink"><div class="n01"><a href="/contact/index.htm">Update Your Information<span>Provide VAC updates to your current contact or vehicle information.</span></a></div></li>
<li class="navLink"><div class="n02"><a href="/payment/index.htm">Make Your Payment<span><img src="file:///E|/Users/jneubauer/Documents/Websites/Vehicleacceptance.com/Current_VAC_Website/Website_05012008/images/common/CC_Small.gif" alt="Visa, Mastercard, AMerican Express, Discover Credit and Debit Cards Accepted" width="70%" height="70%"/>Arrange payments via online ACH, Online Credit or Debit Cards, Pay-By-Phone or Western Union</span></a></div></li>
<li class="navLink"><div class="n03"><a href="/payment/index.htm">Request Your Payoff<span>Request the current amount due to payoff your note</span></a></div></li>
<li class="navTitle">For Businesses</li>
<li class="navLink"><div class="n04"><a href="/repair/index.htm">Repair Industry Services<span>Find out how VAC can help your repair business convert economically challenged traffic into sales</span></a></div></li>
<li class="navLink"><div class="n05"><a href="/advance/index.htm">BHPH Cash Advance<span>Independent businesses receive an advance of 3 to 9 months of payments on your notes, while retaining ownership</span></a></div></li>
<li class="navLink"><div class="n06"><a href="/servicing/index.htm">BHPH Note Servicing<span>Independent dealers retain ownership of your receivables while allowing us to collect payments and service your contract for you.</span></a></div></li>
<li class="navLink"><div class="n07"><a href="/purchasing/index.htm">BHPH Bulk Purchasing<span>Learn more about our bulk note purchasing program</span></a></div></li>
<li class="navTitle">For Everyone</li>
<li class="navLink"><div class="n08"><a href="/contact/index.htm">Customer Service</a></div></li>
<li class="navLink"><div class="n09"><a href="/locations/index.htm">Locations</a></div></li>
<li class="navLink"><div class="n10"><a href="/locations/index.htm">VAC News</a></div></li>
<li class="navLink"><div class="n11"><a href="/online/index.htm">Online Solutions</a></div></li>
<li class="navLink"><div class="n12"><a href="/about/index.htm">About Us</a></div></li>
<li class="navTitle">Interactive</li>
<li class="navLink"><div class="n13"><a href="/locations.htm">Login</a></div></li>
</ul>
</div>
[/CODE]
body3.asp (bottom feedback form, links etc. end of HTML) :
[CODE]
<!-- Bottom set of navigation options, disclaimer, etc.. -->
...
<!-- END OF Bottom Navigation Set -->
</div>
</div>
</body>
</html>[/CODE]
|