2009-08-03 04:10:16 +00:00
|
|
|
{assign var=meth value=':'|explode:$VAR._page}
|
|
|
|
<!-- {$meth.0}:{$meth.1} -->
|
2008-11-26 22:50:40 +00:00
|
|
|
|
2009-08-03 04:10:16 +00:00
|
|
|
{$method->exe($meth.0,$meth.1)}
|
|
|
|
{if ($method->result == false)}
|
|
|
|
{$block->display('core:method_error')}
|
2008-11-26 22:50:40 +00:00
|
|
|
{else}
|
2009-08-03 04:10:16 +00:00
|
|
|
{include file='file:../core/search_show_pre.tpl'}
|
2008-11-26 22:50:40 +00:00
|
|
|
|
2009-08-03 04:10:16 +00:00
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
|
|
|
{$method->exe_noauth($meth.0,'tpl_search_show')}
|
|
|
|
{foreach from=$search_show item=record}
|
|
|
|
{include file='file:../core/search_show_tr_record.tpl'}
|
|
|
|
<td>{$record.name}</td>
|
|
|
|
<td>{$list->format_currency_num($record.budget,'')}</td>
|
|
|
|
<td>{$record.impressions_total|number_format}</td>
|
|
|
|
<td>{$record.clicks_total|number_format}</td>
|
|
|
|
<td>{$list->format_currency_num($record.cpc_avg,'')}</td>
|
|
|
|
<td>{$list->format_currency_num($record.cpi_avg,'')}</td>
|
|
|
|
<td>{$record.ctr_avg}</td>
|
|
|
|
<td>{$list->format_currency_num($record.conversion_cost,'')}</td>
|
|
|
|
<td>{$record.roi}</td>
|
|
|
|
<td>{$list->format_currency_num($record.invoice_avg,'')}</td>
|
|
|
|
<td>{$list->format_currency_num($record.invoices_revenue,'')} (<a href="?_page=core:search&module=invoice&invoice_campaign_id={$record.id}">{$record.invoices_referred}</a>)</td>
|
|
|
|
</tr>
|
|
|
|
{/foreach}
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2008-11-26 22:50:40 +00:00
|
|
|
|
2009-08-03 04:10:16 +00:00
|
|
|
{include file='file:../core/search_show_post-1.tpl'}
|
|
|
|
{include file='file:../core/search_show_post-2.tpl'}
|
2008-11-26 22:50:40 +00:00
|
|
|
{/if}
|