## 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', """Complete list of guest wiki pages organised as hierarchical tree. """ ], [ 'Guest-wiki', """Guest wiki, is non version controlled wiki documents that are expected to be common to all projects, like for example the help pages. If you have the permission you can edit guest wiki documents. Learn more. """ ], ] %> <%def name="hd_script()"> ${parent.hd_script()} <%def name="bd_body()" > <% pagebartext = 'TitleIndex' searchbox = capture( forms.form_searchbox, c.authuser, 'searchswiki', 'Search-staticwikipages', h.suburl_search, c.searchfaces ) %> ${elements.pagebar( pagebartext, spans=[ searchbox ], tooltips=page_tooltips )}
% if c.authusername == 'anonymous' or not c.userpanes :
% else :
% endif
${elements.titleindex( c.swikis, h.url_forswiki )}
% if c.authusername != 'anonymous' and c.userpanes :
${elements.user_panes( c.userpanes )}
% endif
<%def name="bd_script()"> ${parent.bd_script()}