eggification
[MosaicDocument.git] / Products / MosaicDocument / skins / mosaicdocument_view.pt
diff --git a/Products/MosaicDocument/skins/mosaicdocument_view.pt b/Products/MosaicDocument/skins/mosaicdocument_view.pt
new file mode 100755 (executable)
index 0000000..7ccc35a
--- /dev/null
@@ -0,0 +1,19 @@
+<html metal:use-macro="here/main_template_view/macros/master" xmlns="http://www.w3.org/1999/xhtml">
+
+  <head>
+    <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
+    <title>Visualisation d'un document mosa&iuml;que</title>
+  </head>
+
+  <body>
+    <div metal:fill-slot="header">
+      <div metal:use-macro="here/widgets/macros/generic_header">
+        generic_header macro</div>
+    </div>
+    <div metal:fill-slot="main" tal:omit-tag="" tal:define="block nocall:here;
+                    displayAction string:view">
+      <div metal:use-macro="here/block_canvas/macros/canvas">Block Canvas here</div>
+    </div>
+  </body>
+
+</html>
\ No newline at end of file