DREAMWAVER SEES
<html>
<head>
<title>History</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="" rel="stylesheet" type="text/css" media="screen">
<style>
#customer_text,
#profile_text,
#system_text
{
display: none;
}
</style>
</head>
<body>
<div id="display">
<div id="logo"><img src="" alt="BloodSource Logo" name="logo" width="344" height="70" border="0"></div>
<div id="background">
<div id="title">
<h1>
<span id="customer"><span id="customer_text"><span class="initial">C</span></span></span></h1></div></div></div></body></html>
----------------------------------
EVERYTHING ELSE SEES
<html>
<head>
<title>History</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="" rel="stylesheet" type="text/css" media="screen">
<style>
#customer_text,
#profile_text,
#system_text
{
display: none;
}
</style>
</head>
<body>
<div id="display">
<div id="logo"><img src="" alt="BloodSource Logo" name="logo" width="344" height="70" border="0"></div>
<div id="background">
<div id="title">
<h1>
<span id="customer"><span id="customer_text"><span class="initial">C</span>ustomer</span></span>
<span id="profile"><span id="profile_text"><span class="initial">P</span>rofile</span></span>
<span id="system"><span id="system_text"><span class="initial">S</span>ystem</span></span>
</h1>
</div>
<!--end title div-->
<div id="main">
<cfoutput>
<div class="menu_title">
<span style="color: white; float: left;">
<a href="" window.close();">X</a>
</span>
<span class="help">
<a href="" title="Help" accesskey="?">?</a>
</span>
<h2>#session.cps.profile.basicdata.donor.N_NAM_NAME# (#session.cps.profile.basicdata.donor.N_NAM_ID#) Donation History Summary</h2>
</div>
<table id="Counts">
<tr valign="top" align="center">
<th>Count Type</th>
<th>Total</th>
</tr>
<cfset CountTotal = 0>
<cfloop query="session.cps.profile.History.Summary">
<tr valign="top" align="center">
<td>#D_DTS_CNTTYP#</td>
<td>#D_DTS_DONSUM#</td>
</tr>
<cfset CountTotal = CountTotal + D_DTS_DONSUM>
</cfloop>
<tr valign="top" align="center">
<td><strong>Total</strong></td>
<td><strong>#CountTotal#</strong></td>
</tr>
</table>
<table id="Visits">
<tr valign="top" align="center">
<th colspan="5"><strong>The first(*) and up to the last 5 visits.</strong></th>
</tr>
<tr>
<th>Visit Date</th>
<th>DonType</th>
<th>Status</th>
<th>Unit</th>
<th>Location</th>
</tr>
<cfloop query="session.cps.profile.History.Visits">
<tr align="center">
<td>#dateFormat(visit_date,"mm/dd/yyyy")#<strong>#iif(CurrentRow EQ RecordCount,DE('*'),DE(''))#</strong></td>
<td>#d_vst_dontyp#</td>
<td>#D_VST_STATUS#</td>
<td>#D_VST_UNITNO#</td>
<td>#D_VST_BTCLOC#</td>
</tr>
</cfloop>
</table>
<strong>Total all time successful draws:</strong> #session.cps.profile.History.Totals.TOTAL_DRAWS#<br/>
<strong>Total all time visits:</strong> #session.cps.profile.History.Totals.TOTAL_VISITS#
</cfoutput>
<div class="menu_title" align="center">
<span style="color: white; float: left;"><a href="" target="_top" style="color: white;">Top</a></span>
<a href="" window.close();" style="color: white;">Close Window</a>
</div>
</div><!-- End main div -->
<div style="clear:both; height:1px; font-size: 1px;"> </div>
</div><!-- End background div -->
</div><!-- End display div -->
</body>
</html>
--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
"C code. C code run. Run code run. Please!"
- Cynthia Dunning
Confidentiality Notice: This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

