{* $Id: downloads.html,v 1.1.2.1 2003/11/12 12:54:16 kasugai Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License *} {include_php file="`$smarty.const.DIR_FS_MODULES`downloads.php"} {if ($downloads_count > 0)} {osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} {$smarty.const.HEADING_DOWNLOAD} {osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} {section name=d1 loop=$download_array} {/section}
{$download_array[d1].name} {$smarty.const.TABLE_HEADING_DOWNLOAD_DATE} {$download_array[d1].expiry} {$download_array[d1].download_count}{$smarty.const.TABLE_HEADING_DOWNLOAD_COUNT}
{if (!strstr($smarty.server.PHP_SELF, $smarty.const.FILENAME_ACCOUNT_HISTORY_INFO))} {osc_draw_separator image='pixel_trans.gif' width='100%' height='10'}

{$footer_download}

{/if} {/if}