2740
by Canonical.com Patch Queue Manager
[trivial] UI for DistroRelease and DistroArchRelease creation |
1 |
<html
|
2 |
xmlns="http://www.w3.org/1999/xhtml" |
|
4939.2.6
by Curtis Hovey
Added namespaces to dist* templates and fixed markup. |
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" |
|
9116.3.4
by Curtis Hovey
Moved +addport to lp.soyuz. Updated it the UI 3.0 |
6 |
metal:use-macro="view/macro:page/main_only" |
4939.2.6
by Curtis Hovey
Added namespaces to dist* templates and fixed markup. |
7 |
i18n:domain="launchpad" |
3119.1.1
by Matthew Paul Thomas
converted most templates |
8 |
>
|
7182.4.4
by Guilherme Salgado
r=edwin, convert DistroArchSeriesAddView into a LaunchpadFormView |
9 |
<body>
|
2740
by Canonical.com Patch Queue Manager
[trivial] UI for DistroRelease and DistroArchRelease creation |
10 |
<div metal:fill-slot="main"> |
11 |
||
7182.4.4
by Guilherme Salgado
r=edwin, convert DistroArchSeriesAddView into a LaunchpadFormView |
12 |
<div metal:use-macro="context/@@launchpad_form/form"> |
2740
by Canonical.com Patch Queue Manager
[trivial] UI for DistroRelease and DistroArchRelease creation |
13 |
|
3119.1.1
by Matthew Paul Thomas
converted most templates |
14 |
<p metal:fill-slot="extra_info" class="exception"> |
15 |
<strong>Adding a port has big consequences for the archive and all its mirrors.
|
|
16 |
Please be very careful.</strong>
|
|
17 |
</p>
|
|
2740
by Canonical.com Patch Queue Manager
[trivial] UI for DistroRelease and DistroArchRelease creation |
18 |
|
19 |
</div>
|
|
20 |
||
21 |
<p>
|
|
22 |
Once again, please make sure that you are certain you know what you are |
|
3119.1.1
by Matthew Paul Thomas
converted most templates |
23 |
doing and why before pressing the button. |
2740
by Canonical.com Patch Queue Manager
[trivial] UI for DistroRelease and DistroArchRelease creation |
24 |
</p>
|
25 |
||
26 |
</div>
|
|
27 |
||
28 |
</body>
|
|
29 |
</html>
|