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

				<@ Result @>
	</div>			
<% if isDeleteDomain %>	
		<form action="./?module=apachetotomcat&action=apachetotomcatdelete" method="post">
				<div class="zform_wrapper alert alert-danger">
				<h2><: Delete :>: <@ CurrentDomain @>?</h2>
				<p>Please confirm that you want to remove domain from Tomcat server ?</p>
				<table class="none" cellpadding="0" cellspacing="0">
				<tr>
				<td colspan="2" align="right">
				<input type="hidden" Id="inDelete" name="inDelete" value="<@ CurrentID @>">
				<button class="button-loader delete btn btn-danger" type="submit" id="DelSSL"  ><: Delete :></button>
				<button class="button-loader btn btn-default" type="button" onclick="window.location.href='./?module=apachetotomcat';return false;"><: Cancel :></button>
				</td>
				</tr>
				</table>
				<@ CSFR_Tag @>
				</div>
		</form>	
<% endif %>
				
	<div class="zgrid_wrapper" Id="zgrid_wrapper">
        <@ showformcontent @>
    </div>
				
    
    <div class="zgrid_wrapper1">
	        <form action="./?module=apachetotomcat&action=apachetotomcat" method="post">
	<table class="none" width="100%" cellborder="0" cellspacing="0">
            <tr valign="top">
                <td>
                    <h2><: Apache to Tomcat :></h2>
                  
                        <table class="table table-striped">
						
                            <tr>
                                <th nowrap="nowrap"><: Domain :>:</th>
                                <td style="padding-top: 2px;">
                                    <select name="inDomain" id="inDomain">
                                        <option value="" selected="selected">-- <: Select a domain :> --</option>
                                        <% loop DomainList %>
                                        <option value="<& domain_id &>"><& domain &></option>
                                        <% endloop %>
                                    </select>
                                </td>
                            </tr>
	
                            <tr>
                                <th><button class="button-loader btn btn-primary"  type="submit" name="CreateSSL" id="CreateSSL" value="inCreate"><: Create :></button></th>
                                <td></td>
                                <td></td>
                            </tr>
                        </table>
                        <@ CSFR_Tag @>                 
                    
                </td>
                
            </tr>
        </table>
		</form>
    </div>    
</div>