Lines 13-23
Link Here
|
13 |
<div id="receipt"> |
13 |
<div id="receipt"> |
14 |
<!-- The table with the account items --> |
14 |
<!-- The table with the account items --> |
15 |
<table> |
15 |
<table> |
|
|
16 |
<!-- TMPL_IF NAME="LibraryName --> |
16 |
<tr> |
17 |
<tr> |
17 |
<th colspan=3 class="centerednames"> |
18 |
<th colspan=3 class="centerednames"> |
18 |
<h3><!-- TMPL_VAR name="LibraryName" --></h3> |
19 |
<h3><!-- TMPL_VAR name="LibraryName" --></h3> |
19 |
</th> |
20 |
</th> |
20 |
</tr> |
21 |
</tr> |
|
|
22 |
<!-- /TMPL_IF --> |
21 |
<tr> |
23 |
<tr> |
22 |
<th colspan=3 class="centerednames"> |
24 |
<th colspan=3 class="centerednames"> |
23 |
<h2><u>INVOICE</u></h2> |
25 |
<h2><u>INVOICE</u></h2> |
Lines 30-36
Link Here
|
30 |
</tr> |
32 |
</tr> |
31 |
<tr> |
33 |
<tr> |
32 |
<th colspan=3 > |
34 |
<th colspan=3 > |
33 |
To,<br /> <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br /> |
35 |
Bill To: <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br /> |
34 |
Card Number : <!-- TMPL_VAR NAME="cardnumber" --><br /> |
36 |
Card Number : <!-- TMPL_VAR NAME="cardnumber" --><br /> |
35 |
</th> |
37 |
</th> |
36 |
</tr> |
38 |
</tr> |
37 |
- |
|
|