## 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', """Review - documents, code and wiki pages. Every review created, has an author, a moderator and participants. """ ], [ 'Author', """Author can add comments, comment's nature and also reponsible for taking actions on all review comments.""" ], [ 'Moderator', """Moderator can add comments, comment's nature and is responsible for approving actions taken on review comments. Once all the comments are approve, the moderator can close the review.""" ], [ 'Participant', """Participants can comment and reply to other paticipants comment.""" ], [ 'Review-set', """Collection of reviews. Especially useful to create review entries for every modified / added file in repository changeset """ ], [ 'Timeline', """Timeline of all updates done to Review(s).""" ], ] %> <%def name="hd_links()"> ${parent.hd_links()} %def> <%def name="hd_script()"> ${parent.hd_script()} %def> <%def name="create_review()">