## 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', """All the site-level customization and configuration are done in this page. Even if these configurations where done via the '.ini' file while app-setup, it can be modified here. """ ], ] %> <%def name="hd_script()"> ${parent.hd_script()} %def> <%def name="bd_body()"> <% pagebartext = "Upload Site-logo" %> ${elements.pagebar( pagebartext, tooltips=page_tooltips )}