This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/host_tld/iframe_ns_transfer.tpl
2008-11-26 14:50:40 -08:00

27 lines
987 B
Smarty

{ $block->display("core:top_clean") }
<form name="domain" method="post" action="{$SSL_URL}">
<table width="100%" border="0" cellspacing="0" cellpadding="3" class="body">
<tr>
<td width="95%" class="body"> <b> <br>
{translate module=host_tld}
ns_transfer_instructions
{/translate}
</b></td>
<td width="5%">&nbsp;</td>
</tr>
<tr>
<td width="95%">
<p>
<input type="text" id="domain" name="domain" maxlength="128" size="22" onchange="parent.document.getElementById('domain_name').value = this.value;">
.
<input type="text" id="tld" name="tld" size="5" maxlength="7" onchange="parent.document.getElementById('domain_tld').value = this.value;">
</p> <br>
</td>
<td width="5%">&nbsp; </td>
</tr>
</table>
</form>
{literal}<script language="JavaScript"> try{ document.getElementById('domain').focus(); } catch(e) {} </script>{/literal}
</body>
</html>