<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"> <head> <title>Selection view</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> <metal:block metal:fill-slot="javascript_head_slot"> <script type="text/javascript" tal:attributes="src string:${portal_url}/cart_widgets.js"></script> <script type="text/javascript" tal:attributes="src string:${portal_url}/photo_lightbox_viewer.js"></script> </metal:block> </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="" i18n:domain="portfolio"> <em tal:condition="options/lightboxSelected" i18n:translate="lightbox_selected_explanations"></em> <form tal:attributes="action string:${here/absolute_url}/lightbox_view" tal:condition="options/buttons"> <span tal:repeat="button options/buttons" tal:omit-tag=""> <input type="submit" tal:attributes="name button/name; value button/value" i18n:attributes="value"/> </span> </form> <div tal:define="batch options/batch; infos options/infos; features options/features" tal:omit-tag=""> <div metal:use-macro="here/photo_layout_macros/macros/grid"> affichage grille </div> </div> <br clear="all"/> </div> </body> </html>