Files
wp-multisite-waas/views/emails/admin/domain-created.php
David Stone d88e50df38 Prep Plugin for release on WordPress.org (#23)
* Update translation text domain
* Escape everything that should be escaped.
* Add nonce checks where needed.
* Sanitize all inputs.
* Apply Code style changes across the codebase.
* Correct many deprecation notices.
* Optimize load order of many filters.
* Add Proper Build script
* Use emojii flags
* Fix i18n deprecation  notice for translating too early
* Put all scripts in footer and load async
2025-04-14 11:36:46 -06:00

138 lines
6.9 KiB
PHP

<?php
/**
* Domain Mapping Created Email Template
*
* @since 2.0.0
*/
?>
<p><?php esc_html_e('Hey there', 'wp-multisite-waas'); ?></p>
<p><?php printf(__('A new domain, %2$s, was added to the site %3$s.', 'wp-multisite-waas'), '{{customer_name}}', '{{domain_domain}}', '{{site_title}}'); ?></p>
<h2><b><?php esc_html_e('Domain', 'wp-multisite-waas'); ?></b></h2>
<table cellpadding="0" cellspacing="0" style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Domain', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee; border: 1px solid #eee;">
{{domain_domain}}
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('ID', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fdfdfd; border: 1px solid #eee;">
<a href="{{domain_admin_url}}" style="text-decoration: none;" rel="nofollow">{{domain_id}}</a>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Domain Stage', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fdfdfd; border: 1px solid #eee;">
<code>{{domain_stage}}</code>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Active', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fdfdfd; border: 1px solid #eee;">
<code>{{domain_active}}</code>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Primary', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fdfdfd; border: 1px solid #eee;">
<code>{{domain_primary}}</code>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Secure', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fdfdfd; border: 1px solid #eee;">
<code>{{domain_secure}}</code>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Admin Panel', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
<a href="{{domain_manage_url}}" style="text-decoration: none;" rel="nofollow"><?php esc_html_e('Go to Domain &rarr;', 'wp-multisite-waas'); ?></a>
</td>
</tr>
</tbody>
</table>
<h2><b><?php esc_html_e('Site', 'wp-multisite-waas'); ?></b></h2>
<table cellpadding="0" cellspacing="0" style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Title', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee; border: 1px solid #eee;">
{{site_title}}
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('ID', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fdfdfd; border: 1px solid #eee;">
<a href="{{site_admin_url}}" style="text-decoration: none;" rel="nofollow">{{site_id}}</a>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Site URL', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
<a href="{{site_url}}" style="text-decoration: none;" rel="nofollow"><?php esc_html_e('Visit Site &rarr;', 'wp-multisite-waas'); ?></a>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Site Admin Panel', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
<a href="{{site_admin_url}}" style="text-decoration: none;" rel="nofollow"><?php esc_html_e('Visit Admin Panel &rarr;', 'wp-multisite-waas'); ?></a>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Admin Panel', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
<a href="{{site_manage_url}}" style="text-decoration: none;" rel="nofollow"><?php esc_html_e('Go to Site Management &rarr;', 'wp-multisite-waas'); ?></a>
</td>
</tr>
</tbody>
</table>
<h2><b><?php esc_html_e('Membership', 'wp-multisite-waas'); ?></b></h2>
<table cellpadding="0" cellspacing="0" style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Amount', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
{{membership_description}}
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Initial Amount', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
{{membership_initial_amount}}
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('ID', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fdfdfd; border: 1px solid #eee;">
<a href="{{membership_manage_url}}" style="text-decoration: none;" rel="nofollow">{{membership_id}}</a>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Reference Code', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fdfdfd; border: 1px solid #eee;">
<a href="{{membership_manage_url}}" style="text-decoration: none;" rel="nofollow">{{membership_reference_code}}</a>
</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Expiration', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">{{membership_date_expiration}}</td>
</tr>
<tr>
<td style="text-align: right; width: 160px; padding: 8px; background: #f9f9f9; border: 1px solid #eee;"><b><?php esc_html_e('Admin Panel', 'wp-multisite-waas'); ?></b></td>
<td style="padding: 8px; background: #fff; border: 1px solid #eee;">
<a href="{{membership_manage_url}}" style="text-decoration: none;" rel="nofollow"><?php esc_html_e('Go to Membership &rarr;', 'wp-multisite-waas'); ?></a>
</td>
</tr>
</tbody>
</table>