Current File : //etc/sentora/panel/modules/authentication/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>
<div id="zform_wrapper">

				<@ Result @>
</div>

    <div class="zgrid_wrapper">
        <h2><: DKIM :></h2>
		<p><: DKIM is a means of verifying incoming email. It ensures that incoming messages are unmodified and are from the sender from whom they claim to be. This feature works to prevent incoming spam messages. :></p>
        <% if DkimList %>
		<h3><: Status: :></h3><p>Enabled Active </p>
		<div class="zform_wrapper alert alert-danger" style="word-wrap: break-word;"> 
		<% loop showtarget %>
		<h3><: Domain: :> <& domain &> </h3>
		<& target &>
		<% endloop %>
		</div>
		<% else %>
		<h3><: Status: :></h3><p>Disabled Active</p>
		<div class="zform_wrapper alert alert-danger" style="word-wrap: break-word;">
		<% loop showtarget %>
		<h3><: Domain: :> <& domain &> </h3>
		<& target &>
		<% endloop %>
		</div>
		<% endif %>
	</div>

    <div class="zgrid_wrapper">
        <h2><: SPF :></h2>
		<p><: The SPF system allows you to specify servers and IP addresses that are authorized to send mail from your domain(s). This feature works to prevent outgoing spam messages. :></p>
        <% if SpfList %>
		<h3><: Status: :></h3><p>Enabled Active</p>
		<h4>Your current raw SPF record</h4>
		<div class="zform_wrapper alert alert-danger" >
		<% loop showtargetspf %>
		<h3><: Domain: :> <& domain &> </h3>
		<& target &>
		<% endloop %>	
		</div>
		<% else %>
		<h3><: Status: :></h3><p>Disabled Active</p>
		<h4>Your current raw SPF record</h4>
		<div class="zform_wrapper alert alert-danger" >
		<% loop showtargetspf %>
		<h3><: Domain: :> <& domain &> </h3>
		<& target &>
		<% endloop %>	
		</div>
		<% endif %>
    </div>

</div>