Skip to content

Commit

Permalink
Added email templates to Denim 3 and Modern Curve themes
Browse files Browse the repository at this point in the history
For feature #1003
  • Loading branch information
eSilverStrike committed Apr 6, 2022
1 parent 9dc25e1 commit a8acea9
Show file tree
Hide file tree
Showing 48 changed files with 640 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p>{lang_hello_name}</p>

<p>{lang_new_comment_msg}</p>

{email_divider_html}

<p>{lang_url_label}: {submission_url}</p>

<p>{lang_unsubscribe_url}: {unsubscribe_url}</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{lang_hello_name}


{lang_new_comment_msg}


{email_divider}

{lang_url_label}: {submission_url}


{lang_unsubscribe_url}: {unsubscribe_url}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{!if lang_abuse_comment_msg}
<p>{lang_abuse_comment_msg}</p>

{email_divider_html}
{!endif}

<p>{lang_title}: {submission_title}<br{XHTML}>
{lang_author}: {submission_author}<br{XHTML}>
{lang_date}: {submission_date}<br{XHTML}>
{lang_type}: {submission_type}</p>

{!if submission_content_html}
{submission_content_html}
{!endif}

{email_divider_html}

<p>{lang_url_label}: {submission_url}</p>

<p>{lang_item_url}: {item_url}</p>


Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{!if lang_abuse_comment_msg}
{lang_abuse_comment_msg}

{email_divider}

{!endif}
{lang_title}: {submission_title}

{lang_author}: {submission_author}

{lang_date}: {submission_date}

{lang_type}: {submission_type}

{!if submission_content_plaintext}

{submission_content_plaintext}

{!endif}
{email_divider}

{lang_url_label}: {submission_url}


{lang_item_url}: {item_url}
17 changes: 17 additions & 0 deletions public_html/layout/denim_three/emails/contact-html.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{!if lang_cc_email_info}
<p>{lang_cc_email_info}</p>

{email_divider_html}
{!endif}

<p>{lang_email_sentinfo}</p>

{email_divider_html}

{message_html}

{!if signature_html}
<br{XHTML}>
{signature_divider_html}
{signature_html}
{!endif}
18 changes: 18 additions & 0 deletions public_html/layout/denim_three/emails/contact-plaintext.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{!if lang_cc_email_info}
{lang_cc_email_info}

{email_divider}

{!endif}
{lang_email_sentinfo}

{email_divider}


{message_plaintext}

{!if signature}
{signature_divider}

{signature}
{!endif}
19 changes: 19 additions & 0 deletions public_html/layout/denim_three/emails/daily_digest-html.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<p>{lang_info_msg}</p>

<p>{lang_unsubscribe_msg}</p>

{articles_html}

<!-- BEGIN article_html -->

{email_divider_html}

<p>{lang_title}: {article_title}<br{XHTML}>
{!if article_author}{lang_author}: {article_author}<br{XHTML}>{!endif}
{lang_date}: {article_date}</p>

{content_html}

<p>{lang_url_label}: {article_url}</p>

<!-- END article_html -->
24 changes: 24 additions & 0 deletions public_html/layout/denim_three/emails/daily_digest-plaintext.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{lang_info_msg}


{lang_unsubscribe_msg}

{articles_plaintext}

<!-- BEGIN article_plaintext -->

{email_divider}

{lang_title}: {article_title}

{!if article_author}{lang_author}: {article_author}{!endif}

{lang_date}: {article_date}


{content_plaintext}


{lang_url_label}: {article_url}

<!-- END article_plaintext -->
9 changes: 9 additions & 0 deletions public_html/layout/denim_three/emails/user_info-html.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p>{lang_user_info_msg}</p>

<p>{lang_username}: {username}<br{XHTML}>
{lang_password}: {password}</p>

<p>{lang_password_msg}</p>

<p>{site_name}{!if site_slogan} - {site_slogan}{!endif}<br{XHTML}>
<a href="{site_url}">{site_url}</a></p>
14 changes: 14 additions & 0 deletions public_html/layout/denim_three/emails/user_info-plaintext.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{lang_user_info_msg}


{lang_username}: {username}

{lang_password}: {password}


{lang_password_msg}


{site_name}{!if site_slogan} - {site_slogan}{!endif}

{site_url}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<p>{lang_username}: {username}<br{XHTML}>
{lang_email}: {email}</p>

