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"
12
<tal:registering metal:fill-slot="registering">
14
<span tal:content="context/date_created/fmt:displaydate"
15
tal:attributes="title context/date_created/fmt:datetime"
19
<div metal:fill-slot="main">
23
<div id="status" class="yui-u first">
25
<div metal:use-macro="template/macros/status" />
29
<div id="details" class="yui-u">
31
<div metal:use-macro="template/macros/details" />
37
<div id="buildlog" class="portlet"
38
tal:condition="context/status/enumvalue:BUILDING">
39
<div metal:use-macro="template/macros/buildlog" />
45
<metal:macros fill-slot="bogus">
47
<metal:macro define-macro="details">
48
<tal:comment replace="nothing">
51
<h2>Build details</h2>
53
<tal:branch replace="structure context/branch/fmt:link">
57
<tal:targets tal:define="targets view/getTargets">
58
<div tal:condition="targets">
61
<li tal:repeat="target targets">
62
<a tal:replace="structure target/fmt:link">gawk trunk series</a>
66
<div tal:condition="not:targets">
67
<em>Not imported anywhere.</em>
72
<metal:macro define-macro="status">
73
<tal:comment replace="nothing">
78
<span tal:replace="structure context/image:icon" />
79
<span tal:attributes="
80
class string:buildstatus${context/status/name};"
81
tal:content="context/status/title">Fully built</span>
82
<tal:building define="builder context/builder"
84
on <a tal:content="builder/title"
85
tal:attributes="href builder/fmt:url"/>
90
<li tal:define="time view/renderDispatchTime"
92
tal:content="structure time">
95
<li tal:define="time view/renderFinishTime"
97
tal:content="structure time">
98
Finished 30 seconds ago
99
<tal:duration define="duration context/duration" condition="duration">
100
(took <span tal:replace="duration/fmt:exactduration" />)
104
<li tal:define="file context/log"
105
tal:condition="file">
106
<a class="sprite download"
107
tal:attributes="href context/log_url"
108
tal:content="string: buildlog">BUILDLOG</a>
109
(<span tal:replace="file/content/filesize/fmt:bytes" />)
114
<metal:macro define-macro="buildlog">
115
<tal:comment replace="nothing">
119
<div id="buildlog-tail" class="logtail"
120
tal:define="logtail context/buildqueue_record/logtail"
121
tal:content="structure logtail/fmt:text-to-html">
122
<p>Things are crashing and burning all over the place.</p>
124
<p class="discreet" tal:condition="view/user">
125
Updated on <span tal:replace="structure view/user/fmt:local-time"/>