Paris La Défense Arena - Interaktiver concert-Sitzplan (2024)

FotosSitzplanBereicheKommentareKennzeichenEvents

'; html += '

Grünen Bereich ausprobieren

'; html += '

'; return html; } function format_mini_content(data){ var index = data[0]['index']; var image = data[0]['image']; var venue = data[0]['venue']; var section = data[0]['section']; var row = data[0]['row']; var seat = data[0]['seat']; var note = data[0]['note']; var member = data[0]['member_name']; var reviews = data[0]['reviews']; var rating = make_rating(data[0]['rating'],12); var location = ''; if(section != ""){ location += "Bereich "+section; if(row != ""){ location += ", Reihe "+row; } } var gallery_link = gallery_link = 'open_gallery(\''+section+'\');'; var html = ''; html += '

Paris La Défense Arena - Interaktiver concert-Sitzplan (1)

'; html += '

'; html += '

'+location+'

'; if(parseInt(reviews) < 2){ html += ''+reviews+' photo'; }else{ html += ''+reviews+' Fotos'; } html += '

'; html += '

'; html += ''+rating+''; html += '

'; if(note != ""){ html += '

'+stripslashes(note)+'

'; } html += '

'; return html;} function stripslashes(str) { return (str + '').replace(/\\(.?)/g, function (s, n1) { switch (n1) { case '\\': return '\\'; case '0': return '\u0000'; case '': return ''; default: return n1; } });} function open_gallery(section_name){ $.getJSON( "/ajax/venue_seat_by_type.php?jsoncallback=?", {"venue": "Paris La Défense Arena", "photo_type": "concert", "section": section_name, "total": "all" }, function(data) { //console.log(data); // set up big photo if(data!=""){ // safety checks var data_length = data.length; if(data_length > 0){ // set up the gallery format_gallery(data); var first_photo = data[0]['index']; // set up structured data get_photo_tags(first_photo, section_name,''); } } }) .done(function(data) { }) .fail(function(data) { }) .always(function(data) { });} function format_gallery(data){ var content = ''; var gallery_title = 'Paris La Défense Arena Bereich '+data[0]['section']+''; $("#gallery_title").html(gallery_title); $(data).each(function (index, value) { var index = value['index']; var image = value['image']; var venue = value['venue']; var section = value['section']; var row = value['row']; var seat = value['seat']; var member = value['member_name']; var reviews = value['reviews']; var video = value['video']; var rating = make_rating(value['rating'], 16); var note = stripslashes(value['note']); var clean_venue = clean_link_text(venue); var clean_section = clean_link_text(section); var clean_row = clean_link_text(row); var clean_seat = clean_link_text(seat); if(member == null){ member = 'anonymous'; } var play_button = ''; if(video != ""){ play_button = 'Paris La Défense Arena - Interaktiver concert-Sitzplan (2)'; } var photo_link = '/photo/'+index+'/'+clean_venue+'/section-'+clean_section+'/row-'+clean_row+'/seat-'+clean_seat+'/'; content += '

'; content += '

'; content += ''+member+''; content += ''+rating+''; content += '

'; content += '

'; content += ''+play_button+''; content += '

'; content += '

'; content += '

'+venue+'

'; content += '

'+note+'

'; content += '

'; content += '

'; content += '

'; content += '

'+section+'

'; content += '

Bereich

'; content += '

'; content += '

'; content += '

'+row+'

'; content += '

Reihe

'; content += '

'; content += '

'; content += '

'+seat+'

'; content += '

Platz

'; content += '

'; content += '

'; content += '

'; }); // add reviews to div $("#reviews").html(content); // show gallery $("#sv_photo_gallery").show(); // hide main scroll bar $("body").css('overflow', 'hidden'); // make grey area clickable, to close gallery $("#sv_photo_gallery .grey").mousedown(function(){ $("body").css('overflow', 'auto'); $("#sv_photo_gallery").hide(); }); // make grey area clickable, to close gallery $("#sv_photo_gallery .close").mousedown(function(){ $("body").css('overflow', 'auto'); $("#sv_photo_gallery").hide(); });} function get_photo_tags(photo_id, section_name, row_name){ // clear old structured data first $("#structured_data").html(""); $("#structured_data").removeClass("structured_data"); $.getJSON( "/ajax/get_photo_tags.php?jsoncallback=?", {"photo_id": photo_id }, function(data) { if(data!=""){ format_structured_data(data, section_name, row_name); } }) .done(function(data) { }) .fail(function(data) { }) .always(function(data) { });} function format_structured_data(data, section_name, row_name){ // fallback safety, this should already be cleared $("#structured_data").html(""); $("#structured_data").removeClass("structured_data"); // get for format structured data var content = ''; var section_tags = data['section_tags']; var row_tags = data['row_tags']; if(section_tags != ""){ var section_tag_string = "Bereich %s ist markiert mit"; var bold_section_name = ''+section_name+''; section_tag_string = section_tag_string.replace('%s', bold_section_name); content += '

'; content += ''+section_tag_string+':'; content += '

'; $.each(section_tags, function(key, val) { content += ''; content += ' '; content += ''+val['question']+''; content += ''; }); content += '

'; content += '

'; } if(row_tags != ""){ var row_tag_string = "Reihe %s ist gekennzeichnet als"; var bold_row_name = ''+row_name+''; row_tag_string = row_tag_string.replace("%s", bold_row_name); content += '

'; content += ''+row_tag_string+':'; content += '

'; $.each(row_tags, function(key, val) { var icon = '✓'; if(val['question'] == 'is accessible'){ icon = 'Paris La Défense Arena - Interaktiver concert-Sitzplan (4)'; } content += ''; content += ''+icon+' '; content += ''+val['question']+''; content += ''; }); content += '

'; content += '

'; } if(content != ""){ $("#structured_data").addClass("structured_data"); $("#structured_data").html(content); }} $(function(){ $("#dragable_canvas").draggable({cancel: "#mini_popup"}); $("#zoom_in").click(function(){ if(zoom_level < 5){ zoom_level ++; } do_zoom(zoom_level); }); $("#zoom_out").click(function(){ if(zoom_level > 0){ zoom_level --; }else{ $("#") } do_zoom(zoom_level) });$("#canvas").dblclick(function(){if(zoom_level < 5){ zoom_level ++; } do_zoom(zoom_level);}); var container_width = $("#canvas_container").width(); //console.log("container_width: "+container_width); var section_map = {"216B":{"path":"M152.38,116.25 173.98,116.25 173.98,129.19 152.38,129.19 z"}, "216A":{"path":"M175.98,116.25 198.46,116.25 198.46,129.19 175.98,129.19 z"}, "215":{"path":"M200.46,116.25 243.46,116.25 243.46,129.19 200.46,129.19 z"}, "214":{"path":"M245.46,116.25 275.12,116.25 275.12,129.19 245.46,129.19 z"}, "213":{"path":"M277.12,124.25h47.4c6.43,0,12.72,1.15,18.62,3.3l3.12-7.41c-6.77-2.51-14.1-3.89-21.74-3.89h-47.4V124.25z"}, "212B":{"path":"M345.01,128.26c7.15,2.91,13.67,7.33,19.08,13.06l5.95-5.37c-6.09-6.48-13.55-11.65-21.92-15.07L345.01,128.26 z"}, "212A":{"path":"M384.33,160.57c-2.63-8.67-7.1-16.53-12.94-23.15l-5.95,5.37l-1.48,1.34l-3.7,3.34 c4.75,5.42,8.16,11.75,10.06,18.62L384.33,160.57z"}, "210":{"path":"M379.03,219.86 387.03,219.86 387.03,250.53 379.03,250.53 z"}, "209":{"path":"M379.03,252.52 387.03,252.52 387.03,282.52 379.03,282.52 z"}, "207B":{"path":"M369.92,339.65c-3.23,7.77-8.2,14.46-14.4,19.67l7.76,8.8c7.61-6.38,13.75-14.44,17.89-23.6L369.92,339.65z"}, "207A":{"path":"M333.7,382.35c10.43-2.08,19.97-6.62,28.02-12.97l-7.76-8.81c-6.63,5.16-14.52,8.67-23.11,10.08L333.7,382.35z "}, "206":{"path":"M241.83,374.11 272.58,374.11 272.58,383.64 241.83,383.64 z"}, "204":{"path":"M200.33,374.11 239.83,374.11 239.83,383.64 200.33,383.64 z"}, "203":{"path":"M166.96,374.11 198.34,374.11 198.34,383.64 166.96,383.64 z"}, "118":{"path":"M66.9,116.25 103.12,116.25 103.12,168.04 66.9,168.04 z"}, "117":{"path":"M105.12,116.25 150.38,116.25 150.38,168.04 105.12,168.04 z"}, "116":{"path":"M152.38,131.19 198.46,131.19 198.46,168.04 152.38,168.04 z"}, "115":{"path":"M200.46,131.19 243.46,131.19 243.46,168.04 200.46,168.04 z"}, "114":{"path":"M245.46,131.19 284.96,131.19 284.96,168.04 245.46,168.04 z"}, "113":{"path":"M317.09,168.04c2.94,0,5.71,0.7,8.18,1.91l17.09-40.55c-5.65-2.05-11.68-3.15-17.84-3.15h-47.4v2.94h9.84 v38.85H317.09z"}, "112":{"path":"M344.24,130.1l-17.21,40.83c3.42,2.17,6.08,5.42,7.51,9.27l33.91-13.37c-1.8-6.65-5.09-12.78-9.67-18.02 c-0.45-0.5-0.9-0.99-1.36-1.47l1.48-1.33l3.71-3.35C357.4,137.15,351.12,132.9,344.24,130.1z"}, "111":{"path":"M384.88,162.5l-14.07,5.54l-1.88,0.75l-33.8,13.33c0.37,1.46,0.58,2.97,0.58,4.54v31.2h51.32v-39.1 C387.03,173.13,386.27,167.69,384.88,162.5z"}, "110":{"path":"M335.71,219.86 377.03,219.86 377.03,250.53 335.71,250.53 z"}, "109":{"path":"M335.71,252.52 377.03,252.52 377.03,282.52 335.71,282.52 z"}, "108":{"path":"M335.71,284.52v29.6c0,2.78-0.63,5.41-1.72,7.78l47.98,20.79c3.26-7.84,5.06-16.43,5.06-25.44v-32.73H335.71z"}, "107":{"path":"M368.09,338.86l-35.04-15.18c-2.53,4.21-6.67,7.34-11.57,8.52l8.9,36.5c8.27-1.33,15.88-4.69,22.27-9.63 c0.53-0.4,1.05-0.82,1.56-1.25C360.18,352.81,364.99,346.35,368.09,338.86z"}, "106":{"path":"M328.86,370.94c-0.02,0-0.04,0-0.06,0.01l-0.05-0.46l-9.25-37.92c-0.79,0.1-1.59,0.17-2.41,0.17h-31.88v41.37 h-10.62v9.53h46.05c3.78,0,7.48-0.33,11.09-0.94L328.86,370.94z"}, "105":{"path":"M241.83,332.74 283.21,332.74 283.21,372.11 241.83,372.11 z"}, "104":{"path":"M239.83,332.74 207.08,332.74 207.08,348.98 200.33,348.98 200.33,372.11 239.83,372.11 z"}, "103":{"path":"M198.33,348.98 190.83,348.98 190.83,332.74 155.46,332.74 155.46,372.11 198.33,372.11 z"}, "102":{"path":"M164.96,383.64 164.96,374.11 153.46,374.11 153.46,332.74 109.83,332.74 109.83,383.64 z"}, "101":{"path":"M66.9,332.74 107.83,332.74 107.83,383.64 66.9,383.64 z"}, "N":{"path":"M288.24,271.16 314.61,271.16 314.61,325.77 288.24,325.77 z"}, "M":{"path":"M215.17,300.24 284.83,300.24 284.83,325.77 215.17,325.77 z"}, "L":{"path":"M215.17,271.16 284.83,271.16 284.83,296.69 215.17,296.69 z"}, "K":{"path":"M188.4,251.96 232.78,251.96 232.78,264.72 188.4,264.72 z"}, "J":{"path":"M139.41,300.24 209.07,300.24 209.07,325.77 139.41,325.77 z"}, "I":{"path":"M139.41,271.16 209.07,271.16 209.07,296.69 139.41,296.69 z"}, "H":{"path":"M139.41,251.96 183.79,251.96 183.79,264.72 139.41,264.72 z"}, "G":{"path":"M288.24,175.35 314.61,175.35 314.61,229.96 288.24,229.96 z"}, "F":{"path":"M215.17,175.35 284.83,175.35 284.83,200.88 215.17,200.88 z"}, "E":{"path":"M215.17,204.43 284.83,204.43 284.83,229.96 215.17,229.96 z"}, "D":{"path":"M188.4,237.24 232.78,237.24 232.78,250 188.4,250 z"}, "C":{"path":"M139.41,175.35 209.07,175.35 209.07,200.88 139.41,200.88 z"}, "B":{"path":"M139.41,204.43 209.07,204.43 209.07,229.96 139.41,229.96 z"}, "A":{"path":"M139.41,237.24 183.79,237.24 183.79,250 139.41,250 z"}, "Stage":{"path":"M103.07,287.98h-4.19c-9.96,0-18.03-8.07-18.03-18.03v-39.07c0-9.96,8.07-18.03,18.03-18.03h4.19 c9.96,0,18.03,8.07,18.03,18.03v39.07C121.1,279.91,113.03,287.98,103.07,287.98z"}, "100":{"path":"M66.9,105.52 74.77,105.52 74.77,114.75 66.9,114.75 z"}, "99":{"path":"M75.77,105.52 84.19,105.52 84.19,114.75 75.77,114.75 z"}, "98":{"path":"M85.19,105.52 93.61,105.52 93.61,114.75 85.19,114.75 z"}, "97":{"path":"M94.6,105.52 103.02,105.52 103.02,114.75 94.6,114.75 z"}, "96":{"path":"M104.02,105.52 112.44,105.52 112.44,114.75 104.02,114.75 z"}, "95":{"path":"M113.43,105.52 121.85,105.52 121.85,114.75 113.43,114.75 z"}, "94":{"path":"M122.85,105.52 131.27,105.52 131.27,114.75 122.85,114.75 z"}, "93":{"path":"M132.26,105.52 140.68,105.52 140.68,114.75 132.26,114.75 z"}, "92":{"path":"M141.68,105.52 150.1,105.52 150.1,114.75 141.68,114.75 z"}, "91":{"path":"M151.09,105.52 159.51,105.52 159.51,114.75 151.09,114.75 z"}, "90":{"path":"M160.51,105.52 168.93,105.52 168.93,114.75 160.51,114.75 z"}, "89":{"path":"M169.92,105.52 178.34,105.52 178.34,114.75 169.92,114.75 z"}, "88":{"path":"M179.34,105.52 187.76,105.52 187.76,114.75 179.34,114.75 z"}, "87":{"path":"M188.75,105.52 197.17,105.52 197.17,114.75 188.75,114.75 z"}, "86":{"path":"M198.17,105.52 206.59,105.52 206.59,114.75 198.17,114.75 z"}, "85":{"path":"M207.58,105.52 216,105.52 216,114.75 207.58,114.75 z"}, "84":{"path":"M217,105.52 225.42,105.52 225.42,114.75 217,114.75 z"}, "83":{"path":"M226.41,105.52 234.83,105.52 234.83,114.75 226.41,114.75 z"}, "82":{"path":"M235.83,105.52 244.25,105.52 244.25,114.75 235.83,114.75 z"}, "81":{"path":"M245.24,105.52 253.66,105.52 253.66,114.75 245.24,114.75 z"}, "80":{"path":"M254.66,105.52 263.08,105.52 263.08,114.75 254.66,114.75 z"}, "79":{"path":"M264.07,105.52 272.49,105.52 272.49,114.75 264.07,114.75 z"}, "78":{"path":"M273.49,105.52 281.91,105.52 281.91,114.75 273.49,114.75 z"}, "77":{"path":"M282.9,105.52 291.32,105.52 291.32,114.75 282.9,114.75 z"}, "76":{"path":"M292.32,105.52 300.74,105.52 300.74,114.75 292.32,114.75 z"}, "75":{"path":"M301.73,105.52 310.15,105.52 310.15,114.75 301.73,114.75 z"}, "74":{"path":"M311.15,105.52 319.57,105.52 319.57,114.75 311.15,114.75 z"}, "73":{"path":"M320.56,114.75h3.91c1.52,0,3.02,0.07,4.51,0.18v-9.39c-0.15,0-0.31-0.01-0.46-0.01h-7.96V114.75z"}, "72":{"path":"M329.98,115c2.19,0.19,4.34,0.48,6.47,0.89l2.44-9.59c-2.91-0.44-5.89-0.68-8.91-0.74V115z"}, "71":{"path":"M337.43,116.07c2.13,0.44,4.22,0.99,6.26,1.63l3.81-9.52c-2.49-0.71-5.03-1.29-7.62-1.71L337.43,116.07z"}, "70":{"path":"M344.64,118.02c2.04,0.68,4.03,1.46,5.97,2.33l5.46-9.12c-2.46-1.07-5-2-7.6-2.78L344.64,118.02z"}, "69":{"path":"M351.53,120.77c2,0.94,3.95,1.97,5.84,3.1l6.44-8.67c-2.2-1.31-4.48-2.49-6.82-3.55L351.53,120.77z"}, "68":{"path":"M364.67,115.71l-6.46,8.69c1.7,1.06,3.34,2.19,4.92,3.39l7.51-7.95C368.73,118.36,366.74,116.98,364.67,115.71 z"}, "67":{"path":"M376.92,125.29c-1.74-1.71-3.57-3.31-5.49-4.83l-7.51,7.95c1.77,1.39,3.47,2.87,5.09,4.44L376.92,125.29z"}, "66":{"path":"M382.55,131.51c-1.54-1.93-3.18-3.78-4.91-5.53l-7.9,7.56c1.55,1.55,3.02,3.19,4.4,4.9L382.55,131.51z"}, "65":{"path":"M374.76,139.23c1.14,1.45,2.23,2.95,3.24,4.5l9.27-5.56c-1.27-2.03-2.63-3.98-4.1-5.86L374.76,139.23z"}, "64":{"path":"M378.54,144.57c1.24,1.95,2.38,3.96,3.4,6.04l9.4-4.91c-1.06-2.3-2.24-4.54-3.54-6.69L378.54,144.57z"}, "63":{"path":"M382.38,151.51c0.88,1.86,1.67,3.77,2.37,5.72l9.83-3.2c-0.79-2.54-1.75-5.01-2.82-7.42L382.38,151.51z"}, "62":{"path":"M386.77,164.09l9.8-1.93c-0.45-2.44-1.02-4.83-1.71-7.17l-9.79,3.18 C385.72,160.11,386.29,162.08,386.77,164.09z"}, "61":{"path":"M386.99,165.07c0.44,2.02,0.79,4.07,1.03,6.16h9.61c-0.14-2.74-0.45-5.43-0.89-8.08L386.99,165.07z"}, "60":{"path":"M388.47,178.48h9.25v-3.77c0-0.83-0.03-1.66-0.06-2.48h-9.51C388.36,174.28,388.46,176.37,388.47,178.48z"}, "59":{"path":"M388.48,179.48 397.72,179.48 397.72,185.73 388.48,185.73 z"}, "58":{"path":"M388.48,186.73 397.72,186.73 397.72,193.98 388.48,193.98 z"}, "57":{"path":"M388.48,194.98 397.72,194.98 397.72,201.48 388.48,201.48 z"}, "56":{"path":"M388.48,202.48 397.72,202.48 397.72,208.73 388.48,208.73 z"}, "55":{"path":"M388.48,209.73 397.72,209.73 397.72,215.98 388.48,215.98 z"}, "54":{"path":"M388.48,216.98 397.72,216.98 397.72,223.38 388.48,223.38 z"}, "53":{"path":"M388.48,224.38 397.72,224.38 397.72,231.61 388.48,231.61 z"}, "52":{"path":"M388.48,232.6 397.72,232.6 397.72,238.85 388.48,238.85 z"}, "51":{"path":"M388.48,239.85 397.72,239.85 397.72,246.21 388.48,246.21 z"}, "50":{"path":"M388.48,247.21 397.72,247.21 397.72,253.57 388.48,253.57 z"}, "49":{"path":"M388.48,254.57 397.72,254.57 397.72,260.91 388.48,260.91 z"}, "48":{"path":"M388.48,261.92 397.72,261.92 397.72,269.04 388.48,269.04 z"}, "47":{"path":"M388.48,270.04 397.72,270.04 397.72,276.45 388.48,276.45 z"}, "46":{"path":"M388.48,277.45 397.72,277.45 397.72,283.86 388.48,283.86 z"}, "45":{"path":"M388.48,284.85 397.72,284.85 397.72,291.1 388.48,291.1 z"}, "44":{"path":"M388.48,292.1 397.72,292.1 397.72,298.46 388.48,298.46 z"}, "43":{"path":"M388.48,299.46 397.72,299.46 397.72,306.56 388.48,306.56 z"}, "42":{"path":"M388.48,307.56 397.72,307.56 397.72,314.77 388.48,314.77 z"}, "41":{"path":"M388.48,315.77v1.48c0,1.74-0.09,3.46-0.22,5.16l9.46,0.94v-7.58H388.48z"}, "40":{"path":"M388.19,323.41c-0.19,2.12-0.48,4.2-0.87,6.26l10.06,2.39c0.22-2.26,0.34-4.56,0.34-6.88v-0.82L388.19,323.41z "}, "39":{"path":"M387.14,330.66c-0.4,2-0.9,3.96-1.48,5.9l10.45,3.4c0.49-2.26,0.87-4.56,1.14-6.9L387.14,330.66z"}, "38":{"path":"M385.39,337.51c-0.57,1.82-1.23,3.6-1.94,5.35l10.46,4.97c0.78-2.25,1.44-4.55,1.99-6.9L385.39,337.51z"}, "37":{"path":"M383.07,343.79c-0.83,1.95-1.76,3.86-2.76,5.72l10.32,6.19c1.1-2.24,2.1-4.55,2.96-6.92L383.07,343.79z"}, "36":{"path":"M379.81,350.38c-1.16,2.06-2.42,4.05-3.78,5.97l9.85,7.55c1.58-2.33,3-4.77,4.29-7.3L379.81,350.38z"}, "35":{"path":"M385.31,364.7l-9.85-7.55c-1.33,1.83-2.75,3.58-4.25,5.26l9.06,8.67C382.07,369.07,383.75,366.93,385.31,364.7 z"}, "34":{"path":"M370.54,363.17c-1.74,1.89-3.59,3.67-5.53,5.36l8.61,9.12c2.11-1.82,4.12-3.74,5.99-5.8L370.54,363.17z"}, "33":{"path":"M364.25,369.18c-1.68,1.41-3.42,2.75-5.23,3.99l7.91,9.57c2.06-1.38,4.04-2.86,5.93-4.44L364.25,369.18z"}, "32":{"path":"M358.19,373.74c-2.07,1.38-4.22,2.64-6.45,3.8l6.91,9.95c2.57-1.25,5.04-2.66,7.42-4.2L358.19,373.74z"}, "31":{"path":"M350.85,377.99c-2.15,1.08-4.37,2.05-6.65,2.9l5.35,10.22c2.81-0.9,5.54-1.97,8.19-3.21L350.85,377.99z"}, "30":{"path":"M343.25,381.23c-1.91,0.68-3.86,1.29-5.85,1.79l2.64,10.38c2.91-0.49,5.76-1.15,8.53-1.99L343.25,381.23z"}, "29":{"path":"M339.06,393.58l-2.63-10.33c-1.83,0.44-3.69,0.82-5.57,1.11v9.96C333.63,394.23,336.37,393.99,339.06,393.58z"}, "28":{"path":"M329.85,384.49c-2.76,0.38-5.56,0.59-8.42,0.63v9.26h7.08c0.45,0,0.89-0.03,1.33-0.03V384.49z"}, "27":{"path":"M312.02,385.14 320.44,385.14 320.44,394.38 312.02,394.38 z"}, "26":{"path":"M302.61,385.14 311.03,385.14 311.03,394.38 302.61,394.38 z"}, "25":{"path":"M293.19,385.14 301.61,385.14 301.61,394.38 293.19,394.38 z"}, "24":{"path":"M283.78,385.14 292.2,385.14 292.2,394.38 283.78,394.38 z"}, "23":{"path":"M274.36,385.14 282.78,385.14 282.78,394.38 274.36,394.38 z"}, "22":{"path":"M264.95,385.14 273.37,385.14 273.37,394.38 264.95,394.38 z"}, "21":{"path":"M255.53,385.14 263.95,385.14 263.95,394.38 255.53,394.38 z"}, "20":{"path":"M246.12,385.14 254.54,385.14 254.54,394.38 246.12,394.38 z"}, "19":{"path":"M236.7,385.14 245.12,385.14 245.12,394.38 236.7,394.38 z"}, "18":{"path":"M227.29,385.14 235.71,385.14 235.71,394.38 227.29,394.38 z"}, "17":{"path":"M217.87,385.14 226.29,385.14 226.29,394.38 217.87,394.38 z"}, "16":{"path":"M208.46,385.14 216.88,385.14 216.88,394.38 208.46,394.38 z"}, "15":{"path":"M199.04,385.14 207.46,385.14 207.46,394.38 199.04,394.38 z"}, "14":{"path":"M189.63,385.14 198.05,385.14 198.05,394.38 189.63,394.38 z"}, "13":{"path":"M180.21,385.14 188.63,385.14 188.63,394.38 180.21,394.38 z"}, "12":{"path":"M170.8,385.14 179.22,385.14 179.22,394.38 170.8,394.38 z"}, "11":{"path":"M161.38,385.14 169.8,385.14 169.8,394.38 161.38,394.38 z"}, "10":{"path":"M151.97,385.14 160.39,385.14 160.39,394.38 151.97,394.38 z"}, "9":{"path":"M142.55,385.14 150.97,385.14 150.97,394.38 142.55,394.38 z"}, "8":{"path":"M133.14,385.14 141.56,385.14 141.56,394.38 133.14,394.38 z"}, "7":{"path":"M123.72,385.14 132.14,385.14 132.14,394.38 123.72,394.38 z"}, "6":{"path":"M114.31,385.14 122.73,385.14 122.73,394.38 114.31,394.38 z"}, "5":{"path":"M104.89,385.14 113.31,385.14 113.31,394.38 104.89,394.38 z"}, "4":{"path":"M95.48,385.14 103.9,385.14 103.9,394.38 95.48,394.38 z"}, "3":{"path":"M86.06,385.14 94.48,385.14 94.48,394.38 86.06,394.38 z"}, "2":{"path":"M76.65,385.14 85.07,385.14 85.07,394.38 76.65,394.38 z"}, "1":{"path":"M66.9,385.14 75.65,385.14 75.65,394.38 66.9,394.38 z"}, "421":{"path":"M66.9,63.15 103.08,63.15 103.08,104.02 66.9,104.02 z"}, "420":{"path":"M105.08,63.15 152.7,63.15 152.7,104.02 105.08,104.02 z"}, "419":{"path":"M154.71,63.15 198.21,63.15 198.21,104.02 154.71,104.02 z"}, "418":{"path":"M200.21,63.15 247.21,63.15 247.21,104.02 200.21,104.02 z"}, "417":{"path":"M249.21,63.15 294.21,63.15 294.21,104.02 249.21,104.02 z"}, "416":{"path":"M296.21,104.02h32.35c3.17,0,6.28,0.23,9.33,0.63l3.27-23.04L357,84.29l3.51-17.4 c-13.64-2.57-29.36-3.74-47.31-3.74h-17V104.02z"}, "415":{"path":"M381.57,113.22l23.89-27.05c-10.87-9.19-25.08-15.3-42.97-18.9l-3.9,19.32l-15.73-2.66l-2.98,21.01 c8.68,1.4,16.83,4.38,24.15,8.63l5.41-8.11L381.57,113.22z"}, "414":{"path":"M390.17,140.04l35.47-24.74c-4.34-11.3-10.51-20.49-18.68-27.82l-25.03,28.34l-11.93-7.63l-4.26,6.39 C375.88,120.87,384.3,129.64,390.17,140.04z"}, "413":{"path":"M391.13,141.81c5.18,9.83,8.13,21.02,8.13,32.9v6.56h34.37v-13.16c0-20.29-2.34-37.09-7.28-50.87 L391.13,141.81z"}, "412":{"path":"M399.26,183.27 433.63,183.27 433.63,224.6 399.26,224.6 z"}, "411":{"path":"M399.26,226.61 433.63,226.61 433.63,275.78 399.26,275.78 z"}, "410":{"path":"M399.26,277.77 433.63,277.77 433.63,321.1 399.26,321.1 z"}, "409":{"path":"M399.26,323.11v2.07c0,13.42-3.74,25.96-10.23,36.65l32.15,20.59c7.94-14.75,12.45-31.63,12.45-49.56v-9.75 H399.26z"}, "408":{"path":"M387.95,363.51c-4.33,6.7-9.77,12.62-16.05,17.5l26.61,30.08c8.63-7.69,15.98-16.78,21.69-26.92L387.95,363.51 z"}, "407":{"path":"M356.61,433.88c15.11-4.14,28.85-11.56,40.41-21.47l-26.71-30.19c-8.82,6.47-19.2,10.94-30.47,12.75v22.14 l14.52-1.58L356.61,433.88z"}, "406":{"path":"M352.61,417.74l-14.78,1.61v-24.09c-3.04,0.4-6.13,0.62-9.27,0.62h-28.48v41.72h28.8 c8.89,0,17.53-1.11,25.78-3.2L352.61,417.74z"}, "405":{"path":"M251,395.88 298.08,395.88 298.08,437.6 251,437.6 z"}, "404":{"path":"M249,437.6 249,395.88 201.17,395.88 201.17,410.4 221.67,410.4 221.67,437.6 z"}, "403":{"path":"M179.96,410.4 199.17,410.4 199.17,395.88 155.46,395.88 155.46,437.6 179.96,437.6 z"}, "402":{"path":"M108.46,395.88 153.46,395.88 153.46,437.6 108.46,437.6 z"}, "401":{"path":"M66.9,395.88 106.46,395.88 106.46,437.6 66.9,437.6 z"}}; var props = {"props":{"path":"M192.83,332.74 205.08,332.74 205.08,346.98 192.83,346.98 z"}, "props_00000152970648019404015190000003873981337467935111_":{"path":"M181.96,412.4 219.67,412.4 219.67,437.6 181.96,437.6 z"}}; var bg = {"bg":{"path":"M335.54,454.13H48.63V46.62h304.16c53.59,0,97.03,43.44,97.03,97.03v196.21 C449.82,402.97,398.66,454.13,335.54,454.13z"}}; var style_props = { "fill": "#D0E1EC", "fill-opacity": 1, "stroke": "#D0E1EC", "stroke-width": 1, "stroke-opacity": 1 }; var style_bg = { "fill": "#ebf7fe", "fill-opacity": 1, "stroke": "#369", "stroke-width": 2, "stroke-opacity": 1 }; var style_grass = { "fill": "#098042", "fill-opacity": 1, "stroke": "#804E1F", "stroke-width": 8, "stroke-opacity": 1 }; style_font_section = { "font-size": 6.5, "font-family": "Arial, Helvetica, sans-serif", "cursor":"pointer", "fill": "#696969", "width":"30px" }; style_font_section_filled = { "font-size": 6.5, "font-family": "Arial, Helvetica, sans-serif", "cursor":"pointer", "fill": "#696969" }; style_sections = { "fill": "#fff", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "stroke-opacity": 1, "cursor":"pointer" }; style_section_filled = { "fill": "#A3C266", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "cursor":"pointer" }; style_section_filled_active = { "fill": "#dce8c5", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "cursor":"pointer" }; style_section_current = { "fill": "#A3C266", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "cursor":"pointer" }; style_sections_highlighted = { "fill": "#ffffa0", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "stroke-opacity": 1, "cursor":"pointer" }; style_section_filled_highlighted = { "fill": "#7aa32d", "fill-opacity": 1, "stroke": "#36c", "stroke-width": 1, "cursor":"pointer" }; // container_width was 1800 paper = Raphael("canvas", container_width, container_width); paper.renderfix(); bg_shape = paper.set(); grass_shape = paper.set(); sections = paper.set(); section_extras = paper.set(); section_text = paper.set(); clickable_section = paper.set(); clickable_section_text = paper.set(); highlighted_section = paper.set(); // props & suites if(typeof bg !== 'undefined'){ $.each( bg, function( key, value ) { bg_shape.push(paper.path(value.path)); }); bg_shape.attr(style_bg); } // grass for ballparks if(typeof grass !== 'undefined'){ $.each( grass, function( key, value ) { grass_shape.push(paper.path(value.path)); }); grass_shape.attr(style_grass); } // props & suites if(typeof props !== 'undefined'){ $.each( props, function( key, value ) { section_extras.push(paper.path(value.path)); }); section_extras.attr(style_props); } var array_key; // sections $.each( section_map, function( key, value ) { array_key = section_key(key); // section shape all_section_names[array_key] = paper.path(value.path).data({"sec":array_key}); sections.push(all_section_names[array_key]); // bbox of section section_box = all_section_names[array_key].getBBox(); // section text all_section_text[array_key] = paper.text(0, 0, clean_out_text(key)).data({"sec":array_key}); all_section_text[array_key].translate(section_box.x+(section_box.width/2),section_box.y+(section_box.height/2)); section_text.push(all_section_text[array_key]); }); sections.attr(style_sections); sections.data("highlighted",false); sections.data("clickable",false); section_text.attr(style_font_section); section_text.data("highlighted",false); section_text.data("clickable",false); // would this replace the other one sections.mousedown(function(e){ var section = this.data("sec"); section = clean_out_text(section); var center_x = (e.pageX - $('#canvas').offset().left)-120+($('#canvas').position().left); var center_y = (e.pageY - $('#canvas').offset().top)-270+($('#canvas').position().top); make_mini_photo_popup(center_x, center_y, section); }); section_text.mousedown(function(e){ var section = this.data("sec"); section = clean_out_text(section); var center_x = (e.pageX - $('#canvas').offset().left)-120+($('#canvas').position().left); var center_y = (e.pageY - $('#canvas').offset().top)-270+($('#canvas').position().top); make_mini_photo_popup(center_x, center_y, section); }); // get clickable sections find_sections_with_photos(venue); // move text to front do_to_front(); paper.setViewBox(0,0,500,500,true); zoom_level = 4; $("#canvas svg").css("overflow","visible"); //paper.setSize(800,1200); $("#seat_finder_form input").change(function(){ // show a spinner, starting now var filter = $(this).val(); make_filter_request("3658","concert",filter); });});

Für grüne Bereiche sind Fotos vorhanden.

Durch die fortgesetzte Nutzung unserer Website gibst du deine Zustimmung zur Nutzung von Cookies gemäß unserer Cookie-RichtlinienSchließen

Paris La Défense Arena - Interaktiver concert-Sitzplan (2024)
Top Articles
Latest Posts
Article information

Author: Pres. Lawanda Wiegand

Last Updated:

Views: 6087

Rating: 4 / 5 (71 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Pres. Lawanda Wiegand

Birthday: 1993-01-10

Address: Suite 391 6963 Ullrich Shore, Bellefort, WI 01350-7893

Phone: +6806610432415

Job: Dynamic Manufacturing Assistant

Hobby: amateur radio, Taekwondo, Wood carving, Parkour, Skateboarding, Running, Rafting

Introduction: My name is Pres. Lawanda Wiegand, I am a inquisitive, helpful, glamorous, cheerful, open, clever, innocent person who loves writing and wants to share my knowledge and understanding with you.