## 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', """Timeline of updates to wiki page(s)""" ], ] %> <%def name="hd_links()"> ${parent.hd_links()} %def> <%def name="hd_script()"> ${parent.hd_script()} %def> <%def name="bd_body()"> <% sel_wp = capture( forms.form_selectwikipage, c.authuser, c.wikipagenames, c.wikipagename or '' ) searchbox = capture( forms.form_searchbox, c.authuser, 'searchwiki', 'Search-wiki', h.suburl_search, c.searchfaces ) %> ${elements.mainnav()} ${elements.contextnav([ searchbox, sel_wp ], tooltips=page_tooltips)}