示例#1
0
_e('We have made an incredibly complex process ridiculously easy with this powerful plugin. We have tested thoroughly and used this exact tool in our own live multisite environments. However, our comfort level should not dictate your precautions. If you\'re confident in your testing and back-up scheme - which you should have in place anyway ;) - then by all means - start cloning like there\'s no tomorrow!', 'ns-cloner');
?>
		</div>
		
		<!-- security nonce -->
		<input name="clone_nonce" value="<?php 
echo wp_create_nonce('ns_cloner');
?>
" type="hidden" />
		
	</form>
	
	<!-- sidebar -->
	<div class="ns-cloner-sidebar">
		<?php 
ns_cloner::render('side-add-ons');
?>
		<?php 
ns_cloner::render('side-shares');
?>
	</div>
	
	<!-- clone button -->
	<div class="ns-cloner-button-wrapper">
		<input class="ns-cloner-button" type="submit" />
		<div class="ns-cloner-button-steps"></div>
	</div>		

</div>
	
	
<?php

ns_sidebar::widget('rate', array('If the Cloner has saved you lots of time, tell everyone with a 5-star rating!', 'ns-cloner-site-copier'));
ns_sidebar::widget('links', array('ns-cloner'));
ns_sidebar::widget('subscribe');
ns_sidebar::widget('support', array('Have any issues with the cloner, or ideas on how to make it better? We\'d love to hear from you.'));
ns_sidebar::widget('featured');
?>

<div class="ns-cloner-copy-logs">
	<div class="ns-cloner-copy-logs-content">
		<p><?php 
_e('If you\'re going to open a support request, could you please copy the log urls listed below and paste them at the bottom of your support request so we can give you better and faster help? Thank you!', 'ns-cloner');
?>
</p>
		<p class="description"><?php 
_e('(Also, please send privately, not on a forum - all super-sensitive info such as passwords is hidden but some logged details like database prefixes, etc. are best kept private to be safe.)', 'ns-cloner');
?>
</p>
		<textarea onclick="this.select();return false;"><?php 
echo join("\n", ns_cloner::get_recent_logs());
?>
</textarea>
		<br/><br/>
		<a href="http://support.neversettle.it" class="button button-primary" target="_blank"><?php 
_e('Continue to Support', 'ns-cloner');
?>
</a>
	</div>
</div>