📄 mymatches.tpl
字号:
{strip}
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail" width="100%">
{assign var="page_hdr01_text" value="{lang mkey='my_matches'}"}
{include file="page_hdr01.tpl"}
<table class="table" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" width="100%" border="0">
<tbody>
<tr><td colspan="2"> </td></tr>
<tr>
<td colspan="2">
{lang mkey='your_search_preferences'}<br/>
<blockquote>{lang mkey='i_am_a'} <b>{mylang mkey='signup_gender_values' skey=$user.gender}</b> {lang mkey='Looking_for_a'}
<b>{mylang mkey='signup_gender_look' skey=$user.lookgender}</b> {lang mkey='Between'} <b>{$user.lookagestart}</b> {lang mkey='and'} <b>{$user.lookageend}</b>,
{if $user.lookcountry != 'AA' && $lang.countries[$user.lookcountry] != '' }
{lang mkey='who_is_from'} <b>{$lang.countries[$user.lookcountry]}</b>
{elseif $user.lookcountry == 'AA'}
{lang mkey='who_is_from'} {lang mkey='any_where'}
{/if}
{if $lang.allstates[$user.lookstate_province] != ''}
, <b>{$lang.allstates[$user.lookstate_province]}</b>
{/if}
{if $user.lookcity != ''}
, <b>{$user.lookcity}</b>
{/if}
{if $user.lookzip != ''}
, <b>{$user.lookzip}</b>
{/if}
{if $user.lookradius != ''}
{lang mkey='searching_within'} {$user.lookradius} {mylang mkey=$user.radiustype}{lang mkey='of'}{$user.lookzip}
{/if}
<br /><br />
<center><a href="edituser.php#search_preferences">{lang mkey='click_here'}</a> {lang mkey='to_edit_search_preferences'}</center>
</blockquote>
</td>
</tr>
{if $error == 1 }
<tr>
<td colspan="2">{lang mkey='no_record_found'}</td>
</tr>
{else}
<tr>
<td colspan="2" align="center">
{lang mkey='results_per_page'}
<select name="results_per_page" id="results_per_page">
{html_options options=$lang.search_results_per_page selected=$psize}
</select>
<input type="button" class="formbutton" value="{lang mkey='show'}" onclick="document.location='?{$querystring}&results_per_page=' + document.getElementById('results_per_page').value"/>
</td>
</tr>
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2">
{lang mkey='total_profiles_found'} {$totalrecs}
{assign var="totl" value=$data|@count}
{lang mkey='showing'} {$start+1}{lang mkey='to'}{$start+$totl}
</td></tr>
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="8" border="0">
{assign var="ccount" value="0"}
{foreach item=item key=key from=$data}
{if $ccount==0}
<tr>
{/if}
<td>{include file="userresultviewsmall.tpl"}</td>
{if $ccount==1}
</tr>
{/if}
{math equation="$ccount+1" assign="ccount"}
{math equation="$ccount%2" assign="ccount"}
{/foreach}
</table>
</td>
</tr>
{/if}
</tbody>
</table>
{if $pages != ''}
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
{if $prev != "" }
<td>
<a href="?page={$prev}&{$querystring}" > {lang mkey='previous'}</a>
</td>
{/if}
{if $cpage != "" && $pages != "" }
<td>
{lang mkey='page'} {$cpage}{lang mkey='of'}{$pages}
</td>
{/if}
{if $next != "" }
<td>
<a href="?page={$next}&{$querystring}" >{lang mkey='next'}</a>
</td>
{/if}
</tr>
</tbody>
</table>
{/if}
</td>
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -