コード例 #1
0
ファイル: all_transfer.php プロジェクト: rapude/dhamma-reise
include 'layout_inc/title.inc.php';
?>


		<h2><?php 
if ($offers) {
    echo '<h3>Mitfahrangebote</h3>';
} else {
    echo '<h3>Mitfahrgesuche</h3>';
}
$centre = new Centre();
$centreName = $centre->getNameById($_GET['centreId']);
$events = new Event();
$eventInfo = $events->getEventById($_GET['eventId']);
$transfer = new Transfer();
$allTransfer = $transfer->getAllTransferForEvent($_GET['eventId'], $_GET['mode']);
?>
</h2>


<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td width="50%">&laquo; <a href="index.php?centreIdent=<?php 
echo $_SESSION['centreIdent'];
?>
&<?php 
echo SID;
?>
">&nbsp;Zur Startseite&nbsp;</a></td>
		<td width="50%" align="right"><?php 
if ($offers) {