eggification
[MosaicDocument.git] / Products / MosaicDocument / skins / mosaicdocument_edit_form.pt
1 <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/master">
2
3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
5 </head>
6
7 <body i18n:domain="plinn">
8 <div metal:fill-slot="header">
9 <div metal:use-macro="here/widgets/macros/generic_header">
10 generic_header macro</div>
11 </div>
12 <div tal:define="block nocall:here ; displayAction string:edit" tal:omit-tag="" metal:fill-slot="main">
13 <div><a title="Paste" href="." tal:attributes="href string:${block/absolute_url}/pasteBlocks" tal:condition="python:here.cb_dataValid() and block.haveRules()" i18n:attributes="title"><img src="paste.png" alt="Paste" height="14" width="16" tal:attributes="src string:paste.png" border="0" i18n:attributes="alt" /></a></div>
14 <div metal:use-macro="here/block_canvas/macros/canvas">Block Canvas</div>
15 </div>
16 </body>
17
18 </html>