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_only"
7
i18n:domain="launchpad"
11
<div metal:fill-slot="main">
12
<div metal:use-macro="context/@@launchpad_form/form">
14
<div metal:fill-slot="widgets">
15
<table id="wikinames">
17
<tal:XXX condition="nothing">
18
# XXX: salgado, 2008-11-25 bug=296739: We should use
19
# context/wiki_names/is_empty here, but we can't do that because
20
# there's a bug preventing us from # updating our version of storm
24
<tal:existing_wiki condition="context/wiki_names/any">
27
<td><label>Existing wiki names</label></td>
31
<td><label>Wiki URL</label></td>
34
<tr tal:repeat="wiki context/wiki_names" class="wikiurl">
35
<td tal:content="wiki/url"></td>
38
<input type="checkbox" value="Remove"
39
tal:attributes="name string:remove_${wiki/id}" />
44
<tr style="height:2em;"><td></td></tr>
49
<td><label>New wiki name</label></td>
52
<tal:widget define="widget nocall:view/widgets/wiki">
53
<metal:block use-macro="context/@@launchpad_form/widget_row" />
57
<td class="formHelp">Example: https://wiki.ubuntu.com/</td>
60
<tal:widget define="widget nocall:view/widgets/wikiname">
61
<metal:block use-macro="context/@@launchpad_form/widget_row" />
65
<td class="formHelp">Example: YourName.</td>