blob: 7af6be68f2b56b2c917fc5bd689c437c458d9f2b [file] [log] [blame]
<?php
/**
* Copyright (c) 2013, 2018 Eclipse Foundation.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Eclipse Foundation - initial implementation
* Eric Poirier (Eclipse Foundation)
*
* SPDX-License-Identifier: EPL-2.0
*/
?>
<div id="midcolumn">
<img src="<?php print $candidate->image; ?>" width="150" align="right">
<h1><?php print $pageTitle; ?></h1>
<p><?php print $candidate->title?></p>
<p>
<em>Nominee for <?php print $type_name; ?> representative</em>
</p>
<p><?php print $candidate->eclipse_affiliation; ?></p>
<table border="0">
<tr valign="top">
<td>email:&emsp;</td>
<td><?php print $candidate->email; ?></td>
</tr>
</table>
<div class="homeitem3col">
<h3>Vision</h3>
<blockquote><?php print $candidate->vision; ?></blockquote>
</div>
<div class="homeitem3col">
<h3>About the Candidate</h3>
<blockquote><?php print $candidate->bio; ?></blockquote>
</div>
<div class="homeitem3col">
<h3>Affiliation</h3>
<blockquote><?php print $candidate->affiliation; ?></blockquote>
</div>
</div>
<div id="rightcolumn">
<div class="sideitem">
<h6>Candidates</h6>
<?php print $candidates_summary; ?>
</div>
</div>