Files
shopp/templates/notification.html
Kenneth Reitz 29b20bfff0 Import
2011-01-15 22:35:01 -05:00

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>