Current File : //etc/sentora/panel/modules/password_strength/module.zpm
<style>
#register .short{
font-weight:bold;
color:#FF0000;
font-size:larger;
}
#register .weak{
font-weight:bold;
color:orange;
font-size:larger;
}
#register .good{
font-weight:bold;
color:#2D98F3;
font-size:larger;
}
#register .strong{
font-weight:bold;
color: limegreen;
font-size:larger;
}

</style>
<style>
.helpicon {
display: block;
float: right;
border: 1px solid #ccc;
background-color: #f3f3f3;
padding: 5px 10px;
font-size: 12px;
margin-top:-80px;
margin-right:6px;    
-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="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>
<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="zform_wrapper">
        <h2><: Configure your Cpanel, Email, FTP and Mysql Users Account :></h2>
        <form action="./?module=password_strength&action=UpdatePasswordStrength" method="post" id="configure">
            <table class="table table-striped">
                <tr>
                    <th><: Account Creation (Cpanel Accounts) :> :</th>
                   <% loop CheckEnabled %>
                    <td><input name="inEnabledcp" type="radio"  value="1" <& echecked &>  /> Disable &nbsp;&nbsp;		    
			<input name="inEnabledcp" type="radio" value="0" <& dchecked &> /> Enable </td> 
		   <% endloop %>
                </tr>
		<tr>
                    <th><: Email Accounts :> :</th>
                   <% loop CheckEnabled %>
                    <td><input name="inEnabledea" type="radio"  value="1" <& echecked1 &>  /> Disable &nbsp;&nbsp;       
                        <input name="inEnabledea" type="radio" value="0" <& dchecked1 &> /> Enable </td>
                   <% endloop %>
                </tr>
                <tr>
                    <th><: FTP Accounts :> :</th>
                   <% loop CheckEnabled %>
                    <td><input name="inEnabledfa" type="radio"  value="1" <& echecked2 &> /> Disable &nbsp;&nbsp;
                        <input name="inEnabledfa" type="radio" value="0"  <& dchecked2 &> /> Enable </td>
                   <% endloop %>
                </tr>
                <tr>
                    <th><: Mysql Users :> :</th>
                   <% loop CheckEnabled %>
                    <td><input name="inEnabledmu" type="radio"  value="1" <& echecked3 &>  /> Disable &nbsp;&nbsp;
                        <input name="inEnabledmu" type="radio" value="0" <& dchecked3 &>  /> Enable </td>
                   <% endloop %>
                </tr>

                <tr>
		   <td>&nbsp;</td>
                   <td align="left"><@ CSFR_Tag @><button class="button-loader btn btn-primary" type="submit" id="button"><: Change :></button></td>
                </tr>
            </table>
        </form>
    </div>

</div>