Skip to content

Commit 7ecaf52

Browse files
committed
add test template files
1 parent fdbd486 commit 7ecaf52

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

tests/phpunit/test-template1.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<p><style type="text/css">#baires h1,#baires h2,#baires h3,#baires h4,#baires b,#baires a {color:#000 !important} #baires p{color:#666 !important}#baires_footer a{color:#EEE !important}</style></p>
2+
<div style="margin:0; text-align:center; width:100%; background:#EEE;min-width:240px;height:100%;" id="baires">
3+
<div style="width:96%;margin:0 auto; border:10px double #000;">
4+
<div style="background:#000;padding:5px 0px 5px 15px;color:#777;letter-spacing:20px;text-align:center;font-size:15px;margin:1px 0px">NEWSLETTER</div>
5+
<table height="100%" width="100%" style="font-family:Times New Roman, Garamond, serif;">
6+
<tbody>
7+
<tr>
8+
<td bgcolor="#666" align="right" width="35" valign="top"><br />
9+
<h3 style="margin:10px;text-align:right;font-weight:normal; color:#FFF !important; line-height:1.2; font-size:30px;">[SUBJECT]</h3>
10+
</td>
11+
<td bgcolor="#FFF" style="color:#666;margin:10px">
12+
<div style="margin:10px">[CONTENT]</div>
13+
</td>
14+
</tr>
15+
<tr>
16+
<td style="background:#000;padding:5px;height:50px;color:#FFF !important" id="baires_footer" colspan="2">[FOOTER]</td>
17+
</tr>
18+
<tr>
19+
<td style="background:#333;height:20px;text-align:center" colspan="2">[SIGNATURE]</td>
20+
</tr>
21+
</tbody>
22+
</table>
23+
</div>
24+
</div>

tests/phpunit/test-template2.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div style="max-width:600px;background:#FFF;display:block;margin:0px auto;font-family: Arial,sans-serif;font-size:12px">
2+
<p style="text-align:right"><a href="[FORWARDURL]" >Forward this message</a></p>
3+
<table style="border:2px solid #CCC; color:#333;" width="100%" cellpadding="20px" cellspacing="0px">
4+
<tbody>
5+
<tr><td style="color:#999;font-size:30px;text-align:center"><img src="logo.png" style="max-width:300px;" alt="NEWSLETTER" /></td></tr>
6+
<tr><td> <hr /></td></tr>
7+
<tr><td><h1 style="font-size:22px;text-align:center">[SUBJECT]</h1></td></tr>
8+
<tr><td>[CONTENT]</td></tr>
9+
</tbody>
10+
</table>
11+
<p style="text-align:right">[FOOTER]</p>
12+
</div>
13+

0 commit comments

Comments
 (0)