Current File : //root/panel/modules/change_appearance/module.zpm
<html>
<head>
        <meta charset="utf-8">
        <script src="./modules/change_appearance/assets/ckeditor.js"></script>
    </head>
<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>


<body>

<div class="zmodule_content panel" id="zmodule_header_<@ ModuleName @>">
    <div class="panel-heading">
        <img src="<@ ModuleIcon @>" width="35" height="35" border="0" alt="<@ ModuleName @>">

        
            <@ 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:-150px;
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>
    <@ Result @>
</div>

    <div class="zform_wrapper">
        <h2>Please select your image file</h2>

        <form action="./?module=change_appearance&action=Updateimage" enctype="multipart/form-data" method="post" id="register">
                LOGO:<br><input type="file" name="logom_img"><br><h5><b>(Recommended values for logo:  max-width:340 pixels  max height:140 pixels)<b></h5></b><br>
                FAVICON:<br><input type="file" name="favicon_img"><br><h5><b>(Recommended values for favicon:width&height:18 pixels)<b></h5>
                <br>
                CONTENT:<textarea name="editor1" id="editor1" rows="10" cols="80"><@ Content @></textarea>

                <script>
                CKEDITOR.replace( 'editor1' );
                </script>
                <br>
                SELECT YOUR CHOICE OF CONTROL PANEL URL DISPLAY:<br><br>
                <input type="radio" name="prefer" value='0' <@ Fcontent @> >IP Address<br>
                <input type="radio" name="prefer" value='1' <@ Mcontent @> >Domain Name<br>
                <br>
                <h2> Cpanel Theme Settings</h2>
                <h4> Notices settings </h4>
                <p> Need to show?  <input type="radio" name="notice_settings" value='0' <@ off_notice_settings @> > Off&nbsp; &nbsp; &nbsp;<input type="radio" name="notice_settings" value='1' <@ on_notice_settings @> > On
                </p>
                <p>Link 2 Caption: <input type="text" name="link1_caption" id="link1_caption" placeholder="Caption" value="<@ Link1_caption @>" /></p>
                <p>Link 2 URL: <input type="text" name="link1_value" id="link1_value" placeholder="VALUE" value="<@ Link1_value @>" /> </p>
                <p>Link 3 Caption: <input type="text" name="link2_caption" id="link2_caption" placeholder="Caption" value="<@ Link2_caption @>" /></p>
                <p>Link 3 URL: <input type="text" name="link2_value" id="link2_value" placeholder="VALUE" value="<@ Link2_value @>" /> </p>
                <p>Link 4 Caption: <input type="text" name="link3_caption" id="link3_caption" placeholder="Caption" value="<@ Link3_caption @>" /></p>
                <p>Link 4 URL: <input type="text" name="link3_value" id="link3_value" placeholder="VALUE" value="<@ Link3_value @>" /> </p>
                <p>Logo and Powered By Logo:<input type="file" name="theme_logo_file_name"><@ show_theme_logo_file_name @><br><h5><b>(Recommended values for 85 X 27 pixel )</b></h5></p>
                <p>Theme By Logo:<input type="file" name="powered_by_file_name"><@ show_powered_by_file_name @><br><h5><b>(Recommended values for 50 X 50 pixel )</b></h5></p>
                <p>Powered By and Themed By URL: <input type="text" name="powered_by_URL" id="powered_by_URL" placeholder="Caption" value="<@ poweredbyURL @>" /></p>
                <p>Powered By Hover Content: <input type="text" name="powered_by_content" id="powered_by_content" placeholder="Caption" value="<@ Powered_By_Content @>" /></p>
                <p>Theme By Hover Content: <input type="text" name="themed_by_content" id="themed_by_content" placeholder="Caption" value="<@ Themed_By_Content @>" /></p>

                <@ CSFR_Tag @>   <input class="button-loader add-row btn btn-primary" type="submit" value="update">
                <br><br><p><b>Note:clear your browser cache to see the changes for favicon<b><p>


        </form>
</html>