blob: fed91c516e95b2643451abc32b4999bf21301b79 [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# template.php
#
# Author: Denis Roy
# Date: 2005-06-16
#
# Description: Type your page comments here - these are not sent to the browser
#
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "Europa Effect";
$pageKeywords = "callisto marketing ";
$pageAuthor = "Nathan Gervais";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
# $Nav->addNavSeparator("My Page Links", "downloads.php");
# $Nav->addCustomNav("My Link", "mypage.php", "_self", 1);
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
# End: page-specific settings
#
// This file is linked to from lots of different places.
// Use absolute paths to make sure that we can actually test
// that the file renders properly (i.e. testing using) "/index.php",
// and "/home/index.php" both work.
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<link rel="stylesheet" type="text/css" href="callisto.css" media="screen" />
<div class="callistoRealEstate">
<div class="maincontent">
<h1>$pageTitle</h1>
<p>
The following are just some of the examples of what Eclipse members are doing with Europa.
</p>
<table>
<tr>
<td><div class="contentBox">
<a href="#"><b>Company Name</b></a>
<br /> <br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis, lectus at tristique gravida, mauris enim dapibus nibh, ut imperdiet enim nulla vel tortor. Phasellus eget lacus ut orci pretium porttitor. Donec venenatis auctor est. Aliquam nec mauris. Nulla facilisi. Cras eu sem. Donec elit augue, elementum eu, vulputate at, aliquet nec, tellus. Duis egestas. Donec tristique fermentum pede. Fusce consectetuer diam non justo rutrum porttitor. Aliquam mollis urna a ligula. Quisque libero sapien, dapibus ac, congue sit amet, dapibus sit amet, nisi. Mauris ipsum. Duis ante lacus, facilisis nec, iaculis eget, posuere ut, justo. Suspendisse sodales ante in urna.
<br /><br />
<p style="text-align:right;"><a href="#">John Doe</a> - <a href="#">Position / Title</a></p>
</div></td>
<td valign="center" style="padding-left:10px;">
<a href="#">
<img src="imageHolder.gif" border=0 alt="#" title="#" style="float:right;clear:none;">
</a>
</td>
</tr>
</table>
<br />
<table>
<tr>
<td valign="center" style="padding-right:10px;">
<a href="#">
<img src="imageHolder.gif" border=0 alt="#" title="#" style="float:right;clear:none;">
</a>
</td>
<td><div class="contentBox">
<a href="#"><b>Company Name</b></a>
<br /> <br />
Nam a est et est fringilla fringilla. Cras congue lacinia nibh. Donec leo metus, viverra quis, eleifend mattis, tristique elementum, orci. Fusce risus tellus, placerat non, imperdiet et, tincidunt vel, urna. Ut faucibus purus sed nisl. Pellentesque cursus ligula quis dolor tempor ornare. Etiam condimentum. Suspendisse tempus sem a orci viverra fermentum. Suspendisse ullamcorper, orci at sagittis ultricies, purus neque vestibulum sem, vitae molestie ipsum mi ac metus. Quisque pretium arcu ac ligula. Proin ac urna eget tortor vulputate convallis. Fusce non quam. Sed turpis. Donec risus. Curabitur dapibus, turpis sit amet sagittis lobortis, augue mi malesuada sapien, sed rutrum purus mauris id nibh.
<br /><br />
<p style="text-align:right;"><a href="#">Jane Doe</a> - <a href="#">Position / Title</a></p>
</div></td>
</tr>
</table>
<br />
<h2>Add yourself to this page!</h2>
<p>
Send an email to <a href="mailto:europa.feedback@eclipse.org">europa.feedback@eclipse.org</a>
</p>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>