Файл: core/tpl/user/default/activation_orders.tpl.html
Строк: 41
<?php
{* шаблон страницы активации/отмены заказа *}
{if $activate_mode eq 1}
{if $activate_result eq 1}
{include file="header.tpl.html" header=$smarty.const.CUSTOMER_ACTIVATE_TITLE}
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbtop oki" align="center">{$smarty.const.CUSTOMER_ACTIVATE_OK}</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbot"> </td>
</tr>
</table>
{else}
{include file="header.tpl.html" header=$smarty.const.CUSTOMER_ORDER_ACTNOFIND}
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbtop error" align="center">{$smarty.const.CUSTOMER_ACTIVATE_NO}</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbot"> </td>
</tr>
</table>
{/if}
{elseif $activate_mode eq 2}
{if $activate_result eq 1}
{include file="header.tpl.html" header=$smarty.const.CUSTOMER_DEACTIVATE_TITLE}
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbtop oki" align="center">{$smarty.const.CUSTOMER_DEACTIVATE_OK}</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbot"> </td>
</tr>
</table>
{else}
{include file="header.tpl.html" header=$smarty.const.CUSTOMER_ORDER_ACTNOFIND}
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbtop error" align="center">{$smarty.const.CUSTOMER_ACTIVATE_NO}</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbot"> </td>
</tr>
</table>
{/if}
{/if}
?>