## 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"/>
<%!
page_tooltips = [
[ 'Help',
"""List of projects hosted under this site. To quickly go to a project that
you belong to, use projects drop down menu in meta-nav.
Access to each of these projects are controlled by project's administrator.
Use ... to expand text.
"""
],
]
%>
<%def name="hd_script()">
${parent.hd_script()}
%def>
<%def name="highlightprojects( projects )">