Файл: core/tpl/user/default/visit_history.tpl.html
Строк: 51
<?php
{* шаблон журнала посещений *}
{include file="header.tpl.html" header=$smarty.const.STRING_VISIT_LOG}
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="cbt" align="left"><a href='index.php?contact_info=yes'>{$smarty.const.STRING_CONTACT_INFORMATION_DOWN_CASE}</a> | <a href='index.php?address_book=yes'>{$smarty.const.STRING_ADDRESS_BOOK}</a> | <a href='index.php?order_history=yes'>{$smarty.const.STRING_ORDER_HISTORY}</a> | <a href='index.php?visit_history=yes'>{$smarty.const.STRING_VISIT_HISTORY}</a>{if $smarty.const.CONF_AFFILIATE_PROGRAM_ENABLED} | <a href='index.php?affiliate=yes&sub=balance'>{$smarty.const.STRING_AFFILIATE_PROGRAM}</a>{/if}</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hmin">
{if $visits}
<table cellspacing="1" cellpadding="0" width="100%" class="gre">
<tr>
<td class="lt pad" align="left">{$smarty.const.STRING_VISIT_LOG}</td>
</tr>
{section name=i loop=$visits}
<tr>
<td class="padt" align="left">{$visits[i].customer_logtime}</td>
</tr>
{/section}
</table>
{else}{$smarty.const.STRING_EMPTY_LIST}{/if}</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbot"> </td>
</tr>
</table>
?>