Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/addaforhost.tmpl

[% WRAPPER 'master_templates/master.tmpl' theme="yui"
    app_key = 'add_an_a_entry_for_your_hostname'
    breadcrumburl = '/scripts/addaforhost'
    scripts = ['/js/sorttable.js']
-%]
<table class="sortable" id="datatbl1">
<tr>
    <th>Hostname</th>
    <th>Server Main IP</th>
</tr>
<tr>
    <td>[% data.hostname %]</td>
    <td>[% data.mainip %]</td>
</table>

<br /><br />
Please confirm the IP address to use for the "A Entry" for [% data.hostname %]
<form action="[% cp_security_token %]/scripts2/doaddaforhost">
    <input type="text" name="ip" value="[% data.mainip %]">
    <input type="submit" value="Add Entry" class="btn-primary" />
</form>
[% END #wrapper -%]
Back to Directory File Manager