## 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', """Mount one or more repository directory onto zeta site.""" ], ] %> <%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()"> <% title = 'Mounted repository %s at %s \ :: %s' % ( c.mnt.vcs.name, c.mnt.name, c.repospath ) %> ${elements.mainnav()} ${elements.contextnav([ title ], tooltips=page_tooltips)}
% if c.authusername == 'anonymous' or not c.userpanes :
% else :
% endif
% if c.rendertype in [ 'html', 'wiki' ] : ${c.content | n} % elif c.rendertype == 'text' :
${c.content} % elif c.rendertype == 'dir' :
    ${c.content | n}
% endif
% if c.authusername != 'anonymous' and c.userpanes :
${elements.user_panes( c.userpanes )}
% endif
<%def name="bd_script()"> ${parent.bd_script()}