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">
9
<div metal:fill-slot="main">
13
<a href="/+tour/feature-tracking"
14
tal:attributes="href string:${rooturl}+tour/feature-tracking">
17
src="/+icing/but-lrg-takeatour.gif"
22
<a href="+new" id="addspec">
24
alt="Register a blueprint"
25
src="/+icing/but-lrg-registeraspec.gif"
31
<form id="search-all-specifications" class="central" action="" method="get"
32
tal:attributes="action request/URL">
36
<td style="text-align: right;">
40
name="field.search_text"
42
tal:attributes="value view/searchtext"
46
<input tal:replace="structure view/search_action/render"/>
51
tal:attributes="class view/scope_css_class">
52
<input tal:replace="structure view/widgets/scope" />
54
tal:condition="view/widgets/scope/error"
55
tal:content="view/widgets/scope/error">
58
<script type="text/javascript"
59
tal:define="script view/focusedElementScript"
60
tal:condition="script"
61
tal:content="structure script" ></script>
67
<script type="text/javascript"><!--
68
setFocusByName('field.search_text');
71
<tal:searchresults condition="view/searchrequested"
72
define="specs view/specs" >
73
<p tal:condition="specs">
74
<span tal:replace="view/spec_count" />
76
“<tal:string replace="view/searchtext" />”
79
<tal:nomatches condition="not: specs"
80
replace="structure context/@@+nomatches" />
82
<table id="specs-table">
83
<tr tal:repeat="spec specs"
84
tal:replace="structure spec/@@+listing-simple" />
88
<tal:nosearchresults condition="not:view/searchrequested">
89
<p id="application-summary">
90
With Launchpad you can track blueprints
91
(lightweight feature specifications) from discussion through to
92
review, approval, and implementation. (<a href="https://help.launchpad.net/Blueprint">Read our guide</a>)
95
<div class="three column left"
96
tal:content="structure context/@@+portlet-latestregistered">
98
<div class="three column middle"
99
tal:content="structure context/@@+portlet-latestcompleted">
101
<div class="three column right"
102
tal:content="structure context/@@+portlet-sprints" />
104
<div id="application-footer">
105
<tal:stats replace="structure context/@@+portlet-stats" />
107
</tal:nosearchresults>