Current File : //etc/zpanel/panel/modules/migration/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:-145px;
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>
                    
                    <form action="./?module=migration&action=downloadmigrate" method="post">
                        
			<table class="table table-striped">
					
                	    <tr>
                                <th nowrap="nowrap"><: cPanel Server IP Address :>:</th>
                                <td><input type="text" name="cpanel_ip_address" id="cpanel_ip_address" value=""  Placeholder="XX.XXX.XXX.XXX"  /></td>
                            </tr>
							
                            <tr>
                                <th nowrap="nowrap"><: cPanel Username :>:</th>
                                <td><input type="text" name="cpanel_username" id="cpanel_username" value="" Placeholder="hostingraja" /></td>
                            </tr>
			
                            <tr>
                                <th nowrap="nowrap"><: cPanel Password :>:</th>
                                <td><input type="password" name="cpanel_password" id="cpanel_password"  Placeholder="..........." /></td>
                            </tr>

				
                            <tr>
                            <th>&nbsp;</th>
                            <td><button class="button-loader btn btn-primary" type="submit" name="cpanel_download" id="cpanel_download" value="inDownload"><: Download :></button>&nbsp; &nbsp;<button class="button-loader btn btn-primary" type="submit" name="cpanel_migrate" id="cpanel_migrate" value="inMigrate"><: Migrate :></button></td>
                            </tr>
                        
			</table>
                        <@ CSFR_Tag @>
                    
		     </form>                                     
                </td>                
            </tr>
        </table>
    </div>
    <div class="zgrid_wrapper">
        <h2><: Migration and Download :></h2>
        <% if MigrationList %>
	 <table class="table table-striped">
                <tr>
                    <th><: Operation :></th>
                    <th><: Backup Filename :></th>
                    <th><: Backup Status :></th>
                    <th><: Restore Status :></th>
                </tr>
		 <% loop MigrationList %>
                <tr>
		 <td><& flag &></td>
                    <td><& backup_file_name &></td>
                    <td><& backup_status &></td>
                    <td><& restore_status &></td>
		</tr> 
		<% endloop %>

            </table>
	<% else %>
        <: You currently do not have any migrations and download backup from cpanel. :>
        <% endif %> 
    </div> 
</div>