Файл: whmcs/templates/portal/bulkdomaintransfer.tpl
Строк: 117
{if $bulkdomainsearchenabled}
<p align="center"><a
href="domainchecker.php">{$LANG.domainsimplesearch}</a>
| <a
href="domainchecker.php?search=bulkregister">{$LANG.domainbulksearch}</a>
|
<strong>{$LANG.domainbulktransfersearch}</strong></p>
{/if}
{if
$inccode}
<div
class="errorbox">{$LANG.captchaverifyincorrect}</div>
{/if}
<p>{$LANG.domainbulktransferdescription}</p>
<form
method="post"
action="domainchecker.php?search=bulktransfer">
<div
class="contentbox" align="center">
<p
align="center">
<textarea
name="bulkdomains" cols="60"
rows="8">{$bulkdomains}</textarea>
<br />
{if $capatacha}
{if $capatacha eq "recaptcha"}
<p>{$LANG.captchaverify}</p>
<div
align="center">{$recapatchahtml}</div>
<br
/>
{else}
<img src="includes/verifyimage.php"
align="middle" /> <input type="text"
name="code" size="10" maxlength="5" />
{/if}
{/if}
<input
type="submit" id="Submit"
value="{$LANG.domainlookupbutton}">
</p>
</div>
</form>
<br />
{if $invalid}
<p
align="center" class="textred"
style="font-size:18px;">{$LANG.ordererrordomaininvalid}</p>
{/if}
{if
$availabilityresults}
<h2>{$LANG.morechoices}</h2>
<form
method="post"
action="{$systemsslurl}cart.php?a=add&domain=transfer">
<table width="100%" border="0"
cellpadding="10" cellspacing="0"
class="data">
<tr>
<th
width="20"></th>
<th>{$LANG.domainname}</th>
<th>{$LANG.domainstatus}</th>
<th>{$LANG.domainmoreinfo}</th>
</tr>
{foreach
key=num item=result from=$availabilityresults}
<tr>
<td>{if $result.status eq "unavailable"}
<input
type="checkbox" name="domains[]"
value="{$result.domain}" />
<input
type="hidden" name="domainsregperiod[{$result.domain}]"
value="{$result.period}" />
{else}X{/if}</td>
<td>{$result.domain}</td>
<td class="{if
$result.status eq
"unavailable"}textgreen{else}textred{/if}">{if
$result.status eq
"unavailable"}{$LANG.domainavailable}{else}{$LANG.domainunavailable}{/if}</td>
<td>{if $result.status eq "unavailable"}
<select name="domainsregperiod[{$result.domain}]">
{foreach key=period item=regoption from=$result.regoptions}
{if
$regoption.transfer}<option value="{$period}">{$period}
{$LANG.orderyears} @ {$regoption.transfer}</option>{/if}
{/foreach}
</select>
{/if}</td>
</tr>
{/foreach}
</table>
<p
align="center">
<input type="submit"
value="{$LANG.ordernowbutton} >>" />
</p>
</form>
{else}
<h2>{$LANG.domainspricing}</h2>
<table
width="100%" border="0" cellpadding="10"
cellspacing="0" class="data">
<tr>
<th>{$LANG.domaintld}</th>
<th>{$LANG.domainminyears}</th>
<th>{$LANG.domainsregister}</th>
<th>{$LANG.domainstransfer}</th>
<th>{$LANG.domainsrenew}</th>
</tr>
{foreach key=num
item=tldpricelist from=$tldpricelist}
<tr>
<td>{$tldpricelist.tld}</td>
<td>{$tldpricelist.period}</td>
<td>{if
$tldpricelist.register}{$tldpricelist.register}{else}{$LANG.domainregnotavailable}{/if}</td>
<td>{if
$tldpricelist.transfer}{$tldpricelist.transfer}{else}{$LANG.domainregnotavailable}{/if}</td>
<td>{if
$tldpricelist.renew}{$tldpricelist.renew}{else}{$LANG.domainregnotavailable}{/if}</td>
</tr>
{/foreach}
</table>
{/if}<br />