bug 2509: fix file permissions
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / js / tinymce / examples / templates / invoice.htm
1 <!-- Template contents HTML outside the DIV will not be inserted -->\r
2 \r
3 <div class="mceTmpl">\r
4         <h1>Invoice # [invoice number] </h1>\r
5         <p>\r
6                 [Client details]\r
7         </p>\r
8 \r
9         <h2>Invoice Items</h2>\r
10 \r
11         <table class="invoice-items">\r
12                 <thead>\r
13                         <tr><th class="col1">Item</th><th class="col2">Qty</th><th class="col3">Unit Cost</th><th class="col4">Total</th></tr>\r
14                 </thead>\r
15 \r
16                 <tbody>\r
17                         <tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>\r
18                         <tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>\r
19                         <tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>\r
20                 </tbody>\r
21 \r
22                 <tfoot>\r
23                         <tr><td colspan="3">Invoice Total</td><td id="invoice-total"></td></tr>\r
24                 </tfoot>\r
25         </table>\r
26 </div>\r