## 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 fields are mandatory. Project name must be unique and cannot be changed later.
By default, user creating the project will be considered as the project's administrator. Site-admin or current project's administrator can pick a new project administrator, at a later point. """ ], ] %> <%def name="hd_script()"> ${parent.hd_script()} <%def name="bd_body()"> <% pagebartext = "Create a new project" %> ${elements.pagebar( pagebartext, tooltips=page_tooltips )}
% if c.userpanes :
% else :
% endif
${forms.form_createproject( c.authuser, c.licensenames, c.projectnames, h.suburl_createprj )}
% if c.userpanes :
${elements.user_panes( c.userpanes )}
% endif
<%def name="bd_script()"> ${parent.bd_script()}