Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 223840
Collapse All | Expand All

(-)projects/submit_project_provisioning_request.php (+6 lines)
Lines 9-14 Link Here
9
$Nav	= new Nav();
9
$Nav	= new Nav();
10
$Menu 	= new Menu();
10
$Menu 	= new Menu();
11
11
12
if($_POST['math'] != "2") {
13
	ob_end_clean();
14
	echo "<font color='red'>The answer to the mathematical question you entered is not valid. Please go back and try again.</font>";
15
	end_early();
16
}
17
12
include($App->getProjectCommon());
18
include($App->getProjectCommon());
13
19
14
$pageTitle 		= "New Project Provisioning Request Result";
20
$pageTitle 		= "New Project Provisioning Request Result";
(-)projects/project_provisioning_request.php (-1 / +4 lines)
Lines 167-173 Link Here
167
<table border=0 cellspacing=5 cellpadding=2 width="100%" >
167
<table border=0 cellspacing=5 cellpadding=2 width="100%" >
168
  <tr>
168
  <tr>
169
    <td colspan="2">
169
    <td colspan="2">
170
<p>January 5, 2006 </p>
170
<p>March 25, 2008</p>
171
		    <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
171
		    <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
172
		    (under an existing Top-Level Project) at eclipse.org. These documents follow the Eclipse Project Lifecyle as described in the
172
		    (under an existing Top-Level Project) at eclipse.org. These documents follow the Eclipse Project Lifecyle as described in the
173
            <a href="/projects/dev_process/">Eclipse Development Process</a> and are intended to complement the information
173
            <a href="/projects/dev_process/">Eclipse Development Process</a> and are intended to complement the information
Lines 639-644 Link Here
639
    </td>
639
    </td>
640
		</tr>
640
		</tr>
641
		<tr><td colspan=2>
641
		<tr><td colspan=2>
642
		Math question: (5 - 1) divided by two: <input type="text" name="math" value="" />
643
	</td></tr>
644
		<tr><td colspan=2>
642
		<input type="hidden" name="state" value="submit" />
645
		<input type="hidden" name="state" value="submit" />
643
	    <input type="submit" name="Submit" value="Submit" />
646
	    <input type="submit" name="Submit" value="Submit" />
644
		</td></tr>
647
		</td></tr>

Return to bug 223840