" target="_parent">Gäste-Bewertung/Kommentare</a> <img src="images/square.gif" width="7" height="7"> <a href="<?php echo $CmsLinkGalerieBase . $ID; ?> " target="_parent">Fotogalerie</a> </td> </tr> <tr valign="top"> <td width="566" background="images/higru.jpg"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="36" valign="top"> </td> <td width="764" valign="top"> <br> <?php viewItemDetail($ID, "detail"); ?> <br> <?php $MBI = sachenView($ID); ?> </table> </td> </tr> </table> <br> <?php
<img src="images/square.gif" width="7" height="7"> <a href="<?php echo $CmsLinkGalerieBase . $ID; ?> " target="_parent">Fotogalerie</a> </td> </tr> <tr valign="top"> <td background="images/higru.jpg"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="36" valign="top"> </td> <td valign="top"> <br> <?php viewItemDetail($ID, "vote"); ?> <?php if (isset($doComment) && $doComment) { viewItemDetailBewForm($ID, $kommentar, $email, $commentInserted, $commentError); } else { viewItemDetailBewResults($ID); } ?> </td> </tr> </table> </td> </tr>
<td height="418" valign="top"> <?php $wochentagCode = display_weekday_selection($wochentag, "schmalzbrot"); $itemsListArray = fetch_bauern_region_list($wochentagCode); foreach ($itemsListArray as $ID => $regionName) { if ($regionName != $oldRegionName) { if (isset($oldRegionName)) { echo "<br>"; } // if this is not the first call viewRegionSplit($regionName); $oldRegionName = $regionName; } echo "<br>"; viewItemDetail($ID, "list"); } ?> </td> </tr> </table> </td>
function returnBauerDetailDiv($bauerId) { header('Content-Type: text/html; charset=iso-8859-15'); viewItemDetail($bauerId, "list"); }