1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="macros/main">
4
<title metal:fill-slot="title">
11
<h1 metal:fill-slot="heading" style="padding-bottom: 1em">
12
<tal:title condition="title" content="title" />
13
<tal:no-title condition="not:title">
14
bazaar branches in loggerhead
18
<div metal:fill-slot="content">
19
<div class="browse-project"
20
tal:repeat="project projects">
21
<div class="browse-project-name"
22
tal:content="project/friendly_name"></div>
24
<div class="browse-project-description"
25
tal:condition="python:len(project.long_description) > 0"
26
tal:content="structure project/long_description"></div>
28
<div class="browse-view">
36
<tal:block repeat="view python:views_by_project[project]">
39
<a tal:attributes="href python:branch.static_url(project.name + '/' + view.name)"
40
tal:content="view/friendly_name">
44
<td class="description"
45
tal:content="view/description">
48
<td class="last-update"
49
tal:content="python:view.get_history().has_revisions and util._approximatedate(view.last_updated()) or '(no revisions)'"></td>
51
<a tal:attributes="href python:branch.static_url(project.name + '/' + view.name + '/atom')"
53
<img tal:attributes="src python:branch.static_url('/static/images/feed-icon-16x16.gif')"
58
<tr tal:condition="view/branch_url">
61
<td class="description url" colspan="2">
62
<a tal:attributes="href view/branch_url"
63
tal:content="view/branch_url">