<p>{lang_max_invalid_login_msg}</p>

{email_divider_html}

<p>{lang_profile_url_label}: {profile_url}</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{lang_username}: {username}

{lang_email}: {email}


{lang_max_invalid_login_msg}


{email_divider}

{lang_profile_url_label}: {profile_url}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<p>{lang_account_access_msg}</p>

<p>{lang_login_info_msg}</p>

<p>{lang_retrieve_password_msg} <a href="{new_password_url}">{new_password_url}</a></p>

<p>{site_name}{!if site_slogan} - {site_slogan}{!endif}<br{XHTML}>
<a href="{site_url}">{site_url}</a></p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{lang_account_access_msg}


{lang_login_info_msg}


{lang_retrieve_password_msg} {new_password_url}


{site_name}{!if site_slogan} - {site_slogan}{!endif}

{site_url}
7 changes: 7 additions & 0 deletions public_html/layout/denim_three/emails/user_new-html.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<p>{lang_username}: {username}<br{XHTML}>
{lang_email}: {email}<br{XHTML}>
{lang_date}: {date}</p>

{email_divider_html}

<p>{lang_profile_url_label}: {profile_url}</p>
10 changes: 10 additions & 0 deletions public_html/layout/denim_three/emails/user_new-plaintext.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{lang_username}: {username}

{lang_email}: {email}

{lang_date}: {date}


{email_divider}

{lang_profile_url_label}: {profile_url}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<p>{lang_user_request_msg}</p>

<p>{lang_user_action_msg}</p>

<p><a href="{new_password_url}">{new_password_url}</a></p>

<p>{lang_ignore_request_msg}</p>

<p>{site_name}{!if site_slogan} - {site_slogan}{!endif}<br{XHTML}>
<a href="{site_url}">{site_url}</a></p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{lang_user_request_msg}


{lang_user_action_msg}


{new_password_url}


{lang_ignore_request_msg}


{site_name}{!if site_slogan} - {site_slogan}{!endif}

{site_url}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p>{lang_user_password_msg}</p>

<p>{lang_username}: {username}<br{XHTML}>
{lang_new_password}: {password}</p>

<p>{lang_password_msg}</p>

<p>{site_name}{!if site_slogan} - {site_slogan}{!endif}<br{XHTML}>
<a href="{site_url}">{site_url}</a></p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{lang_user_password_msg}


{lang_username}: {username}

{lang_new_password}: {password}


{lang_password_msg}


{site_name}{!if site_slogan} - {site_slogan}{!endif}

{site_url}
9 changes: 9 additions & 0 deletions public_html/layout/denim_three/emails/user_update-html.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p>{lang_user_update_msg}</p>

<p>{lang_username}: {username}<br{XHTML}>
{lang_email}: {email}<br{XHTML}>
{lang_homepage}: {homepage}</p>

{email_divider_html}

<p>{lang_profile_url_label}: {profile_url}</p>
13 changes: 13 additions & 0 deletions public_html/layout/denim_three/emails/user_update-plaintext.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{lang_user_update_msg}


{lang_username}: {username}

{lang_email}: {email}

{lang_homepage}: {homepage}


{email_divider}

{lang_profile_url_label}: {profile_url}
10 changes: 10 additions & 0 deletions public_html/layout/denim_three/emails/user_update_email-html.thtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<p>{lang_email_updated_msg}</p>

<p>{lang_verify_msg}</p>

<p><a href="{verify_url}">{verify_url}</a></p>

<p>{lang_not_verify_msg}</p>

<p>{site_name}{!if site_slogan} - {site_slogan}{!endif}<br{XHTML}>
<a href="{site_url}">{site_url}</a></p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{lang_email_updated_msg}


{lang_verify_msg}


{verify_url}


{lang_not_verify_msg}


{site_name}{!if site_slogan} - {site_slogan}{!endif}

{site_url}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p>{lang_hello_name}</p>

<p>{lang_new_comment_msg}</p>

{email_divider_html}

<p>{lang_url_label}: {submission_url}</p>

<p>{lang_unsubscribe_url}: {unsubscribe_url}</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{lang_hello_name}


{lang_new_comment_msg}


{email_divider}

{lang_url_label}: {submission_url}


{lang_unsubscribe_url}: {unsubscribe_url}

0 comments on commit a8acea9

Please sign in to comment.