web/wp-content/plugins/duplicator/inc/page.about.php
changeset 195 c7c0fbc09788
child 204 09a1c134465b
equal deleted inserted replaced
194:32102edaa81b 195:c7c0fbc09788
       
     1 <script type="text/javascript">var switchTo5x=true;</script>
       
     2 <script type="text/javascript" src="https://ws.sharethis.com/button/buttons.js"></script>
       
     3 <script type="text/javascript">stLight.options({publisher: "1a44d92e-2a78-42c3-a32e-414f78f9f484"}); </script> 
       
     4 <script>
       
     5 	jQuery(function() {	jQuery("#dup-survey").button();	});
       
     6 </script>
       
     7 
       
     8 
       
     9 
       
    10 <div class="wrap dup-wrap">
       
    11 
       
    12 	<!-- h2 requred here for general system messages -->
       
    13 	<h2 style='display:none'></h2>
       
    14 	<div class="dup-header widget">
       
    15 		<div style='float:left;height:45px'><img src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/logo.png" style='text-align:top'  /></div> 
       
    16 		<div style='float:left;height:45px; text-align:center;'>
       
    17 			<h2 style='margin:-12px 0px -7px 0px; text-align:center; width:100%;'>Duplicator &raquo;<span style="font-size:18px"> <?php _e("About", 'wpduplicator') ?></span> </h2>
       
    18 			<i style='font-size:0.8em'><?php _e("By", 'wpduplicator') ?> <a href='http://lifeinthegrid.com/duplicator' target='_blank'>lifeinthegrid.com</a></i>
       
    19 		</div> 
       
    20 		<div style='float:right; padding:5px 0px 0px 0px; white-space:nowrap'>
       
    21 			<input type="button" id="btn-help-dialog" onclick='window.location.href="?page=duplicator_support_page"' title="<?php _e("Support", 'wpduplicator') ?>" />
       
    22 		</div>
       
    23 		<br style='clear:both' />
       
    24 	</div>
       
    25 
       
    26 	<div style="width:850px; margin:auto">
       
    27 		<table>
       
    28 			<tr>
       
    29 				<td valign="top" class="dup-drop-cap">
       
    30 				<?php 
       
    31 					_e("Your LifeInTheGrid should be about working smarter not harder.  With the Duplicator you can streamline your workflows and quickly clone a WordPress site in minutes.  From Novice to Guru this plugin is designed for Bloggers, Admins, Developers, Designers, Entrepreneurs and anyone who uses WordPress.", 'wpduplicator');
       
    32 					echo '<br/><br/>';
       
    33 					_e("If you run into an issue feel free to submit a support ticket and visit our" , 'wpduplicator');
       
    34 					
       
    35 					printf(" <a href='http://lifeinthegrid.com/duplicator-docs' target='_blank'>%s</a>.",
       
    36 								__("knowledgebase", 'wpduplicator'));
       
    37 					
       
    38 					printf("  %s <a href='http://lifeinthegrid.com/services' target='_blank'>%s</a> %s",
       
    39 								__("We also offer premium priority support for those who need feedback within 24-48hrs.  Please visit our ", 'wpduplicator'),
       
    40 								__("service page", 'wpduplicator'),
       
    41 								__("for more details.", 'wpduplicator')); 
       
    42 				?>
       
    43 				</td>
       
    44 				<td><img src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/logo-box.png" style='text-align:top; margin:-10px 0px 0px 20px'  /></td>
       
    45 			</tr>
       
    46 		</table>
       
    47 		
       
    48 		<!--  ========================
       
    49 		SUPPORT DUPLICATOR -->
       
    50 		<h2 style="margin-top:-40px"><?php _e('Support Duplicator', 'wpduplicator') ?></h2><hr size="1" />
       
    51 
       
    52 		<!-- DONTATE -->
       
    53 		<div class="dup-support-cell" onclick="jQuery('#dup-donate-form').submit()">
       
    54 			<form id="dup-donate-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" style="display:inline-block;height:50px; margin:5px 0px 0px -2px"> 
       
    55 				<input name="cmd" type="hidden" value="_s-xclick" /> 
       
    56 				<input name="hosted_button_id" type="hidden" value="EYJ7AV43RTZJL" /> 
       
    57 				<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/btn/btn_donateCC_LG.gif" type="image" /> 
       
    58 				<img src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /> 
       
    59 			</form>
       
    60 		</div>
       
    61 		<div class="dup-support-txts">
       
    62 			<?php _e('Consider a donation of any amount; it will take less than 60 seconds or about as fast as you can duplicate a site.  These proceeds help to cover development and support costs.  Thanks for your generosity!!', 'wpduplicator') ?>
       
    63 		</div>
       
    64 		<div style="clear:both; height:15px"></div>
       
    65 					
       
    66 					
       
    67 		<!-- FIVE STAR -->			
       
    68 		<div class="dup-support-cell no-select" onclick="window.open('http://wordpress.org/extend/plugins/duplicator', '_blank')">
       
    69 			<img src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/5star.png" style='text-align:top; margin-left:20px'   />
       
    70 		</div> 
       
    71 		<div class="dup-support-txts">
       
    72 			<?php 
       
    73 				printf("%s <a href='http://wordpress.org/extend/plugins/duplicator' target='_blank'>%s</a>  ",
       
    74 				__("Help out by leaving a 5 star review on the", 'wpduplicator'),
       
    75 				__("WordPress plugins directory", 'wpduplicator')); 
       
    76 				_e('and by giving your opinion on the survey below.', 'wpduplicator');
       
    77 			?>
       
    78 			<div style="text-align:center; padding:10px">
       
    79 				<input id="dup-survey" type="button" onclick="window.open('http://lifeinthegrid.com/duplicator-survey')" value="<?php _e('Give us your Opinion?', 'wpduplicator') ?>" />
       
    80 			</div>
       
    81 		</div>
       
    82 		<div style="clear:both; height:15px"></div>
       
    83 
       
    84 
       
    85 
       
    86 
       
    87 
       
    88 		
       
    89 		<!--  ========================
       
    90 		SPREAD THE WORD -->
       
    91 		<h2><?php _e('Spread the Word', 'wpduplicator') ?></h2><hr size="1" />
       
    92 		<?php _e('Spreading the word gives the plugin a wider audience which helps to pool more resources to test/support/develop and participate to improve the plugin.  By getting the word out the Duplicator will continue to improve at a faster rate and harness the power of the open community to push the plugin further.', 'wpduplicator'); ?>		
       
    93 
       
    94 		<?php
       
    95 			$title = __("Duplicate Your WordPress", 'wpduplicator');
       
    96 			$summary = __("Rapid WordPress Duplication by LifeInTheGrid.com", 'wpduplicator');
       
    97 			$share_this_data = "st_url='" . DUPLICATOR_HOMEPAGE . "' st_title='{$title}' st_summary='{$summary}'";
       
    98 		?>
       
    99 
       
   100 		<div style="width:100%; padding:10px 10px 0px 10px" align="center">
       
   101 			<span class='st_facebook_vcount' displayText='Facebook' <?php echo $share_this_data; ?> ></span>
       
   102 			<span class='st_twitter_vcount' displayText='Tweet' <?php echo $share_this_data; ?> ></span>
       
   103 			<span class='st_googleplus_vcount' displayText='Google +' <?php echo $share_this_data; ?> ></span>
       
   104 			<span class='st_linkedin_vcount' displayText='LinkedIn' <?php echo $share_this_data; ?> ></span>
       
   105 			<span class='st_email_vcount' displayText='Email' <?php echo $share_this_data; ?> ></span>
       
   106 		</div>
       
   107 		
       
   108 		<div style="width:100%; padding:10px 10px 0px 10px" align="center">
       
   109 			<table>
       
   110 				<tr style="text-align:center">
       
   111 					<td>
       
   112 						<b style="font-size:16px">Social News</b><br/>
       
   113 						<span class='st_reddit_large' displayText='Reddit' <?php echo $share_this_data; ?> ></span>
       
   114 						<span class='st_slashdot_large' displayText='Slashdot' <?php echo $share_this_data; ?> ></span>
       
   115 						<span class='st_stumbleupon_large' displayText='StumbleUpon' <?php echo $share_this_data; ?> ></span>
       
   116 						<span class='st_technorati_large' displayText='Technorati' <?php echo $share_this_data; ?> ></span>
       
   117 						<span class='st_digg_large' displayText='Digg' <?php echo $share_this_data; ?> ></span>
       
   118 						<span class='st_blogger_large' displayText='Blogger' <?php echo $share_this_data; ?> ></span> 
       
   119 						<span class='st_wordpress_large' displayText='WordPress' <?php echo $share_this_data; ?> ></span>		
       
   120 						<span class='st_dzone_large' displayText='DZone' <?php echo $share_this_data; ?> ></span>					
       
   121 					</td>
       
   122 					<td><br/> &nbsp; <img src="<?php echo DUPLICATOR_PLUGIN_URL  ?>img/hdivider.png" class="toolbar-divider" /> &nbsp; </td>
       
   123 					<td>
       
   124 						<b style="font-size:16px">Bookmarks</b><br/>
       
   125 						<span class='st_evernote_large' displayText='Evernote' <?php echo $share_this_data; ?> ></span>
       
   126 						<span class='st_delicious_large' displayText='Delicious' <?php echo $share_this_data; ?> ></span>
       
   127 						<span class='st_blogmarks_large' displayText='Blogmarks' <?php echo $share_this_data; ?> ></span>
       
   128 						<span class='st_connotea_large' displayText='Connotea' <?php echo $share_this_data; ?> ></span>
       
   129 						<span class='st_google_bmarks_large' displayText='Bookmarks' <?php echo $share_this_data; ?> ></span>
       
   130 						<span class='st_email_large' displayText='Email' <?php echo $share_this_data; ?> ></span>					
       
   131 					</td>
       
   132 				</tr>
       
   133 			</table>
       
   134 		</div><br/>
       
   135 
       
   136 		<!--  ========================
       
   137 		VISIT US -->
       
   138 		<hr size="1" />
       
   139 		<div style="width:100%; padding:10px 10px 0px 10px" align="center">
       
   140 			<a href="http://lifeinthegrid.com/duplicator-docs" target="_blank"><?php _e('Knowledge Base', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
       
   141 			<a href="http://lifeinthegrid.com/duplicator-faq" target="_blank"><?php _e('FAQ', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
       
   142 			<a href="http://lifeinthegrid.com" target="_blank"><?php _e('Blog', 'wpduplicator') ?></a> &nbsp; | &nbsp;
       
   143 			<a href="http://lifeinthegrid.com/labs" target="_blank"><?php _e('Labs', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
       
   144 			<a href="http://www.youtube.com/lifeinthegridtv" target="_blank">YouTube</a>
       
   145 		</div>
       
   146 		
       
   147 	</div>
       
   148 
       
   149 </div><br/><br/><br/><br/>
       
   150 
       
   151 
       
   152 
       
   153