Community
Participate
Working Groups
$Nav = new Nav();
$Menu = new Menu();
if($_POST['math'] != "2") {
ob_end_clean();
echo "<font color='red'>The answer to the mathematical question you entered is not valid. Please go back and try again.</font>";
end_early();
}
include($App->getProjectCommon());
$pageTitle = "New Project Provisioning Request Result";
<table border=0 cellspacing=5 cellpadding=2 width="100%" >
<tr>
<td colspan="2">
<p>January 5, 2006 </p>
<p>March 25, 2008</p>
<p> This form is used to request the infrastructure for projects that have completed a successful Creation Review and are beginning the Validation Phase of their project
(under an existing Top-Level Project) at eclipse.org. These documents follow the Eclipse Project Lifecyle as described in the
<a href="/projects/dev_process/">Eclipse Development Process</a> and are intended to complement the information
</td>
</tr>
<tr><td colspan=2>
Math question: (5 - 1) divided by two: <input type="text" name="math" value="" />
</td></tr>
<input type="hidden" name="state" value="submit" />
<input type="submit" name="Submit" value="Submit" />