## 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',
"""
Browsing the repository is provided in explorer style. By default the latest
version of the repository is shown in the explorer widget. To explore a different
revision use < revno and revno > links.
"""
],
[ 'Repository-list',
"""Integrate one or more repositories with projects by providing its
type (like svn ...) and root-url. Make sure that
root-url points to the same machine, or to a machine on the local network.
Repositories integrated with this project are listed in grid-style. Edit them
inline.
"""
],
[ 'Files',
"""
Files in repository are viewable with syntax highlighting, annotation and
changesets.
"""
],
[ 'Revisions',
"""Details about each repository revision listed in reverse chronological order.
"""
],
]
%>
<%def name="hd_links()">
${parent.hd_links()}
%def>
<%def name="hd_styles()">
${parent.hd_styles()}
%def>
<%def name="hd_script()">
${parent.hd_script()}
%def>
<%def name="browse()">