<p><?php_e('Thank you. Please check your email for a link to confirm your action. Your site will not be deleted until this link is clicked. ')?></p>
<?php}else{
?>
<p><?phpprintf(__('If you do not want to use your %s site any more, you can delete it using the form below. When you click <strong>Delete My Site Permanently</strong> you will be sent an email with a link in it. Click on this link to delete your site.'),$current_site->site_name);?></p>
<p><?php_e('Remember, once deleted your site cannot be restored.')?></p>
<p><inputid="confirmdelete"type="checkbox"name="confirmdelete"value="1"/><labelfor="confirmdelete"><strong><?phpprintf(__("I'm sure I want to permanently disable my site, and I am aware I can never get it back or use %s again."),is_subdomain_install()?$current_blog->domain:$current_site->domain.$current_site->path);?></strong></label></p>
<pclass="submit"><inputtype="submit"value="<?php esc_attr_e( 'Delete My Site Permanently' ) ?>"/></p>