1 <html xmlns="http://www.w3.org/1999/xhtml"
2 metal:use-macro="here/main_template/macros/master">
5 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
6 <title>Portal members management</title>
7 <link href="../content/plinn_style.css" rel="stylesheet" media="screen"/>
8 <script metal:fill-slot="javascript_head_slot" type="text/javascript" tal:attributes="src here/directory_management_script.js/absolute_url"></script>
11 <body metal:fill-slot="main_no_tabs" i18n:domain="plinn" tal:omit-tag="">
12 <table metal:use-macro="here/gruf_macros/macros/gruf_settings">
14 <td colspan="2">Using gruf_settings macro</td>
18 <table metal:fill-slot="form">
20 <td><div metal:use-macro="here/gruf_macros/macros/all_members">all_members from gruf_macros</div></td>
21 <td id="MemberFormSlot"
22 tal:define="macroName python:request.form.has_key('member_id') and request.form['macroName'] or 'add_member'">
23 <div metal:use-macro="python:here.gruf_macros.macros[macroName]">add_member from gruf_macros</div>