Beee

pending registration email

Aug 10th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.90 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4.         <title>Freerides.org - Registration pending</title>
  5.         <style>
  6.             body { font-family: Trebuchet MS, Arial, Verdana, sans-serif; color:#444444; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
  7.             table#main { width: 100%; height: 100%; }
  8.             table.contenttable { width: 600px; padding: 20px; background: #ffffff; }
  9.             table.mailcontent { padding-top: 0px; margin-bottom: 20px; }
  10.             .header { margin-top: 20px; }
  11.             .eventimage { float: right; width: 150px; margin-left: 15px; margin-bottom: 15px; }
  12.             .eventimage img { width: 150px; height: auto; }
  13.             td img.headerimage { max-width: 560px; height: auto; margin-bottom: 15px; }
  14.             span.underline { text-decoration: underline; }
  15.             .paymentinfo { border: 2px dotted #ee6102; padding: 5px; clear: both; box-sizing: border-box; }
  16.             .paymentinfo p:first-child { margin-top: 0; }
  17.             .paymentinfo p:last-child { margin-bottom: 0; }
  18.             img.paypalbutton { max-width: 100px; height: auto; }
  19.             table.booking-attendees { margin-bottom: 10px; }
  20.             table.booking-attendees tr.rider { padding-bottom: 10px; }
  21.             .hr { width: 100%; border-bottom: 1px solid #444444; margin: 0; }
  22.             a:link, a:visited, a:active { color: #ee6102; }
  23.             .hide { display: none; }
  24.         </style>
  25.     </head>
  26.  
  27.     <body style="">
  28.  
  29.         <!-- Main Table -->
  30.         <table id="main" cellpadding="0" style="background: #cccccc;">
  31.             <tr align="center">
  32.                 <td>
  33.                     <!-- Header -->
  34.                     <table class="contenttable header">
  35.                         <tr>
  36.                             <td align="center"><a href="http://www.freerides.org/"><img src="http://www.freerides.org/content/themes/v4/assets/images/logo-freerides.png" alt="" /></a></td>
  37.                         </tr>
  38.                         <tr>
  39.                             <td><p class="hr">&nbsp;</p></td>
  40.                         </tr>
  41.                     </table>
  42.  
  43.                     <!-- Content -->
  44.                     <table class="contenttable mailcontent" cellpadding="0" cellspacing="0">
  45.                         <tr>
  46.                             <td valign="top">
  47.                                 {has_header}<img src="#_ATT{Header}" class="headerimage" alt="#_EVENTNAME" />{/has_header}
  48.  
  49.                                 <p>Dear #_BOOKINGNAME,</p>
  50.  
  51.                                 <!--
  52.                                {has_poster}<div class="eventimage"><img src="#_ATT{Poster}" alt="#_EVENTNAME" /></div>{/has_poster}
  53.                                -->
  54.  
  55.                                 <p>You have registered #_BOOKINGSPACES place(s) for #_EVENTNAME which takes place on #_EVENTDATES.</p>
  56.  
  57.                                 <p>Your booking is currently awaiting payment, but your place(s) have been reserved for you.</p>
  58.  
  59.                                 {has_iban}
  60.                                 <p>If you pay by bank, <span style="color: #ee6102; font-weight: bold;">your payment must be received within 5 days</span> to secure your place(s).</p>
  61.  
  62.                                 <p>If you don't pay in time, your booking will be cancelled and you have to register again, if you still want a place for the event.</p>
  63.                                 {/has_iban}
  64.  
  65.                                 <p><span class="underline">Your unique booking ID = #_BOOKINGID</span>.</p>
  66.  
  67.                                 <p>Please use this reference in any communication to us, if you have any questions about your booking.</p>
  68.  
  69.                                 #_PAYMENTINFO
  70.  
  71.                                 <p>You have entered the following info during registration:</p>
  72.  
  73.                                 #_BOOKINGATTENDEES
  74.  
  75.                                 <p>If you want to view your registration(s), please click <a href="#_BOOKINGLISTURL">here</a>.</p>
  76.  
  77.                                 <p>If you have any questions, please read our <a href="http://www.freerides.org/about/faq/">F.A.Q.</a>, before you start emailing.</p>
  78.  
  79.                                 <p>If you see something which is not correct, contact us at <a href="mailto:info@freerides.org?subject=I%20have%20a%20question%20about%20my%20booking%20for%20#_EVENTNAME.">info@freerides.org</a>.</p>
  80.  
  81.                                 <p class="hr">&nbsp;</p>
  82.  
  83.                                 <p>This is an automated message from Freerides on behalf of #_CONTACTNAME<br />
  84.                                     <a href="http://www.freerides.org/">http://www.freerides.org</a>
  85.                                 </p>
  86.                             </td>
  87.                         </tr>
  88.                     </table>
  89.  
  90.                 </td>
  91.             </tr>
  92.         </table>
  93.  
  94.     </body>
  95. </html>
Add Comment
Please, Sign In to add comment