web/wp-content/plugins/duplicator/inc/page.diag.php
changeset 204 09a1c134465b
parent 195 c7c0fbc09788
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
    14 	<form id="form-duplicator" method="post">
    14 	<form id="form-duplicator" method="post">
    15 		<!-- h2 requred here for general system messages -->
    15 		<!-- h2 requred here for general system messages -->
    16 		<h2 style='display:none'></h2>
    16 		<h2 style='display:none'></h2>
    17 		
    17 		
    18 		<div class="dup-header widget" style="margin-bottom:5px">
    18 		<div class="dup-header widget" style="margin-bottom:5px">
       
    19 			<!-- !!DO NOT CHANGE OR EDIT PRODUCT NAME!!
       
    20 			If your interested in Private Label Rights please contact us at the URL below to discuss
       
    21 			customizations to product labeling: http://lifeinthegrid.com/services/	-->		
    19 			<div style='float:left;height:45px'><img src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/logo.png" style='text-align:top'  /></div> 
    22 			<div style='float:left;height:45px'><img src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/logo.png" style='text-align:top'  /></div> 
    20 			<div style='float:left;height:45px; text-align:center;'>
    23 			<div style='float:left;height:45px; text-align:center;'>
    21 				<h2 style='margin:-12px 0px -7px 0px; text-align:center; width:100%;'>Duplicator &raquo;<span style="font-size:18px"> <?php _e("Diagnostics", 'wpduplicator') ?></span> </h2>
    24 				<h2 style='margin:-12px 0px -7px 0px; text-align:center; width:100%;'>Duplicator &raquo;<span style="font-size:18px"> <?php _e("Diagnostics", 'wpduplicator') ?></span> </h2>
    22 				<i style='font-size:0.8em'><?php _e("By", 'wpduplicator') ?> <a href='http://lifeinthegrid.com/duplicator' target='_blank'>lifeinthegrid.com</a></i>
    25 				<i style='font-size:0.8em'><?php _e("By", 'wpduplicator') ?> <a href='http://lifeinthegrid.com/duplicator' target='_blank'>lifeinthegrid.com</a></i>
    23 			</div> 
    26 			</div> 
    26 				<input type="button" id="dup-btn-about" onclick='window.location.href="?page=duplicator_about_page"' title="<?php _e("All About", 'wpduplicator') ?>" />
    29 				<input type="button" id="dup-btn-about" onclick='window.location.href="?page=duplicator_about_page"' title="<?php _e("All About", 'wpduplicator') ?>" />
    27 			</div>
    30 			</div>
    28 			<br style='clear:both' />
    31 			<br style='clear:both' />
    29 		</div>
    32 		</div>
    30 		
    33 		
    31 
       
    32 	<?php 	echo "<div id='dup-server-info-area'>{$serverinfo}</div>"; ?>
    34 	<?php 	echo "<div id='dup-server-info-area'>{$serverinfo}</div>"; ?>
    33 
    35 
    34 </div>
    36 </div>