"orderform"
Bootstrap 3.3.0 Snippet by edriessen

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<table style="background:#f5f5f5;width:100%;font-family:Arial,Helvetica,sans-serif;">
<tbody><tr><td><table style="border-collapse:collapse;border-spacing:0;width:70%;margin:20px auto;background:#fff;border:1px solid #e6e6e6;">
<tbody><tr>
<th style="font-size:14px;font-weight:normal;padding:15px;border-style:solid;border-width:0px;overflow:hidden;text-align:left;">
<img src="http://i67.tinypic.com/15x90jn.png" alt="sohomod" style="height:34px;">
</th>
<th style="float:right;width:150px;text-align:left;margin-right:30px;margin-top: 50px; vertical-align:middle;">
<h2 style="font-size:14px;font-weight:bold;text-transform:uppercase;margin:0;padding:15px 0 0 0;">Vragen?<br>
<a href="tel:+31(0)320 - 320036" style="color: #05e1b5">+31(0)320 - 320036</a>
</h2>
<p style="text-align:left;margin:0 0 20px;"><span style="font-size:11px;font-weight:normal;vertical-align:top;">Ma - Vr: 10:00 - 18:00pm <br> info@satos.nl</span></p>
</th>
</tr>
<tr>
<td style="padding:15px;width:100%;" colspan="2"><h1 style="font-size:18px;font-weight:normal;line-height:22px;margin:0 0 11px 0;">Beste <?php echo $transaction->val->name ?></h1><div style="font-size:14px;"> Bedankt voor het plaatsen van uw order via SATOS! <br><br>Onderstaand vind u een overzicht van uw order. Indien uw order een fout betreft, of als u vragen of opmerkingen heeft kunt u ons tijdens werkdagen bereiken op 0320-320036 of een e-mail sturen naar order@satos.nl.<br><br> Over het algemeen worden orders direct verwerkt, houd er echter rekening mee dat bij uitzondering het 24 uur kan duren om uw order te verwerken.<br><br>Orders die geplaatst zijn in het weekend of tijdens de vakantieperiode worden de eerst volgende werkdag pas verwerkt. Wij zullen u ten alle tijden mailen omtrent de status van uw order.</div></td>
</tr>
<tr>
<td style="vertical-align:top;text-align:left;padding:15px;width: 100%;max-width: 170px;">
<h3 style="background-color:#f5f5f5;color:#000;text-transform:uppercase;padding:15px;font-size:14px;margin:0;">Order Informatie</h3>
<p style="padding:15px;border-bottom:1px solid #e6e6e6;margin:0;font-size:14px;">Order ID: #<?php echo $transaction->val->transaction_hash ?></p>
<p style="padding:15px;border-bottom:1px solid #e6e6e6;margin:0;font-size:14px;">Datum: <?php echo $transaction->val->created; ?></p>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.bs-wizard {margin-top: 40px;}
/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: