eggification
[photoprint.git] / Products / photoprint / skins / order_payment_template.pt
diff --git a/Products/photoprint/skins/order_payment_template.pt b/Products/photoprint/skins/order_payment_template.pt
new file mode 100644 (file)
index 0000000..1c9b847
--- /dev/null
@@ -0,0 +1,19 @@
+<html metal:use-macro="here/main_template/macros/master"
+      xmlns:tal="http://xml.zope.org/namespaces/tal"
+      xmlns:metal="http://xml.zope.org/namespaces/metal"
+      xmlns:i18n="http://xml.zope.org/namespaces/i18n">
+  <head>
+    <title>Payment template</title>
+    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+    
+  </head>
+  <body>
+    <div metal:fill-slot="main_no_tabs" tal:omit-tag=""
+         tal:define="paymentRequest options/paymentRequest">
+      
+      <div tal:content="structure paymentRequest/FORM">
+        formulaire cyberplus
+      </div>
+    </div>
+  </body>
+</html>