<%= img("/images/photo_donormemorial.jpg", 98, 96, "") %>
<%= img("/images/hd_donormemorial.gif", 137, 28, "") %>
Remembering those who gave LIFE...
Go <%= img("/images/bullet_arrow.gif", 4, 10, "") %>
<%= img("/images/pixel.gif", 180, 1, "") %>
|
<% dim strAsOfDate, strDataStyle
call openConnection_UNOS(conn)
call createFullCommand( cmd, "usp_list_latest_data_counts", conn )
call createRecordset( rs )
rs.open cmd
dim i : i = 1
do while not rs.EOF
strAsOfDate = rs( "end_date" )
if i = 1 then
Response.Write( "| " & rs( "section" ) & " | " )
else
Response.Write( "
|---|
| " & rs( "section" ) & " | " )
end if
if i = 1 then
strDataStyle = "font-weight: bold; font-size: 13px; "
else
strDataStyle = ""
end if
Response.Write( "" & FormatNumber( rs( "total" ),0, 0, 0, true ) + " | " )
Response.Write( "" & strAsOfDate + " | " )
rs.moveNext
i = i + 1
loop
destroyRecordset( rs )
destroyCommand( cmd )
closeConnection( conn )
%>
|---|
| About Data Counts <%= img("/images/bullet_arrow.gif", 6, 10, "*") %> |
<%= insertContent("OPTN - About Data Counts") %>
<%= hrule %>
|
| <%= img("/images/hd_calendar.gif", 78, 22, "Calendar") %> |
|
|
<%= CurrentWeekEvents()%>
|
| <%= img("/images/hd_quicklinks.gif", 97, 22, "Quick Links") %> |
|
|