{include file="header.html"}
{if $error}
{$error}
{/if}
{if $info}
{/if}
{if $action=="view"}
{$lng.alerts.email_alert} {$lng.general.for}: {$str_search}
|
{include file="paginator.html"} |
{foreach from=$listings_array item=v}
{include file="short_listing.html"} |
{/foreach}
{include file="paginator.html"} |
{include file="fancybox.html"}
{include file="listings_js.html"}
{* if listings_compare *}
{if in_array("listings_compare", $modules_array)}
{include file="modules/listings_compare/cmp_js.html"}
{/if}
{/if}
{if $action=="user"}
{$lng.alerts.email_alerts} |
{if $alerts|@count}
{include file="paginator.html"} |
{foreach from=$alerts item=v}
{$v.search_str}
{$lng.alerts.frequency}: {if $v.frequency==0}{$lng.alerts.immediately}{elseif $v.frequency==1}{$lng.alerts.daily}{else}{$lng.alerts.weekly}{/if} | {$lng.alerts.started_on}: {$v.date_nice} | {if $v.active}{$lng.listings.active}{else}{$lng.listings.inactive}{/if} | {$lng.general.delete} |
|
{/foreach}
{include file="paginator.html"} |
{else}
{$lng.alerts.no_alerts} |
{/if}
{/if}
{include file="footer.html"}