## 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',
"""List of all wiki pages associated with the project, in a grid-style,
allowing user to edit attributes in-line. To know how,
just double click on any of the grid cell (that are not in gray)
and edit it. It is also possible to navigate from one cell to another using
'up', 'down', 'left', 'right' arrows, to edit just press enter and edit. To save
edited content, just press 'enter' or click outside the cell.
The header row in the grid can be used for two purpose. One, to sort the list
by desired column (by left clicking), two, to
add/remove columns (by right clicking).
"""
],
[ 'Wikipage',
"""Each wiki page is rendered with html translated wiki document and gives simple
statistical details for the page. Download a wiki page as text, pdf, html or
ps file.
"""
],
[ 'Timeline',
"""Timeline of updates done to all wiki pages in this project"""
],
]
%>
<%def name="hd_links()">
${parent.hd_links()}
%def>
<%def name="hd_script()">
${parent.hd_script()}
%def>
<%def name="wikiindex()">