summaryrefslogtreecommitdiff
path: root/src/zope/pagetemplate/tests/input/teeshop1.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/pagetemplate/tests/input/teeshop1.html')
-rw-r--r--src/zope/pagetemplate/tests/input/teeshop1.html87
1 files changed, 87 insertions, 0 deletions
diff --git a/src/zope/pagetemplate/tests/input/teeshop1.html b/src/zope/pagetemplate/tests/input/teeshop1.html
new file mode 100644
index 0000000..111381b
--- /dev/null
+++ b/src/zope/pagetemplate/tests/input/teeshop1.html
@@ -0,0 +1,87 @@
+<html metal:use-macro="options/laf/macros/page">
+<head>
+<title>Zope Stuff</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<link rel="stylesheet" href="/common.css">
+</head>
+
+<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
+<table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr bgcolor="#0000CC" align="center">
+ <td>
+ <table width="200" border="0" cellspacing="0" cellpadding="0">
+ <tr bgcolor="#FFFFFF">
+ <td><img src="/images/lside.gif" width="52" height="94"><img src="/images/swlogo.gif" width="150" height="89"><img src="/images/rside.gif" width="52" height="94"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<br>
+<table width="300" border="0" cellspacing="0" cellpadding="0" align="center">
+ <tr align="center">
+ <td width="25%" class="boldbodylist">apparel</td>
+ <td width="25%" class="boldbodylist">mugs</td>
+ <td width="25%" class="boldbodylist">toys</td>
+ <td width="25%" class="boldbodylist">misc</td>
+ </tr>
+</table>
+<br>
+<br>
+<div metal:fill-slot="body">
+<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
+ <tr>
+ <td bgcolor="#0000CC">
+ <table width="100%" border="0" cellspacing="1" cellpadding="3">
+ <tr bgcolor="#FFFFFF" align="center">
+ <td><img src="/images/welcome.gif" width="293" height="28"></td>
+ </tr>
+ <tr bgcolor="#FFFFFF" align="center" valign="top"
+ tal:repeat="product options/getProducts">
+ <td>
+ <table width="100%" border="0" cellspacing="0" cellpadding="6">
+ <tr>
+ <td colspan="2" class="bodylist" height="200" valign="top"><b>Description:
+ </b><span tal:replace="product/description">This is the tee for those who LOVE Zope. Show your heart
+ on your tee.</span></td>
+ <td align="right" width="1%" rowspan="2">
+ <p><img src="/images/smlatee.jpg" width="200" height="200"
+ tal:attributes="src string:/images/${product/image}"></p>
+ </td>
+ </tr>
+ <tr>
+ <td class="bodylist"><img src="images/clear.gif" width="150" height="10"></td>
+ <td class="bodylist"><b>Price</b>:<span tal:replace="product/price">12.99</span></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr bgcolor="#FFFFFF" align="center" valign="top">
+ <td>
+ <table width="100%" border="0" cellspacing="0" cellpadding="6">
+ <tr>
+ <td align="center"><img src="images/buttons/submit.gif" width="87" height="30"></td>
+ <td align="center"><img src="images/buttons/cancel.gif" width="87" height="30"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</div>
+<p>&nbsp;</p><table width="100%" border="0" cellspacing="1" cellpadding="3" align="center">
+ <tr >
+ <td align="center" bgcolor="#FFFFFF" class="bodylist"> Copyright © 2000 <a href="http://www.4-am.com">4AM
+ Productions, Inc.</a>. All rights reserved. <br>
+ Questions or problems should be directed to <a href="mailto:webmaster@teamzonline.com">
+ the webmaster</a>, 254-412-0846. </td>
+ </tr>
+ <tr>
+ <td align="center"><img src="/images/zopelogos/buildzope.gif" width="54" height="54"></td>
+ </tr>
+</table>
+<p>&nbsp;</p>
+</body>
+</html>