blob: c66caf2004d9848b74d3e9760e6fb5c8cc0525e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Job Application Received</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%;">Your Ad, <a style="color: #fb4d00;" href="[config:base_url]dash/?view=[tpl:adid]">[tpl:adname]</a>, has just received a response. The applicant is named [tpl:seekername] and [tpl:seekerrating]. To get in touch, you can email them at <a style="color: #fb4d00;" href="mailto:[tpl:seekereml]">[tpl:seekereml]</a> or check out more of their profile <a style="color: #fb4d00;" href="[config:base_url]dash/profile.php?id=[tpl:seekerid]">here</a>.</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]</p>
</body>
</html>
|