Current File : //etc/sentora/panel/modules/ns/module.zpm |
<div class="zmodule_content panel" id="zmodule_header_<@ ModuleName @>">
<div class="panel-heading">
<img src="<@ ModuleIcon @>" width="35" height="35" border="0" alt="<@ ModuleName @>">
<div class="zmodule_title">
<@ ModuleName @>
</div>
<div class="zmodule_desc" id="zmodule_desc_<@ ModuleName @>"><@ ModuleDesc @></div>
</div>
<style>
.helpicon {
display: block;
float: right;
border: 1px solid #ccc;
background-color: #f3f3f3;
padding: 5px 10px;
font-size: 12px;
margin-top:-121px;
margin-right:5px;
-webkit-box-shadow: -8px 7px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: -8px 7px 5px 0px rgba(204,204,204,1);
box-shadow: -8px 7px 5px 0px rgba(204,204,204,1);
-webkit-box-shadow: 8px 7px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 8px 7px 5px 0px rgba(204,204,204,1);
box-shadow: 8px 7px 5px 0px rgba(204,204,204,1);
}
</style>
<div class="helpicon">
<a href="<@ helpicon @>" target="_blank"><img src="etc/styles/CstyleX-master/images/help.png" style="float:left;" ><span style="float:left;margin-top:8px;font-weight:bold;font-size:12px;" >Video Tutorial</span></a>
</div>
<@ Result @>
<div class="zgrid_wrapper">
<table class="none" width="100%" cellborder="0" cellspacing="0">
<tr valign="top">
<td>
<h2><: Name Server :></h2>
<form action="./?module=ns&action=Nameserver" method="post" id="Nameserver" >
<table class="table table-striped">
<tr>
<th nowrap="nowrap"><: NS1 :>:</th>
<td><input type="text" name="ns1" id="ns1" value="<@ ns1Value @>" Placeholder="ns1.yourdomain.in" /></td>
</tr>
<tr>
<th nowrap="nowrap"><: NS2 :>:</th>
<td><input type="text" name="ns2" id="ns2" value="<@ ns2Value @>" Placeholder="ns2.yourdomain.in" /></td>
</tr>
<tr>
<th><button class="button-loader btn btn-primary" type="submit" name="Nameserver" id="Nameserver" value="inCreate"><: Create :></button></th>
<td></td>
<td></td>
</tr>
</table>
<@ CSFR_Tag @>
</form>
</td>
</tr>
</table>
</div>
</div>