2
xmlns="http://www.w3.org/1999/xhtml"
3
xmlns:tal="http://xml.zope.org/namespaces/tal"
4
xmlns:metal="http://xml.zope.org/namespaces/metal"
5
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
6
metal:use-macro="view/macro:page/main_side"
7
i18n:domain="launchpad"
10
<metal:registering fill-slot="registering">
11
Created by <a tal:replace="structure context/owner/fmt:link" />
14
tal:attributes="title context/date_created/fmt:datetime"
15
tal:content="context/date_created/fmt:displaydate">2005-10-05</span>
18
<metal:portlets fill-slot="side">
19
<tal:menu replace="structure context/@@+global-actions" />
20
<tal:related replace="structure context/@@+portlet-related-questions" />
23
<div metal:fill-slot="main">
24
<div class="top-portlet">
25
<dl id="faq-keywords">
27
<dd tal:content="context/keywords">keywords</dd>
30
<tal:last_updated_by condition="context/last_updated_by">
31
<dl id="faq-updated" style="clear: both">
32
<dt>Last updated by:</dt>
34
<a tal:replace="structure context/last_updated_by/fmt:link" />
36
<span tal:attributes="title context/date_last_updated/fmt:datetime"
37
tal:content="context/date_last_updated/fmt:displaydate"
41
</tal:last_updated_by>
45
<div id="faq-content" class="portlet"
46
tal:condition="context/content"
47
tal:content="structure context/content/fmt:text-to-html">Content</div>