3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2010 osCommerce Released under the GNU General Public License */ if ($messageStack->size('header') > 0) { echo '<div class="grid_24">' . $messageStack->output('header') . '</div>'; } ?> <script type="text/javascript"> function neuesFenster1(ziel,titel) { Fenster = window.open(ziel, titel, "width=600,height=540"); Fenster.focus(); } function FensterZu() { Fenster.close(); } </script> <!-- LiveZilla Tracking Code (ALWAYS PLACE IN BODY ELEMENT) --> <script type="text/javascript"> var counter = 150; $(document).ready(function() { function myTimer() { var ele = document.getElementById("lz_overlay_chat"); if (ele != null) { if(counter == 0) { clearInterval(checkExist); } else { counter--; } console.log("Element gefunden! Warte noch " + counter + "ms!"); ele.style.display = 'none'; ele.style.visibility = "hidden"; } } var checkExist = setInterval(myTimer, 2); }); </script> <script> function show_Chat_Window() { var window = document.getElementById('lz_overlay_chat'); if(window.style.display == 'block') { window.style.display = 'none'; window.style.visibility = "hidden"; } else { window.style.display = 'block'; window.style.visibility = "visible"; } lz_chat_change_state(true,false); var li = document.getElementsByClassName('lz_overlay_chat_options_link'); li[1].style.display = 'none'; var min = document.getElementById('lz_chat_minimize'); min.setAttribute( "onClick", "show_Chat_Window()"); } </script> <div style="display: block;right: 115px;position: fixed;bottom: 0px;z-index: 100;cursor:pointer;"> <div onclick="show_Chat_Window();" class="chat"> <img src="<? echo tep_href_link('images/Live_Chat.png'); ?>" title="Chatten Sie mit uns"> </div> </div> <div id="livezilla_tracking" style="display:none"></div><script type="text/javascript"> var script = document.createElement("script");script.async=true;script.type="text/javascript";var src = "https://fetish-design.com/LiveZilla/server.php?a=16ea8&rqst=track&output=jcrpt&ovlc=I2ZmYWE0Ng__&ovlmr=OTU_&ovlmb=NjA_&ovlbr=NQ__&ovlw=MzMw&ovlh=NTAw&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><noscript><img src="<? echo tep_href_link('LiveZilla/server.php?a=16ea8&amp;rqst=track&amp;output=nojcrpt'); ?>" width="0" height="0" style="visibility:hidden;" alt=""></noscript> <!-- http://www.LiveZilla.net Tracking Code --> <script type="text/javascript"> $(function suche() { $("#search1").autocomplete({ search: function(event, ui) { $(this).addClass("loadere");}, open: function (event, ui) { $(this).removeClass("loadere");}, response: function (event, ui) { $(this).removeClass('loadere');}, source: "autocomplete.php", select: function(event, ui) { { $("#search1").val(ui.item.value); document.quick_find.submit(); }} }).data( "autocomplete" )._renderItem = function( ul, item ) { var inner_html = '<a><table width="100%"><tr><td><img src="images/' + item.products_image + '" width="60" height="80"></td><td>' + item.products_name + '</td></table></a>'; return $( "<li></li>" ) .data( "item.autocomplete", item ) .append(inner_html) .appendTo( ul ); }; }); //$(document).ready(function(){ // $("#birds").autocomplete({ // source: "birds/get_birds" // name of controller followed by function // }).data( "ui-autocomplete" )._renderItem = function( ul, item ) { // var inner_html = '<a><div class="list_item_container"><div class="image"><img src="img/' + item.image + '"></div><div class="label">' + item.label + '</div><div class="description">' + item.description + '</div></div></a>'; // return $( "<li></li>" ) // .data( "item.autocomplete", item ) // .append(inner_html) // .appendTo( ul ); // }; //}); </script> <script type="text/javascript"> function toggle_visibility(id) { var e = document.getElementById(id); if (e.style.display == 'block') e.style.display = 'none'; else e.style.display = 'block'; } function overlay(mode) { if(mode == 'display') { if(document.getElementById("overlay") === null) { div = document.createElement("div"); div.setAttribute('id', 'overlay'); div.setAttribute('className', 'overlayBG'); div.setAttribute('class', 'overlayBG'); document.getElementsByTagName("body")[0].appendChild(div); } } else { document.getElementsByTagName("body")[0].removeChild(document. getElementById("overlay")); } } </script> <div onClick="neuesFenster1('lob_kritik.html','Lob & Kritik')" class="user_feedback_splice_bar_live " > </div> <div style="position:absolute;top:35px; background-color: #373737;;width:100%;height:65px;left:0;z-index:-10"></div> <div style="position:fixed;top:130px;margin-left:-300px"><img src="<? echo tep_href_link('pics/BG_left.png'); ?>" /></div> <div style="position:fixed;top:110px;margin-left:1180px"><img src="<? echo tep_href_link('pics/bg_right.png'); ?>" /></div> <!-- #######################Last-Viewed####################################### --> <?php $ses_id = session_id(); $buff = $_COOKIE["LastViewed"]; $einzeln = json_decode(stripslashes($buff)); if(Count($einzeln) >= 1) { echo "<div style=\"display: block;right: 180px;position: fixed;bottom: 0px;z-index: 100;\"> <div class=\"last_viewed\">"; $txt_tooltip = 'hier steht der text'; $new_prods_content = '<table style="border-collapse: collapse;" border="0" width="100px" cellspacing="0" cellpadding="2">'; $new_prods_content .= '<tr>'; $new_prods_content .= '<td align="right"><span style="font-size:10px;line-height: 17px ">Zuletzt<br>gesehen:</span></td>'; if(Count($einzeln) == 1){ $myCount = 0; } elseif(Count($einzeln) == 2) { $myCount = 0; } elseif(Count($einzeln) == 3) { $myCount = 0; } elseif(Count($einzeln) == 4) { $myCount = 1; } elseif(Count($einzeln) == 5) { $myCount = 2; } for ($i=Count($einzeln)-1; $i>=$myCount; $i--) { $query_pict_query = tep_db_query("select p.products_image, pd.products_name from " . TABLE_PRODUCTS . " p inner join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id where p.products_status = '1' and p.products_id='". $einzeln[$i]. "' and pd.language_id = '" . (int)$languages_id . "'"); $query_pict = tep_db_fetch_array($query_pict_query); $new_prods_content .= '<td width="33%" align="center" valign="top"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $einzeln[$i]) . '" >' . tep_image(DIR_WS_IMAGES . $query_pict['products_image'], $query_pict['products_name'], 40) . '</a><br /></td>'; } $new_prods_content .=' <td><a href="javascript:void(0)" onclick="toggle_visibility(\'popup-box1\');overlay(\'display\')"><img src="' . tep_href_link(DIR_WS_IMAGES . 'arrow_up.png') . '" ><test</a></td>'; $new_prods_content .= '</tr>'; $new_prods_content .= '</table>'; echo $new_prods_content; echo " </div> </div>"; } ?> <div id="popup-box1" class="popup-position"> <div id="popup-wrapper"> <span text-align="left" style="font-stretch:ultra-condensed; font-size:14px;letter-spacing:1.6px;color:#fff; float:left;padding:10px; ">Zuletzt gesehene Artikel</span> <a href="javascript:void(0)" onclick="toggle_visibility('popup-box1');overlay('none')"><img src="<? echo tep_href_link('images/popup/close.png'); ?>" /></a> <div id="popup-container"> <p span style="color:#000;"> <?php $new_prods_content = '<table border="0" width="100%" cellspacing="0" cellpadding="10">'; for ($i=Count($einzeln)-1; $i>=0; $i--) { $query_pict_query = tep_db_query("select p.products_image,p.products_price, pd.products_name from " . TABLE_PRODUCTS . " p inner join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id where p.products_status = '1' and p.products_id='". $einzeln[$i]. "' and pd.language_id = '" . (int)$languages_id . "'"); $query_pict = tep_db_fetch_array($query_pict_query); $new_prods_content .= '<tr>'; $new_prods_content .= '<td style="border-bottom:1pt solid white" width="33%" align="left" valign="top"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $einzeln[$i]) . '">' . tep_image(DIR_WS_IMAGES . $query_pict['products_image'], $query_pict['products_name'], 80) . '</a><br /></td>'; $new_prods_content .= '<td style="border-bottom:1pt solid white;" width="33%" align="left" valign="top"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $einzeln[$i]) . '"><span style="color: #fff">' .$query_pict['products_name'].'</span></a></td>'; $new_prods_content .= '<td style="font-size:12px;font-weight: bold;border-bottom:1pt solid white" width="33%" align="left" valign="top">€ '.round(($query_pict['products_price']*1.19), 2).'<br><br><br><br><input type="button" value="zum Artikel" onclick="location=\'' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $einzeln[$i]) . '\'"> </td>'; $new_prods_content .= '</tr>'; } $new_prods_content .= '</table>'; echo $new_prods_content; ?> </span></p> <p span style="color:#000;"> </span></p> </div> </div> </div> <!-- #######################Last-Viewed####################################### --> <script type="text/javascript"> var timeOut; function scrollToTop() { if (document.body.scrollTop!=0 || document.documentElement.scrollTop!=0){ window.scrollBy(0,-50); timeOut=setTimeout('scrollToTop()',10); } else clearTimeout(timeOut); } </script> <a class="scrollicon" title="zum Seitenanfang" onclick="scrollToTop();return false" onmouseover="this.style.cursor = 'pointer'"><div>^</div></a><br /> <div style="width:1190px;height:12px;margin-top:-20px;background-color:#FF80FE;position: absolute;margin-left:5px"></div> <div style="width:250px;height:32px;margin-top:-20px;background-color:#FF80FE;position: absolute;font-size: 1.3em;font-weight: bold;margin-left:5px;border-bottom-left-radius:5px"> <div style="padding-top:10px;padding-left:35px"> Freecall: 0800-7060077 </div> </div> <!-- Flaggen oben rechts ANFANG --> <div style="padding-right:8px" align="right"> <?php echo ' <a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('language', 'currency')) . 'language=de' . $key, $request_type) . '"><img src="' . tep_href_link(DIR_WS_INCLUDES . 'languages/german/images/icon.gif') . '" alt="de" title="Fetish-Design - Deutsch"></a> '; echo '&nbsp;'; echo ' <a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('language', 'currency')) . 'language=en' . $key, $request_type) . '"><img src="' . tep_href_link(DIR_WS_INCLUDES . 'languages/english/images/icon.gif') . '" alt="en" title="Fetish-Design - English"></a> '; ?> </div> <!-- Flaggen oben rechts ENDE --> <script> function updateScroll(){ var objDiv = document.getElementById("popupListe"); objDiv.scrollTop = objDiv.scrollHeight; } $(document).ready(function() { $('td #shopping').mouseover(function() { setTimeout(function(){ document.getElementById('flyout').style.display = "block"; }, 650); }); $('td #login').mouseover(function() { setTimeout(function(){ document.getElementById('flyoutLogin').style.display = "block"; }, 650); }); $('#shopping, #shopping1, #flyout').mouseout(function() { setTimeout(function(){ if($('#flyout').is(':hover')) { document.getElementById('flyout').style.display = "block"; } else { document.getElementById('flyout').style.display = "none"; } }, 650); }); $('#login, login1, #flyoutLogin').mouseout(function() { setTimeout(function(){ if($('#flyoutLogin').is(':hover')) { document.getElementById('flyoutLogin').style.display = "block"; } else { document.getElementById('flyoutLogin').style.display = "none"; } }, 650); }); }); </script> <div id="flyout" style="display:none"> <div id="popupHeaderShopping"> <strong><? echo popupCart_Header; ?></strong><br> <span id="popupSecondTitel">(Gesamt <?php echo $cart->count_contents(); ?> Artikel)</span> </div> <?php $cart_contents_string = ''; if ($cart->count_contents() > 0) { $products = $cart->get_products(); if (sizeof($products) > 3) { $cart_contents_string .= '<div id="popupListe" style="height:320px;overflow-y:scroll;>'; } for ($i=0, $n=sizeof($products); $i<$n; $i++) { // Push all attributes information in an array if (isset($products[$i]['attributes']) && is_array($products[$i]['attributes'])) { while (list($option, $value) = each($products[$i]['attributes'])) { echo tep_draw_hidden_field('id[' . $products[$i]['id'] . '][' . $option . ']', $value); $attributes = tep_db_query("select popt.products_options_name, poval.products_options_values_name, pa.options_values_price, pa.price_prefix from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_OPTIONS_VALUES . " poval, " . TABLE_PRODUCTS_ATTRIBUTES . " pa where pa.products_id = '" . (int)$products[$i]['id'] . "' and pa.options_id = '" . (int)$option . "' and pa.options_id = popt.products_options_id and pa.options_values_id = '" . (int)$value . "' and pa.options_values_id = poval.products_options_values_id and popt.language_id = '" . (int)$languages_id . "' and poval.language_id = '" . (int)$languages_id . "'"); $attributes_values = tep_db_fetch_array($attributes); $products[$i][$option]['products_options_name'] = $attributes_values['products_options_name']; $products[$i][$option]['options_values_id'] = $value; $products[$i][$option]['products_options_values_name'] = $attributes_values['products_options_values_name']; $products[$i][$option]['options_values_price'] = $attributes_values['options_values_price']; $products[$i][$option]['price_prefix'] = $attributes_values['price_prefix']; } } $cart_contents_string .= '<li style="list-style: none;"><table class="popcartList" width="100%; font-size:16px;padding-bottom:15px;"><tr><td>'; $cart_contents_string .= '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '"> ' .tep_image(DIR_WS_IMAGES.'popup_shopping/' . $products[$i]['image_popup_shopping'], $products[$i]['name'], 70, 100) . '</a></td><td>'; $cart_contents_string .= $products[$i]['quantity'] . ' x <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '">'; $cart_contents_string .= $products[$i]['name']; if (isset($products[$i]['attributes']) && is_array($products[$i]['attributes'])) { reset($products[$i]['attributes']); while (list($option, $value) = each($products[$i]['attributes'])) { $cart_contents_string .= '<br /><small>' . $products[$i][$option]['products_options_values_name'] . '</small>'; } } $cart_contents_string .= '</a></td>'; $products_tax = tep_get_tax_rate($products[$i]['tax_class_id']); $popup_price = $currencies->calculate_price($products[$i]['final_price'], $products_tax, $products[$i]['quantity']); $cart_contents_string .= '<td style="text-align: right; padding: 10px; width=20%;vertical-align:bottom;" id="popupPrice">' . $currencies->format($popup_price) . '</td></tr></table></li>'; $cart_contents_string .= tep_draw_separator('pixel_silver.gif', '100%', '1'); } if (sizeof($products) > 3) { $cart_contents_string .= '</div>'; $cart_contents_string .= '<button id="popupBTNscrollDown" onClick="updateScroll()" data-arg1="#popupListe" >&or;</button>'; } } echo $cart_contents_string; //echo '<div id="popupHeaderShopping" style="text-align: right; padding: 1px;"><b>Zwischensumme: ' . $currencies->format($cart->show_total()) . '</b></div>'; ?> <div style="float:right; padding:15px"> <input class="popupBTN_payment" value="<? echo popupCart_ceck; ?>" onclick="window.location.href='https://fetish-design.com/checkout_payment.php'" span="" type="button"> </div> <div style="float:left; padding:15px"> <input class="popupBTN_cart" value="<? echo popupCart_cart; ?>" onclick="window.location.href='https://fetish-design.com/shopping_cart.php'" span="" type="button"> </div> </div> <!-- hover login start--> <div id="flyoutLogin" style="display:none"> <div id="popupHeaderShopping"><strong><? echo popupShopping_Header; ?></strong></div> <div style="padding-left:15px;padding-right:15px;padding-bottom:15px;"> <?php if (tep_session_is_registered('customer_id')) { echo '<input class="popupBTN_login" value="'. HEADER_TITLE_LOGOFF . '" onclick="window.location.href=\'' . tep_href_link(FILENAME_LOGOFF) . '\'" span="" type="button">'; }else { ?> <?php echo tep_draw_form('login', tep_href_link(FILENAME_LOGIN, 'action=process', 'SSL'), 'post', '', true); ?> <table border="0" cellspacing="15" cellpadding="0" width="100%" style="margin-left: -4px;"> <tr> <!--<td class="fieldKey"><?php echo ENTRY_EMAIL_ADDRESS; ?></td>--> <td><?php echo tep_draw_input_field('email_address', '', 'placeholder="' . ENTRY_EMAIL_ADDRESS . '" id="popupInput"'); ?></td> </tr> <tr> <!--<td class="fieldKey"><?php echo ENTRY_PASSWORD; ?></td>--> <td><?php echo tep_draw_password_field('password', '', 'placeholder="' . ENTRY_PASSWORD . '" id="popupInput"'); ?></td> </tr> </table> <!-- <p><?php echo '<a style="color:#F58400" href="' . tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></p> --> <div id="popupLoginwrapper"> <input class="popupBTN_login" value="<?php echo IMAGE_BUTTON_LOGIN; ?> >" span="" type="submit"> <div style="float:right; padding-top:20px; padding-bottom:15px;"> <strong><a id="popupSpanPaswword" href="<? echo tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL');?>"><? echo popupSpanPaswword; ?></a></strong> </div> <div style="float:left; padding-top:20px;padding-bottom:15px;"> <a id="popupSpanPaswword" href="<? echo tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL');?>"><? echo popupSpanPaswwordforgot; ?></a> </div> </div> </form> <?}?> </div> </div> <!-- hover login end--> <?php $pro_wishcount = $wishList->count_contents(); ?> <style> </style> <div id="headerShortcuts_test"> <table border="0"> <tr> <td align="center"><a href="<?php echo tep_href_link(FILENAME_FAQ) ?>"><img src="<? echo tep_href_link(DIR_WS_IMAGES . 'header/Service_icon.png'); ?>" onmouseover="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/color/Service_icon_pink.png'); ?>'" onmouseout="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/Service_icon.png'); ?>'"></a></td> <td align="center"><a href="<?php echo tep_href_link(FILENAME_WISHLIST) ?>"><?php if ($pro_wishcount > 0) {echo '<div id="popupCircle" style="background-color: #8C8E8D !Important;"><div id="popupCircleText">'. $pro_wishcount . '</div></div>';}?><img src="<? echo tep_href_link(DIR_WS_IMAGES . 'header/heart_small.png'); ?>" onmouseover="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/color/heart_small_pink.png'); ?>'" onmouseout="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/heart_small.png'); ?>'"></a></td> <td align="center"><a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART) ?>"><?php if (sizeof($products) > 0) {echo '<div id="shopping"><div id="popupCircle"><div id="popupCircleText">'. $cart->count_contents() . '</div></div>';}?><img src="<? echo tep_href_link(DIR_WS_IMAGES . 'header/Einkauf_icon.png'); ?>" onmouseover="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/color/Einkauf_icon_pink.png'); ?>'" onmouseout="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/Einkauf_icon.png'); ?>'"></a><?php if (sizeof($products) > 0) {echo '<div>';}?></td> <td align="center"><a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING) ?>"><img src="<? echo tep_href_link(DIR_WS_IMAGES . 'header/Kasse_icon.png'); ?>" onmouseover="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/color/Kasse_icon_pink.png'); ?>'" onmouseout="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/Kasse_icon.png'); ?>'"></a></td> <td align="center"><a href="<?php echo tep_href_link(FILENAME_ACCOUNT) ?>"><div id="login"><img src="<? echo tep_href_link(DIR_WS_IMAGES . 'header/Konto_icon.png'); ?>" onmouseover="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/color/Konto_icon_pink.png'); ?>'" onmouseout="this.src='<? echo tep_href_link(DIR_WS_IMAGES . 'header/Konto_icon.png'); ?>'"></div></a></td> <?php if (tep_session_is_registered('customer_id')) { echo '<td align="center"><a href="'. tep_href_link(FILENAME_LOGOFF) .'"><img src="' . tep_href_link(DIR_WS_IMAGES . 'header/Abmelden_icon.png') . '"></a>'; }?> </tr> <tr> <td align="center"><div id="link_header"><a href="<?php echo tep_href_link(FILENAME_FAQ)?>">Service</a></div></td> <td align="center"><div id="link_header"><a href="<?php echo tep_href_link(FILENAME_WISHLIST)?>">Merkzettel</a></div></td> <td align="center"><div id="link_header"><?php if (sizeof($products) > 0) {echo '<div id="shopping">';}?><a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART) ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a><?php if (sizeof($products) > 0) {echo '<div>';}?></div></td> <td align="center"><div id="link_header"><a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING)?>"><?php echo HEADER_TITLE_CHECKOUT ?></a></div></td> <td align="center"><div id="link_header"><div id="login"><a href="<?php echo tep_href_link(FILENAME_ACCOUNT)?>"><?php echo HEADER_TITLE_MY_ACCOUNT?></a></div></div></td> <?php if (tep_session_is_registered('customer_id')) { echo '<td align="center"><div id="link_header"><a href="'. tep_href_link(FILENAME_LOGOFF) .'">' .HEADER_TITLE_LOGOFF. '</a>'; }?> </tr> </table> </div> <div id="searchbox"> <table> <tr> <td> <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'logo_2017_27_05_compressed.png', STORE_NAME) . '</a>'; ?> </td> <td style="padding-left:65px;"> <?php echo tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'SSL', false), 'get') . tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords', BOX_SEARCH_DEFAULT_TEXT, 'onClick=this.value="" size="14" id="search1" maxlength="100" style="width: ' . (300) . 'px;color:#6a6c6b;padding:9px;"') . ' ' . tep_hide_session_id();?> </td> <td > <?php echo tep_image_submit('suchen.png', MODULE_BOXES_SEARCH_BOX_TITLE, 'size="10" maxlength="100" style="height: ' . (42) . 'px;weight: ' . (50) . 'px;margin-left: ' . (-41) . 'px;margin-top: ' . (-6) . 'px"'). '</form>'; ?> </td> </tr> </table> </div> <div id="header" class="grid_24"> <script language="JavaScript" type="text/javascript"> var ImgAry=['<? echo tep_href_link('pics/header1.png'); ?>' ,'<? echo tep_href_link('pics/header2.png'); ?>','https://farm4.static.flickr.com/3076/2879649119_08a9a00bf9_o.jpg'] var MapAry=[]; for (var zxc0=0;zxc0<ImgAry.length;zxc0++){ MapAry[zxc0]=new Image(); MapAry[zxc0].src=ImgAry[zxc0]; } function Swap(id,nu){ document.getElementById(id).src=MapAry[nu].src; } </script> <div style="text-align:center;position:absolute; top:110px; width:950px; margin-left:auto; margin-right:auto; "> <img id="tst" src="<? echo tep_href_link('pics/header1.png'); ?>"usemap="#Image-Maps_4201306220710484" border="0" width="950" height="50" vspace="5" alt="" /> <map name="Image-Maps_4201306220710484"> <area shape="rect" coords="0,0,245,50" onmouseover="Swap('tst',1);" onmouseout="Swap('tst',0);" href="<? echo tep_href_link('shipping.php'); ?>" alt="" title="" /> <area shape="rect" coords="257,-5,498,45" onmouseover="Swap('tst',1);" onmouseout="Swap('tst',0);" href="<? echo tep_href_link('conditions.php') ?>" alt="" title="" /> <area shape="rect" coords="506,-5,736,45" onmouseover="Swap('tst',1);" onmouseout="Swap('tst',0);" href="<? echo tep_href_link('shipping.php') ?>" alt="" title="" /> <area shape="rect" coords="746,-5,945,45" onmouseover="Swap('tst',1);" onmouseout="Swap('tst',0);" href="<? echo tep_href_link('rechnungskauf.html') ?>" target="_blank" alt="" title="" /> <!--<area shape="rect" coords="948,48,950,50" href="http://www.image-maps.com/index.php?aff=mapped_users_4201306220710484" alt="Image Map" title="Image Map" />--> </map> </div> <script type="text/javascript"> $("#headerShortcuts").buttonset(); </script> </div> <div id="di"> <div id="navmenu"> <div id="subnavmenu"> <div class="Menu"> <div id="menu"> <a href="<? echo tep_href_link(FILENAME_DEFAULT); ?>"><img style="max-width:20%;height:auto" id="navlogo" src="/pics/logo_navi.png" alt="Logo"></a> <?php $bm_categories = new bm_categories(); echo $bm_categories->getData(); ?> <table id="navlogo" border="0"> <tr> <td align="center"><a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART) ?>"><img src="/images/header/Einkauf_icon.png" width="20px" height="20px"></a></td> <td align="center"><a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING) ?>"><img src="/images/header/Kasse_icon.png" width="20px" height="20px"></a></td> <td align="center"><a href="<?php echo tep_href_link(FILENAME_ACCOUNT) ?>"><img src="/images/header/Konto_icon.png" width="20px" height="20px"></a></td> <?php if (tep_session_is_registered('customer_id')) { echo '<td align="center"><a href="'. tep_href_link(FILENAME_LOGOFF) .'"><img src="/images/header/Abmelden_icon.png" width="20px" height="20px"></a>'; }?> </tr> <tr> <td align="center"><div id="nav_header_mini"><a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART) ?>"><?php echo HEADER_TITLE_CART_CONTENTS . ($cart->count_contents() > 0 ? ' (' . $cart->count_contents() . ')' : '')?></a></div></td> <td align="center"><div id="nav_header_mini"><a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING)?>"><?php echo HEADER_TITLE_CHECKOUT ?></a></div></td> <td align="center"><div id="nav_header_mini"><a href="<?php echo tep_href_link(FILENAME_ACCOUNT)?>"><?php echo HEADER_TITLE_MY_ACCOUNT?></a></div></td> <?php if (tep_session_is_registered('customer_id')) { echo '<td align="center"><div id="nav_header_mini"><a href="'. tep_href_link(FILENAME_LOGOFF) .'">' .HEADER_TITLE_LOGOFF. '</a>'; }?> </tr> </table> </div> </div> </div> </div> </div> <?php if (isset($HTTP_GET_VARS['error_message']) && tep_not_null($HTTP_GET_VARS['error_message'])) { ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="headerError"> <td class="headerError"><?php echo htmlspecialchars(stripslashes(urldecode($HTTP_GET_VARS['error_message']))); ?></td> </tr> </table> <?php } if (isset($HTTP_GET_VARS['info_message']) && tep_not_null($HTTP_GET_VARS['info_message'])) { ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="headerInfo"> <td class="headerInfo"><?php echo htmlspecialchars(stripslashes(urldecode($HTTP_GET_VARS['info_message']))); ?></td> </tr> </table> <?php } // BillSAFE-Layer Start if (preg_match('/checkout_payment/',$_SERVER['PHP_SELF']) && (MODULE_PAYMENT_BILLSAFE_2_LAYER == 'True' || MODULE_PAYMENT_BILLSAFE_2HP_LAYER == 'True')) { if (isset($_GET['error_message'])) { $bs_error = stripslashes('error_message='.urlencode(html_entity_decode($_GET['error_message']))); } else { $bs_error = ''; } echo '<script type="text/javascript"><!-- if (top.lpg) top.lpg.close("'.str_replace('&amp;', '&', tep_href_link(FILENAME_CHECKOUT_PAYMENT, $bs_error, 'SSL')).'"); --></script>'; } if (preg_match('/checkout_success/',$_SERVER['PHP_SELF']) && (MODULE_PAYMENT_BILLSAFE_2_LAYER == 'True' || MODULE_PAYMENT_BILLSAFE_2HP_LAYER == 'True')) { echo '<script type="text/javascript"><!-- if (top.lpg) top.lpg.close("'.tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL').'"); --></script>'; } // BillSAFE-Layer End ?>
No results found

preferences:
1552.31 ms | 1393 KiB | 21 Q