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_whois_plugin/plugin_cfg_DEFAULT.tpl

26 lines
740 B
Smarty
Raw Normal View History

{$list->unserial($host_tld.whois_plugin_data, "plugin_data")}
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr valign="top">
<td width="50%">
{translate module=host_whois_plugin}
whois_server
{/translate}
</td>
<td width="50%">
<input type="text" name="host_tld_whois_plugin_data[whois_server]" value="{$plugin_data.whois_server}" size="40">
</td>
</tr>
<tr valign="top">
<td width="50%">
{translate module=host_whois_plugin}
avail_response
{/translate}
</td>
<td width="50%">
<input type="text" name="host_tld_whois_plugin_data[avail_response]" value="{$plugin_data.avail_response}" >
</td>
</tr>
</table>