Compare commits
2 Commits
45e4001472
...
d90c4ed531
| Author | SHA1 | Date | |
|---|---|---|---|
| d90c4ed531 | |||
| a7af54114e |
45
tour-booking-confirmation.html
Normal file
45
tour-booking-confirmation.html
Normal file
@ -0,0 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Toor booking query for %%pagetitle%%</title>
|
||||
<style>
|
||||
.mailbodycontainer {
|
||||
min-height:100%;
|
||||
width:90%;
|
||||
max-width:750px;
|
||||
margin: auto;
|
||||
padding:20px 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #8332ac;
|
||||
}
|
||||
|
||||
@media (max-width:540px) {
|
||||
.mailbodycontainer{
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- name
|
||||
phone
|
||||
email
|
||||
bookingdate
|
||||
timehour
|
||||
timeminute
|
||||
timeampm
|
||||
notes
|
||||
pagetitle
|
||||
pageurl -->
|
||||
|
||||
<div class="mailbodycontainer">
|
||||
<p>Hi %%name%%, we have received your tour booking query for <a href="%%pageurl%%">%%pagetitle%%</a> on %%bookingdate%% at %%timehour%%:%%timeminute%% %%timeampm%%. We will reach out to you soon about the confirmation.</p>
|
||||
<p>Have a great day!</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@ -6,8 +6,6 @@
|
||||
<title>Toor booking query for %%pagetitle%%</title>
|
||||
<style>
|
||||
.mailbodycontainer {
|
||||
/* background:pink; */
|
||||
min-height:100%;
|
||||
width:90%;
|
||||
max-width:750px;
|
||||
margin: auto;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user