5127.2.1
by Curtis Hovey
Fixed namespaces and bad markup in o.* and p.* |
1 |
<html
|
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" |
|
11699.2.1
by Edwin Grubbs
Moved links to sidebar. |
6 |
metal:use-macro="view/macro:page/main_side" |
9062.3.3
by Tim Penhey
More listing pages updates. |
7 |
i18n:domain="launchpad"> |
3311.1.6
by Mark Shuttleworth
Produce a basic tabular listing of branches for a person |
8 |
|
9 |
<body>
|
|
10 |
||
11699.2.1
by Edwin Grubbs
Moved links to sidebar. |
11 |
<metal:side fill-slot="side"> |
12 |
||
13 |
<div tal:define="menu context/menu:branches" |
|
14 |
tal:condition="view/show_action_menu" |
|
15 |
class="first portlet"> |
|
8128.6.2
by Jonathan Lange
Use the register branch link, rather than the button. |
16 |
<div tal:define="link menu/addbranch" |
17 |
tal:condition="link/enabled" |
|
18 |
tal:content="structure link/render" /> |
|
6327.3.1
by Tim Penhey
Move the related branches to a nearby look-alike below the listing. |
19 |
</div>
|
20 |
||
11699.2.1
by Edwin Grubbs
Moved links to sidebar. |
21 |
<tal:summary replace="structure context/@@+codesummary"/> |
22 |
||
23 |
</metal:side>
|
|
24 |
||
25 |
<div metal:fill-slot="main" |
|
26 |
tal:define="branches view/branches"> |
|
27 |
||
11699.2.7
by Edwin Grubbs
Added directions for pushing to a junk branch. |
28 |
<p id="junk-branch-directions" tal:condition="view/show_junk_directions"> |
29 |
You can push (upload) personal branches |
|
30 |
(those not related to a project) with the following command: |
|
31 |
<br/>
|
|
32 |
<tt>bzr push lp:~<tal:name |
|
33 |
replace="view/user/name"/>/+junk/<em>BRANCHNAME</em></tt> |
|
34 |
</p>
|
|
35 |
||
8728.1.13
by Tim Penhey
Get the active reviews working for IPersonProduct. |
36 |
<div id="no-branch-message" tal:condition="not: view/branch_count"> |
9062.3.3
by Tim Penhey
More listing pages updates. |
37 |
<p tal:content="view/no_branch_message"> |
38 |
There are no branches related to Eric the Viking today. |
|
39 |
</p>
|
|
6327.3.3
by Tim Penhey
Nice header on person branch listings. |
40 |
</div>
|
7895.2.10
by Tim Penhey
Create a code summary view for a person's view of a product. |
41 |
|
8728.1.13
by Tim Penhey
Get the active reviews working for IPersonProduct. |
42 |
<tal:has-branches condition="view/branch_count"> |
9062.3.3
by Tim Penhey
More listing pages updates. |
43 |
<tal:branchlisting
|
44 |
content="structure branches/@@+branch-listing" /> |
|
45 |
</tal:has-branches>
|
|
46 |
||
11699.2.1
by Edwin Grubbs
Moved links to sidebar. |
47 |
<tal:teambranches replace="structure context/@@+portlet-teambranches" /> |
3814.2.6
by Tim Penhey
working pages |
48 |
</div>
|
3311.1.6
by Mark Shuttleworth
Produce a basic tabular listing of branches for a person |
49 |
</body>
|
50 |
</html>
|