## This file is subject to the terms and conditions defined in ## file 'LICENSE', which is part of this source code package. ## Copyright (c) 2009 SKR Farms (P) LTD. <%inherit file="/base/basic1.html"/> <%namespace name="elements" file="/component/elements.html"/> <%namespace name="forms" file="/component/forms.html"/> <%! page_tooltips = [ [ 'Help', """Integrate a repository with Zeta by providing the type (like svn ...) of repository and root-url. It is better if the root-url points to the same machine, or to a machine on the local network. Use the selectable options in the context-nav tool-bar to go-to the desired repository. """ ], [ 'Timeline', """Timeline for wiki, shows all updates done one a wiki page or all wiki pages under the project.""" ], ] %> <%def name="hd_links()"> ${parent.hd_links()} <%def name="hd_styles()"> ${parent.hd_styles()} <%def name="hd_script()"> ${parent.hd_script()} <%def name="bd_body()"> <% sel_vcs = capture( forms.form_selectvcs, c.authuser, c.vcslist, c.vcs and c.vcs.name or '' ) if c.vcs : vcsbrowse = 'Browse' revlist = 'Revisions' else : vcsbrowse = '' revlist = '' if c.vcs : title = '%s' % c.vcs.name else : title = '' if c.vcseditable : newvcs = '' +\ 'Integrate' % \ h.url_vcscreate else : newvcs = '' %> ${elements.mainnav()} ${elements.contextnav([ title, sel_vcs, vcsbrowse, revlist, newvcs, ], tooltips=page_tooltips)}
% if c.authusername == 'anonymous' or not c.userpanes :
% else :
% endif
${elements.timeline_view( c.logs, c.fromoff, c.tooff, c.links )}
% if c.authusername != 'anonymous' and c.userpanes :
${elements.user_panes( c.userpanes )}
% endif
<%def name="bd_script()"> ${parent.bd_script()}