<?php
// This file is part of the Huygens Remote Manager
// Copyright and license notice: see license.txt
// session_start();
$loggedIn = ( isset($_SESSION['user'] ) && $_SESSION['user']->isLoggedIn( ) );
?>
<div id="footer">
created 2004 by
<?php
if ( $loggedIn == true ) {
echo '<a href="mailto:hide@address.com">Volker Baecker</a>';
} else
echo "<span onmouseover=\"Tip('Login to see contact information.' )\"
onmouseout=\"UnTip()\">Volker Baecker</span>";
?>
<br />modified 2006-2010 by
<?php
if ( $loggedIn == true ) {
echo '<a href="mailto:hide@address.com">Asheesh Gulati</a>';
} else
echo "<span onmouseover=\"Tip('Login to see contact information.' )\"
onmouseout=\"UnTip()\">Asheesh Gulati</span>";
?>,
<?php
if ( $loggedIn == true ) {
echo '<a href="mailto:hide@address.com">Alessandra Griffa</a>';
} else
echo "<span onmouseover=\"Tip('Login to see contact information.' )\"
onmouseout=\"UnTip()\">Alessandra Griffa</span>";
?>,
<?php
if ( $loggedIn == true ) {
echo '<a href="mailto:hide@address.com">José Viña</a>';
} else
echo "<span onmouseover=\"Tip('Login to see contact information.' )\"
onmouseout=\"UnTip()\">José Viña</span>";
?> &
<?php
if ( $loggedIn == true ) {
echo '<a href="mailto:hide@address.com">Aaron Ponti</a>';
} else
echo "<span onmouseover=\"Tip('Login to see contact information.' )\"
onmouseout=\"UnTip()\">Aaron Ponti</span>";
?>
</div>
<div id="validation">
<a href="http://validator.w3.org/" onclick="clean()">
<img style="border:0;width:88px;height:31px" src="images/valid-xhtml10.png" alt="Valid XHTML 1.0 Strict" />
</a>
<a href="http://jigsaw.w3.org/css-validator/" onclick="clean()">
<img style="border:0;width:88px;height:31px" src="images/valid-css21.png" alt="Valid CSS!" />
</a>
</div>
</div> <!-- basket -->
</body>
</html>