web/wp-content/plugins/duplicator/inc/page.support.php
changeset 195 c7c0fbc09788
child 204 09a1c134465b
equal deleted inserted replaced
194:32102edaa81b 195:c7c0fbc09788
       
     1 
       
     2 
       
     3 <div class="wrap dup-wrap">
       
     4 
       
     5 	<!-- h2 requred here for general system messages -->
       
     6 	<h2 style='display:none'></h2>
       
     7 	<div class="dup-header widget">
       
     8 		<div style='float:left;height:45px'><img src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/logo.png" style='text-align:top'  /></div> 
       
     9 		<div style='float:left;height:45px; text-align:center;'>
       
    10 			<h2 style='margin:-12px 0px -7px 0px; text-align:center; width:100%;'>Duplicator &raquo;<span style="font-size:18px"> <?php _e("Support", 'wpduplicator') ?></span> </h2>
       
    11 			<i style='font-size:0.8em'><?php _e("By", 'wpduplicator') ?> <a href='http://lifeinthegrid.com/duplicator' target='_blank'>lifeinthegrid.com</a></i>
       
    12 		</div> 
       
    13 		<div style='float:right; padding:5px 0px 0px 0px; white-space:nowrap'>
       
    14 			<input type="button" id="dup-btn-about" onclick='window.location.href="?page=duplicator_about_page"' title="<?php _e("All About", 'wpduplicator') ?>" />
       
    15 		</div>
       
    16 		<br style='clear:both' />
       
    17 	</div> <br/><br/>
       
    18 
       
    19 	<div style="width:850px; margin:auto">
       
    20 
       
    21 		
       
    22 		<!-- KNOWLEDGE BASE -->
       
    23 		<h2><?php _e('Knowledge Base', 'wpduplicator') ?></h2><hr size="1" />
       
    24 		<div class="dup-support-cell no-select"  onclick="window.open('<?php echo DUPLICATOR_HELPLINK  ?>', '_blank')">
       
    25 			<img src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/books.png" style='text-align:top; margin:0px 0px 0px 40px' />
       
    26 		</div>
       
    27 		<div class="dup-support-txts">		
       
    28 			<?php  _e('For a complete rundown of the Duplicator see the online knowledgebase by clicking the question button or any link below.   If you experience issues with creating or installing a package check out the FAQ page first.', 'wpduplicator');?>
       
    29 		</div>
       
    30 		
       
    31 		<div style="width:100%; padding:10px 10px 0px 10px; font-size:16px; font-weight:bold" align="center">
       
    32 			<a href="http://lifeinthegrid.com/duplicator-quick" target="_blank"><?php _e('Quick Start', 'wpduplicator') ?></a> &nbsp; | &nbsp;
       
    33 			<a href="http://lifeinthegrid.com/duplicator-guide" target="_blank"><?php _e('User Guide', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
       
    34 			<a href="http://lifeinthegrid.com/duplicator-faq" target="_blank"><?php _e('FAQs', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
       
    35 			<a href="http://lifeinthegrid.com/duplicator-log" target="_blank"><?php _e('Changelog', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
       
    36 			<a href="http://lifeinthegrid.com/labs/duplicator" target="_blank">Product Page</a>
       
    37 		</div>		
       
    38 		<div style="clear:both; height:35px"></div>
       
    39 
       
    40 
       
    41 		<!-- APPROVED QA -->
       
    42 		<h2><?php _e('Approved Hosting', 'wpduplicator') ?></h2><hr size="1" />
       
    43 		<div class="dup-support-cell no-select"  onclick="window.open('<?php echo DUPLICATOR_CERTIFIED  ?>', '_blank')">
       
    44 			<img id="dup-about-approved" src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/approved.png" style='text-align:top; margin:2px 0px 0px 25px' />
       
    45 		</div>
       
    46 		<div class="dup-support-txts">		
       
    47 			<?php 
       
    48 				_e('Not all hosting companies are created equal and to get the most out of the plugin we recommend using hosting providers that we do our own testing on.  Please visit our', 'wpduplicator');
       
    49 					
       
    50 				printf(" <a href='http://lifeinthegrid.com/duplicator-hosts' target='_blank'>%s</a> %s.",
       
    51 					__("Approved Affiliate Hosting Program", 'wpduplicator'),
       
    52 					__("and consider making a switch to hosts that we trust and have experienced good success with when using the Duplicator", 'wpduplicator')); 			
       
    53 			?>
       
    54 		</div>
       
    55 		<div style="clear:both; height:35px"></div>
       
    56 		
       
    57 		
       
    58 		<!-- ONLINE SUPPORT -->
       
    59 		<h2><?php _e('Online Support', 'wpduplicator') ?></h2><hr size="1" />
       
    60 		<div class="dup-support-cell no-select"  onclick="window.open('http://lifeinthegrid.com/services', '_blank')">
       
    61 			<img src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/clock.png" style='text-align:top; margin:0px 0px 0px 40px' />
       
    62 			
       
    63 		</div>
       
    64 		<div class="dup-support-txts">		
       
    65 			<?php 
       
    66 					_e("If you run into an issue and have already read the FAQs feel free to submit a support ticket and we will try our best to respond within 5-10 business days or sooner if possible." , 'wpduplicator');
       
    67 
       
    68 					printf("  %s <a href='http://lifeinthegrid.com/services' target='_blank'>%s</a> %s",
       
    69 								__("If you need priority support within 24-48hrs please visit our ", 'wpduplicator'),
       
    70 								__("service page", 'wpduplicator'),
       
    71 								__("for more details.  Premium support is 100% refundable if we are unable to resolve your issue.", 'wpduplicator')); 	
       
    72 					
       
    73 					echo "<br/> <br/>";
       
    74 			?>
       
    75 			<i>
       
    76 				<?php 
       
    77 					_e("Most issues that occur with the Duplicator revolve around how a server is configured.  In order to diagnose your issues we will require temporary admin accounts to your cPanel and WordPress Admin.  Please fill out the "); 
       
    78 					printf(" <a href='http://lifeinthegrid.com/services' target='_blank'>%s</a> %s",
       
    79 						__("Request Quote", 'wpduplicator'),
       
    80 						__("form and explain your issue in detail.", 'wpduplicator')); 	
       
    81 				?>
       
    82 				
       
    83 			</i>
       
    84 		</div>
       
    85 		<div style="clear:both; height:35px"></div>
       
    86 		
       
    87 
       
    88 
       
    89 		
       
    90 	</div>
       
    91 
       
    92 </div><br/><br/><br/><br/>
       
    93 
       
    94 
       
    95 
       
    96