blob: c527e572920311c8a5cf5eb8a013701eb82e916c [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>
<table cellspacing="4">
<tr><td></td><td colspan="2" style="color:#900;"><?= $error ?></td></tr>
</table>
</div>
</div>
<?php
$html = ob_get_contents();
ob_end_clean();
?>