diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-11 01:29:13 -0800 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-11 01:29:13 -0800 |
| commit | 3d0d3a86106ece4ea298ab2f262b3af5ff8a7728 (patch) | |
| tree | b75b297d980f5b061595cea8b29fe42503907684 /inc/hire_eml.tpl | |
| parent | a44a0e047a7582fe7e31743e1b03a17cf2987f73 (diff) | |
| download | bulletin-3d0d3a86106ece4ea298ab2f262b3af5ff8a7728.tar.gz | |
Almost there...
Diffstat (limited to 'inc/hire_eml.tpl')
| -rw-r--r-- | inc/hire_eml.tpl | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/inc/hire_eml.tpl b/inc/hire_eml.tpl new file mode 100644 index 0000000..86fbb33 --- /dev/null +++ b/inc/hire_eml.tpl @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8" /> + <title>Job Application Selected</title> + </head> + <body> + <div id="head" style="text-align: center; width: 100%; height: 110px; border-bottom: 1px solid #dddddd;"> + <a class="logolink" href="[config:base_url]"> + <img style="width: 334px; height: 80px; margin: 15px auto;" src="[config:base_url]img/5.png" alt="Bulletin" /> + </a> + </div> + <div style="width: 450px; display: table; margin: 1em auto;"> + <div style="font-family: sans-serif; font-size: 12pt; text-align: center; margin: 15px -15px; width: 100%; display: block;"> + <p style="width: 100%;">[tpl:providername] has selected you for their ad, <a style="color: #fb4d00;" href="[config:base_url]dash/ads.php?id=[tpl:adid]">[tpl:adtitle]</a>. If you have any questions, please review the job description, contact the job provider at <a style="color: #fb4d00;" href="mailto:[tpl:provideremail]">[tpl:provideremail]</a>, or pay a visit to their <a style="color: #fb4d00;" href="[config:base_url]dash/profile.php?id=[tpl:providerid]">profile</a>.</p> + <p style="width: 100%;">Once the job is complete, please rate your experience with this provider under the <a style="color: #fb4d00;" href="[config:base_url]dash/rate.php">rate</a> tab.</p> + </div> + </div> + <div style="width: 450px; height: 1px; margin: auto; background: #dddddd;"></div> +[config:eml_footer] + <p style="color: #dddddd; margin: 4em auto auto auto; text-align: center; font-size: x-small; font-family: sans-serif;">Copyright © 2016 Bulletin Team</p> + </body> +</html> |
