2009-08-03 04:10:16 +00:00
|
|
|
{assign var=meth value=':'|explode:$VAR._page}
|
|
|
|
<!-- {$meth.0}:{$meth.1} -->
|
|
|
|
|
|
|
|
{$method->exe($meth.0,$meth.1)}
|
|
|
|
{if ($method->result == false)}
|
|
|
|
{$block->display('core:method_error')}
|
|
|
|
{else}
|
|
|
|
|
|
|
|
<form id="search_form" method="post" action="" enctype="multipart/form-data">
|
|
|
|
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
|
|
|
<tr valign="top">
|
|
|
|
<td class="table_heading">{osb f=tt}</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td class="row1">
|
|
|
|
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=id}</td>
|
|
|
|
<td style="width: 65%;"><input type="text" name="affiliate_id" value="{$VAR.affiliate_id}" {if $affiliate_id == true}class="form_field_error"{/if}/> {t}"%" for partial match{/t}</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=date_orig}</td>
|
|
|
|
<td style="width: 65%;">{$list->calender_search('affiliate_date_orig',$VAR.affiliate_date_orig,'form_field','')}</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=status}</td>
|
|
|
|
<td style="width: 65%;">{$list->bool('affiliate_status','all','form_menu')}</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=account_id}</td>
|
|
|
|
<td style="width: 65%;">{osb f=html_select_account name="affiliate_account_id" default=$VAR.affiliate_account_id}</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=parent_affiliate_id}</td>
|
|
|
|
<td style="width: 65%;">{osb f=html_select_affiliate name="affiliate_parent_affiliate_id" default=$VAR.affiliate_parent_affiliate_id}</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=recurr_max_commission_periods}</td>
|
|
|
|
<td style="width: 65%;"><input type="text" name="affiliate_recurr_max_commission_periods" value="{$VAR.affiliate_recurr_max_commission_periods}" {if $affiliate_recurr_max_commission_periods == true}class="form_field_error"{/if}/> {t}"%" for partial match{/t}</td>
|
|
|
|
</tr>
|
|
|
|
{$method->exe('affiliate','static_var')}
|
|
|
|
{foreach from=$static_var item=record}
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 35%;" height="18">{$record.name}</td>
|
|
|
|
<td style="width: 65%;" height="18">{$record.html}</td>
|
|
|
|
</tr>
|
|
|
|
{/foreach}
|
|
|
|
{include file='file:../core/search_post.tpl'}
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
{$block->display('core:saved_searches')}
|
|
|
|
{$block->display('core:recent_searches')}
|
2008-11-26 22:50:40 +00:00
|
|
|
{/if}
|