79b9d5c74619f84639804ba68981faf8e9bda3d0
[Portfolio.git] / skins / save_as_lightbox_template.pt
1 <html metal:use-macro="here/main_template/macros/master"
2 xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal">
3 <head>
4 <title>selection save as template</title>
5 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
6 </head>
7 <body>
8 <div metal:fill-slot="main_no_tabs" tal:omit-tag="">
9 <form tal:attributes="action string:$portal_url/save_as_lightbox_form">
10 <table class="TwoColumnForm" i18n:domain="portfolio">
11 <tr>
12 <td colspan="2" i18n:translate="">Save current selection as lightbox</td>
13 </tr>
14 <tr>
15 <th i18n:translate="">Title</th>
16 <td>
17 <input type="text" name="title" tal:attributes="value options/title"/>
18 </td>
19 </tr>
20 <tr>
21 <th i18n:translate="">Description</th>
22 <td>
23 <textarea name="description" tal:content="options/description"></textarea>
24 </td>
25 </tr>
26 <tr>
27 <td><br/></td>
28 <td>
29 <input type="submit" name="create" value="Save" i18n:attributes="value"/>
30 </td>
31 </tr>
32 </table>
33 </form>
34 </div>
35 </body>
36 </html>