mirror of
https://github.com/kennethreitz-archive/shopp.git
synced 2026-06-05 23:40:16 +00:00
44 lines
1.1 KiB
HTML
44 lines
1.1 KiB
HTML
Content-type: text/html; charset=utf-8
|
|
From: [from]
|
|
To: [to]
|
|
Subject: [subject]
|
|
|
|
<style type="text/css">
|
|
html { font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; width: 600px; padding: 40px; position: relative; }
|
|
|
|
address { font-style: normal; }
|
|
fieldset { width: auto; width: 33%; padding: 10px; border: 1px solid #dadada; margin-bottom: 30px; }
|
|
table.transaction th { text-align: left; }
|
|
h1 { margin-bottom: 0; }
|
|
p { margin-bottom: 24px; }
|
|
|
|
fieldset { float: left; width: 40%; height: 150px; margin-top: 20px; }
|
|
fieldset.shipping { float: right; }
|
|
fieldset legend { display: block; }
|
|
|
|
.billship { clear: both; width: 100%; }
|
|
|
|
.clear { clear: both; }
|
|
|
|
.cart { width: 100%; clear: both; border: none; }
|
|
.cart td { border: none; }
|
|
.cart th { font-weight: bold; text-align: left; }
|
|
.cart .item { width: 50%; }
|
|
.cart .money,
|
|
.cart .total,
|
|
.cart .buttons td { text-align: right; }
|
|
.cart .remove { font-size: 12px; }
|
|
.cart tr.totals th,.cart tr.totals td { padding: 10px 0 0 0; }
|
|
</style>
|
|
|
|
<html>
|
|
|
|
<h1>[sitename] Order Update</h1>
|
|
|
|
<p class="status">Your order is now: [status]</p>
|
|
|
|
[message]
|
|
|
|
[receipt]
|
|
|
|
</html> |