Utilisation des png24 (et apng) pour l'affichage des boutons de déploiement de l...
[MosaicDocument.git] / skins / mosaicdocument_view.pt
1 <html metal:use-macro="here/main_template_view/macros/master" xmlns="http://www.w3.org/1999/xhtml">
2
3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
5 <title>Visualisation d'un document mosa&iuml;que</title>
6 </head>
7
8 <body>
9 <div metal:fill-slot="header">
10 <div metal:use-macro="here/widgets/macros/generic_header">
11 generic_header macro</div>
12 </div>
13 <div metal:fill-slot="main" tal:omit-tag="" tal:define="block nocall:here;
14 displayAction string:view">
15 <div metal:use-macro="here/block_canvas/macros/canvas">Block Canvas here</div>
16 </div>
17 </body>
18
19 </html>