summaryrefslogtreecommitdiff
path: root/src/zope/tal/benchmark/tal12.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/benchmark/tal12.html')
-rw-r--r--src/zope/tal/benchmark/tal12.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/zope/tal/benchmark/tal12.html b/src/zope/tal/benchmark/tal12.html
new file mode 100644
index 0000000..dcd2c30
--- /dev/null
+++ b/src/zope/tal/benchmark/tal12.html
@@ -0,0 +1,12 @@
+<dtml-in tal:repeat="r r8">
+ <span tal:define="y0 x0;y1 x1;y2 x2;y3 x3;y4 x4;y5 x5;y6 x6;y7 x7">
+ <td bgcolor="white" tal:content="y0"></td>
+ <td bgcolor="white" tal:content="y1"></td>
+ <td bgcolor="white" tal:content="y2"></td>
+ <td bgcolor="white" tal:content="y3"></td>
+ <td bgcolor="white" tal:content="y4"></td>
+ <td bgcolor="white" tal:content="y5"></td>
+ <td bgcolor="white" tal:content="y6"></td>
+ <td bgcolor="white" tal:content="y7"></td>
+ </span>
+</dtml-in>