blob: 5f49253f232c0207c49b7f815cd1fdb7fa876f49 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2012 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Denis Roy (Eclipse Foundation)- initial API and implementation
*******************************************************************************/
ob_start();
?>
<div id="maincontent">
<div id="midcolumn" style="width: 678px;">
<h1><?= $pageTitle ?></h1>
<p>Welcome to the Eclipse.org community! Your account has been created successfully, and we've sent a confirmation to the email address
you have provided. In that email there are instructions you must follow in order to activate your account.</p>
<p>If you have not received the email within a few hours, and you've made sure it's not in your Junk, Spam or trash folders, please contact webmaster@eclipse.org</p>
<? $jumpToHTML ?>
</div>
</div>
<?php
$html = ob_get_contents();
ob_end_clean();
?>