Mit der Opern-Komödie „Intermezzo“ von Richard Strauss hat das Theater Basel den Live-Spielplan wieder aufgenommen. In seiner Inszenierung überzeugte der ebenso gefeierte wie berüchtigte Slapstick-Berserker Herbert Fritsch mit einer höchst stimmigen Personenführung.
$(document).ready(function () { var sessionHandler = new SessionDataHandler(); if(!sessionHandler.existSettings()){ sessionHandler.initAlarmSettings(„/portal/restricted/search.htm?action=getSearchSettings&templateIndexToLoad=-1“, ‚CROSS‘); } }) /* <![CDATA[ */ function doOnloadTasks(){ $(window).resize(resizeGallery); resizeGallery(); var newHash = „show“; if(true){ if(false) newHash = „showEvent“; newHash += „&key=S34_20210423_20210423084617414194158159038&date=20210423“; } if( location.hash.length > 1 && newHash != location.hash.substring(1) ){ location.href = „../restricted/digest.htm?action=“ + location.hash.substring(1); return; } location.hash = newHash; onloadText(); checkErrors(); checkIfOrderPopup(); initSearchTerm( „/portal/restricted/search.htm?action=getQuerySuggestions“, ‚Suchbegriff‘, false, ‚Schliessen‘ ); $(‚.editedClipboard‘).each(function () { var editedClipboard = $(this); editedClipboard.change( function() { setLastSelectedClipboard($(this).val()); $(‚.editedClipboard‘).each( function () { $(this).val(editedClipboard.val()); }) } ); editedClipboard.val($(‚#lastSelectedClipboardId‘).val()); }) if( $(„#meta_image_chain“).length == 0){ callChain(); } else{ $(„#meta_image_chain“).load( „/portal/restricted/text.htm?action=loadImageChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callChain(); }) } $(‚#meta_edition‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); KeyboardShortcuts.initTextShortcuts(); if(/Trident|MSIE/i.test(navigator.userAgent)) { $(document).labelPlaceholder(); } alignAttachmentItems(); $(‚aommeta‘).each(function(index,element){ var seperator = $(element).attr(’seperator‘); var values = $(element).attr(‚value‘).split(seperator); var regex = new RegExp(„(?:<\\“ + seperator + „|[^“ + seperator + „])+“, „g“); var textContent = seperator ? $(element).html().match(regex) : [$(element).html()]; var metaItemText = []; var quote = „“; if( $(element).attr(‚kettentyp‘) != undefined ){ metaItemText = seperator ? $(element).html().match(regex) : [$(element).html()]; }else{ metaItemText = textContent.slice(); quote = „"“; } var content = „“; var argument = „“; for(var i = 0; i < metaItemText.length; i++) { argument += values[i]; content += „<a href=\“Javascript:submitMetaSearch(‚“ + $(element).attr(‚field‘) + „=“ + quote + argument + quote + „‚“+“,6);\“>“ + metaItemText [i] + „</a>“; if(seperator != undefined && i < metaItemText.length – 1 ) { content += seperator; argument += seperator; } } element.innerHTML = content; }); } function callChain(){ if( $(„#meta_chain“).length == 0){ callAppointmentChain(); } else{ $(„#meta_chain“).load( „/portal/restricted/text.htm?action=loadChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callAppointmentChain(); $(‚#meta_chain‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }) } } function callAppointmentChain(){ if( $(„#meta_appointment_chain“).length == 0){ callSimilar(); } else{ $(„#meta_appointment_chain“).load( „/portal/restricted/text.htm?action=loadAppointmentChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callSimilar(); $(‚#meta_appointment_chain‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }) } } function callSimilar(){ $(„#meta_similar“).load( „/portal/restricted/text.htm?action=loadSimilarHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“,function() { $(‚#meta_similar‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }); } function checkIfOrderPopup() { if(„false“ == „true“) { popup = window.open(„/portal/restricted/news/order.htm?action=showOrder&act_row=-1&description=&attachmentIndex=“, „title“, „width=610,height=600,left=100,top=200,resizable=no,status=no“); popup.focus(); } } // clipboard popup function checkMouse(event){ if ($(event.target).parents(„.clipboardSelector“).length > 0) { return; } hideClipboardSelector(); } function showClipboardSelector(){ var selector = $(‚.clipboardSelector‘); selector.removeClass(‚displayNone‘); selector.find(‚.editedClipboard‘).focus(); $(document).bind(„mousedown“, checkMouse); } function hideClipboardSelector(){ $(‚.clipboardSelector‘).addClass( ‚displayNone‘); $(document).unbind(„mousedown“, checkMouse); } function addToClipboard() { hideClipboardSelector(); var editedClipboard = $(‚.clipboardSelector‘).find(‚.editedClipboard‘); showModalDialog(‚/portal/restricted/clipboardArticles.htm?operation=addArticles&hist=1&articleIndex=6&clipboardId=‘ + encodeURIComponent(editedClipboard.val())); } function removeFromClipboard() { var editedClipboard = $(‚.clipboardSelector‘).find(‚.editedClipboard‘); showModalDialog(‚/portal/restricted/clipboardArticles.htm?operation=removeArticles&hist=1&articleIndex=6&clipboardId=‘ + encodeURIComponent(editedClipboard.val())); } function clipboardArticlesChanged() { window.location.replace(‚/portal/restricted/clipboards.htm?action=showClipboardArticle&activeClipboardId=&articleIndex=6‘); } function clipboardRenamed(oldId, newId) { clipboardsChanged(); } function clipboardsChanged() { $.ajax({ type: „GET“, url: „/portal/restricted/clipboards.htm?action=getClipboardNames“, success: getClipboardNamesCallback }); } function setLastSelectedClipboard(clipboardId) { $.ajax({ type: „GET“, url: „/portal/restricted/clipboards.htm?action=setLastSelectedClipboard&editedClipboardId=“ + encodeURIComponent(clipboardId) }); } function getClipboardNamesCallback(responseText) { if (responseText) { $.each([$(‚.editedClipboardId‘)], function(curIndex, curElement) { var selectedEntry = curElement.val(); curElement.find(‚option‘).each(function() { $(this).remove(); }); curElement.append(‚<option value=““>neue Ablage</option>‘); var lines = responseText.split(/\r\n|\n/); $(lines).each(function(lineIndex, line) { if (line.length > 0) { var curParts = line.split(‚|‘); var newOptionHtml = ‚<option value=“‚ + curParts[0] + ‚“>‘ + curParts[1] + ‚</option>‘; curElement.append(newOptionHtml); } }); curElement.val(selectedEntry); }); } } function loadAsyncAttachmentsCallback(responseText) { $(‚#asyncAttachmentsLoader‘).remove(); $(‚#textAttachmentsList‘).append(responseText); } /* ]]> */
/* <![CDATA[ */ g_CONTEXT_URL = ‚/portal‘; g_isIpLogin = false; $(window).on(‚load‘, function () { window.name = „AOMweb“; initPolling(10000, „/portal/restricted/poll“ , „/portal/restricted/alarmNotification.htm?operation=alarmNotification“ ,“/portal/restricted/clipboardInbox.htm?operation=approveNewClipboards“); onloadFunctions(); elementAddEvent(window, ’scroll‘, WindowScrollHandler); // when jumping to anchor links on help pages the event handler is too late and misses scroll to the anchor (AOMCOM-1722) WindowScrollHandler(); if (typeof(g_pollingEnabled) != „undefined“ && g_pollingEnabled) { window.setTimeout(function() { if(!isModalDialogOpen()) startPolling(); }, 3000); } }); /* ]]> */
<!– /* <![CDATA[ */ function spawnNotification(notificationBody, notificationIcon, notificationTitle, notificationLink, notificationTag ) { var options = { body: notificationBody, icon: notificationIcon, tag: notificationTag } var notification = new Notification(notificationTitle,options); setTimeout(notification.close.bind(notification), 15000); notification.onclick = function(event) { window.open(notificationLink, ‚_blank‘); notification.close(); event.preventDefault(); } } function triggerBrowserNotification(responseText) { if(window.Notification && Notification.permission == „granted“ && localStorage.getItem(„AOMWEB_ALLOWNOTIFICATIONS“) !== „denied“) { var dataDiv = $(responseText).find(„#hitData“); var hitIndex = $(dataDiv).data(‚hitindex‘); if (hitIndex != localStorage.getItem(„AOMWEB_ALARMHITINDEX“)) { localStorage.setItem(„AOMWEB_ALARMHITINDEX“,hitIndex); var source = $(dataDiv).data(’source‘); var timestamp = $(dataDiv).data(‚timestamp‘); var meldungsNr = $(dataDiv).data(‚meldungsnr‘); spawnNotification($(responseText).find(„#alarmNotificationLink-0“).text() + „\n“ + (source.length == 0 ? meldungsNr : source)+ „\n“ + timestamp ,“../skinning/images/icons/favicon-notif.png“ ,“Keystone-SDA Direct“ ,’/portal/restricted/alarm.htm?operation=text&hitIndex=‘ + hitIndex ,meldungsNr+timestamp); } } } function doAlarmNotification(animated, nextTask) { $.ajax({ type: „GET“, url: g_alarmNotificationUrl, success: function(responseText) { triggerBrowserNotification(responseText); showTopbar(animated, responseText); g_alarmNotificationVisible = true; nextTask(); } }); } function closeAlarmNotification() { $.ajax({ type: „GET“, url: „/portal/restricted/alarmNotification.htm?operation=closeAlarmNotification“, data: {‚maxHitIndex‘: g_curAlarmsMaxIndex} }); hideAlarmNotification(); } function openAlarmNotification(index) { window.location.href = ‚/portal/restricted/alarm.htm?operation=text&hitIndex=‘ + index; closeAlarmNotification(); } function hideAlarmNotification() { hideTopbar(); g_alarmNotificationVisible = false; } /* ]]> */ –>
Günter Papendell als Hofkapellmeister und Flurina Stucki als seine Frau in Herbert Fritschs Inszenierung von Richard Strauss‘ Opernkomödie „Intermezzo“.
CREDIT: Theater Basel/Thomas Aurin
$(document).ready(function () { var sessionHandler = new SessionDataHandler(); if(!sessionHandler.existSettings()){ sessionHandler.initAlarmSettings(„/portal/restricted/search.htm?action=getSearchSettings&templateIndexToLoad=-1“, ‚CROSS‘); } }) /* <![CDATA[ */ function doOnloadTasks(){ $(window).resize(resizeGallery); resizeGallery(); var newHash = „show“; if(true){ if(false) newHash = „showEvent“; newHash += „&key=S34_20210423_20210423084617414194158159038&date=20210423“; } if( location.hash.length > 1 && newHash != location.hash.substring(1) ){ location.href = „../restricted/digest.htm?action=“ + location.hash.substring(1); return; } location.hash = newHash; onloadText(); checkErrors(); checkIfOrderPopup(); initSearchTerm( „/portal/restricted/search.htm?action=getQuerySuggestions“, ‚Suchbegriff‘, false, ‚Schliessen‘ ); $(‚.editedClipboard‘).each(function () { var editedClipboard = $(this); editedClipboard.change( function() { setLastSelectedClipboard($(this).val()); $(‚.editedClipboard‘).each( function () { $(this).val(editedClipboard.val()); }) } ); editedClipboard.val($(‚#lastSelectedClipboardId‘).val()); }) if( $(„#meta_image_chain“).length == 0){ callChain(); } else{ $(„#meta_image_chain“).load( „/portal/restricted/text.htm?action=loadImageChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callChain(); }) } $(‚#meta_edition‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); KeyboardShortcuts.initTextShortcuts(); if(/Trident|MSIE/i.test(navigator.userAgent)) { $(document).labelPlaceholder(); } alignAttachmentItems(); $(‚aommeta‘).each(function(index,element){ var seperator = $(element).attr(’seperator‘); var values = $(element).attr(‚value‘).split(seperator); var regex = new RegExp(„(?:<\\“ + seperator + „|[^“ + seperator + „])+“, „g“); var textContent = seperator ? $(element).html().match(regex) : [$(element).html()]; var metaItemText = []; var quote = „“; if( $(element).attr(‚kettentyp‘) != undefined ){ metaItemText = seperator ? $(element).html().match(regex) : [$(element).html()]; }else{ metaItemText = textContent.slice(); quote = „"“; } var content = „“; var argument = „“; for(var i = 0; i < metaItemText.length; i++) { argument += values[i]; content += „<a href=\“Javascript:submitMetaSearch(‚“ + $(element).attr(‚field‘) + „=“ + quote + argument + quote + „‚“+“,6);\“>“ + metaItemText [i] + „</a>“; if(seperator != undefined && i < metaItemText.length – 1 ) { content += seperator; argument += seperator; } } element.innerHTML = content; }); } function callChain(){ if( $(„#meta_chain“).length == 0){ callAppointmentChain(); } else{ $(„#meta_chain“).load( „/portal/restricted/text.htm?action=loadChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callAppointmentChain(); $(‚#meta_chain‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }) } } function callAppointmentChain(){ if( $(„#meta_appointment_chain“).length == 0){ callSimilar(); } else{ $(„#meta_appointment_chain“).load( „/portal/restricted/text.htm?action=loadAppointmentChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callSimilar(); $(‚#meta_appointment_chain‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }) } } function callSimilar(){ $(„#meta_similar“).load( „/portal/restricted/text.htm?action=loadSimilarHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“,function() { $(‚#meta_similar‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }); } function checkIfOrderPopup() { if(„false“ == „true“) { popup = window.open(„/portal/restricted/news/order.htm?action=showOrder&act_row=-1&description=&attachmentIndex=“, „title“, „width=610,height=600,left=100,top=200,resizable=no,status=no“); popup.focus(); } } // clipboard popup function checkMouse(event){ if ($(event.target).parents(„.clipboardSelector“).length > 0) { return; } hideClipboardSelector(); } function showClipboardSelector(){ var selector = $(‚.clipboardSelector‘); selector.removeClass(‚displayNone‘); selector.find(‚.editedClipboard‘).focus(); $(document).bind(„mousedown“, checkMouse); } function hideClipboardSelector(){ $(‚.clipboardSelector‘).addClass( ‚displayNone‘); $(document).unbind(„mousedown“, checkMouse); } function addToClipboard() { hideClipboardSelector(); var editedClipboard = $(‚.clipboardSelector‘).find(‚.editedClipboard‘); showModalDialog(‚/portal/restricted/clipboardArticles.htm?operation=addArticles&hist=1&articleIndex=6&clipboardId=‘ + encodeURIComponent(editedClipboard.val())); } function removeFromClipboard() { var editedClipboard = $(‚.clipboardSelector‘).find(‚.editedClipboard‘); showModalDialog(‚/portal/restricted/clipboardArticles.htm?operation=removeArticles&hist=1&articleIndex=6&clipboardId=‘ + encodeURIComponent(editedClipboard.val())); } function clipboardArticlesChanged() { window.location.replace(‚/portal/restricted/clipboards.htm?action=showClipboardArticle&activeClipboardId=&articleIndex=6‘); } function clipboardRenamed(oldId, newId) { clipboardsChanged(); } function clipboardsChanged() { $.ajax({ type: „GET“, url: „/portal/restricted/clipboards.htm?action=getClipboardNames“, success: getClipboardNamesCallback }); } function setLastSelectedClipboard(clipboardId) { $.ajax({ type: „GET“, url: „/portal/restricted/clipboards.htm?action=setLastSelectedClipboard&editedClipboardId=“ + encodeURIComponent(clipboardId) }); } function getClipboardNamesCallback(responseText) { if (responseText) { $.each([$(‚.editedClipboardId‘)], function(curIndex, curElement) { var selectedEntry = curElement.val(); curElement.find(‚option‘).each(function() { $(this).remove(); }); curElement.append(‚<option value=““>neue Ablage</option>‘); var lines = responseText.split(/\r\n|\n/); $(lines).each(function(lineIndex, line) { if (line.length > 0) { var curParts = line.split(‚|‘); var newOptionHtml = ‚<option value=“‚ + curParts[0] + ‚“>‘ + curParts[1] + ‚</option>‘; curElement.append(newOptionHtml); } }); curElement.val(selectedEntry); }); } } function loadAsyncAttachmentsCallback(responseText) { $(‚#asyncAttachmentsLoader‘).remove(); $(‚#textAttachmentsList‘).append(responseText); } /* ]]> */
/* <![CDATA[ */ g_CONTEXT_URL = ‚/portal‘; g_isIpLogin = false; $(window).on(‚load‘, function () { window.name = „AOMweb“; initPolling(10000, „/portal/restricted/poll“ , „/portal/restricted/alarmNotification.htm?operation=alarmNotification“ ,“/portal/restricted/clipboardInbox.htm?operation=approveNewClipboards“); onloadFunctions(); elementAddEvent(window, ’scroll‘, WindowScrollHandler); // when jumping to anchor links on help pages the event handler is too late and misses scroll to the anchor (AOMCOM-1722) WindowScrollHandler(); if (typeof(g_pollingEnabled) != „undefined“ && g_pollingEnabled) { window.setTimeout(function() { if(!isModalDialogOpen()) startPolling(); }, 3000); } }); /* ]]> */
<!– /* <![CDATA[ */ function spawnNotification(notificationBody, notificationIcon, notificationTitle, notificationLink, notificationTag ) { var options = { body: notificationBody, icon: notificationIcon, tag: notificationTag } var notification = new Notification(notificationTitle,options); setTimeout(notification.close.bind(notification), 15000); notification.onclick = function(event) { window.open(notificationLink, ‚_blank‘); notification.close(); event.preventDefault(); } } function triggerBrowserNotification(responseText) { if(window.Notification && Notification.permission == „granted“ && localStorage.getItem(„AOMWEB_ALLOWNOTIFICATIONS“) !== „denied“) { var dataDiv = $(responseText).find(„#hitData“); var hitIndex = $(dataDiv).data(‚hitindex‘); if (hitIndex != localStorage.getItem(„AOMWEB_ALARMHITINDEX“)) { localStorage.setItem(„AOMWEB_ALARMHITINDEX“,hitIndex); var source = $(dataDiv).data(’source‘); var timestamp = $(dataDiv).data(‚timestamp‘); var meldungsNr = $(dataDiv).data(‚meldungsnr‘); spawnNotification($(responseText).find(„#alarmNotificationLink-0“).text() + „\n“ + (source.length == 0 ? meldungsNr : source)+ „\n“ + timestamp ,“../skinning/images/icons/favicon-notif.png“ ,“Keystone-SDA Direct“ ,’/portal/restricted/alarm.htm?operation=text&hitIndex=‘ + hitIndex ,meldungsNr+timestamp); } } } function doAlarmNotification(animated, nextTask) { $.ajax({ type: „GET“, url: g_alarmNotificationUrl, success: function(responseText) { triggerBrowserNotification(responseText); showTopbar(animated, responseText); g_alarmNotificationVisible = true; nextTask(); } }); } function closeAlarmNotification() { $.ajax({ type: „GET“, url: „/portal/restricted/alarmNotification.htm?operation=closeAlarmNotification“, data: {‚maxHitIndex‘: g_curAlarmsMaxIndex} }); hideAlarmNotification(); } function openAlarmNotification(index) { window.location.href = ‚/portal/restricted/alarm.htm?operation=text&hitIndex=‘ + index; closeAlarmNotification(); } function hideAlarmNotification() { hideTopbar(); g_alarmNotificationVisible = false; } /* ]]> */ –>
Günter Papendell als Hofkapellmeister und Flurina Stucki als seine Frau in Herbert Fritschs Inszenierung von Richard Strauss‘ Opernkomödie „Intermezzo“.
CREDIT: Theater Basel/Thomas Aurin
$(document).ready(function () { var sessionHandler = new SessionDataHandler(); if(!sessionHandler.existSettings()){ sessionHandler.initAlarmSettings(„/portal/restricted/search.htm?action=getSearchSettings&templateIndexToLoad=-1“, ‚CROSS‘); } }) /* <![CDATA[ */ function doOnloadTasks(){ $(window).resize(resizeGallery); resizeGallery(); var newHash = „show“; if(true){ if(false) newHash = „showEvent“; newHash += „&key=S34_20210423_20210423084617414194158159038&date=20210423“; } if( location.hash.length > 1 && newHash != location.hash.substring(1) ){ location.href = „../restricted/digest.htm?action=“ + location.hash.substring(1); return; } location.hash = newHash; onloadText(); checkErrors(); checkIfOrderPopup(); initSearchTerm( „/portal/restricted/search.htm?action=getQuerySuggestions“, ‚Suchbegriff‘, false, ‚Schliessen‘ ); $(‚.editedClipboard‘).each(function () { var editedClipboard = $(this); editedClipboard.change( function() { setLastSelectedClipboard($(this).val()); $(‚.editedClipboard‘).each( function () { $(this).val(editedClipboard.val()); }) } ); editedClipboard.val($(‚#lastSelectedClipboardId‘).val()); }) if( $(„#meta_image_chain“).length == 0){ callChain(); } else{ $(„#meta_image_chain“).load( „/portal/restricted/text.htm?action=loadImageChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callChain(); }) } $(‚#meta_edition‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); KeyboardShortcuts.initTextShortcuts(); if(/Trident|MSIE/i.test(navigator.userAgent)) { $(document).labelPlaceholder(); } alignAttachmentItems(); $(‚aommeta‘).each(function(index,element){ var seperator = $(element).attr(’seperator‘); var values = $(element).attr(‚value‘).split(seperator); var regex = new RegExp(„(?:<\\“ + seperator + „|[^“ + seperator + „])+“, „g“); var textContent = seperator ? $(element).html().match(regex) : [$(element).html()]; var metaItemText = []; var quote = „“; if( $(element).attr(‚kettentyp‘) != undefined ){ metaItemText = seperator ? $(element).html().match(regex) : [$(element).html()]; }else{ metaItemText = textContent.slice(); quote = „"“; } var content = „“; var argument = „“; for(var i = 0; i < metaItemText.length; i++) { argument += values[i]; content += „<a href=\“Javascript:submitMetaSearch(‚“ + $(element).attr(‚field‘) + „=“ + quote + argument + quote + „‚“+“,6);\“>“ + metaItemText [i] + „</a>“; if(seperator != undefined && i < metaItemText.length – 1 ) { content += seperator; argument += seperator; } } element.innerHTML = content; }); } function callChain(){ if( $(„#meta_chain“).length == 0){ callAppointmentChain(); } else{ $(„#meta_chain“).load( „/portal/restricted/text.htm?action=loadChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callAppointmentChain(); $(‚#meta_chain‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }) } } function callAppointmentChain(){ if( $(„#meta_appointment_chain“).length == 0){ callSimilar(); } else{ $(„#meta_appointment_chain“).load( „/portal/restricted/text.htm?action=loadAppointmentChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callSimilar(); $(‚#meta_appointment_chain‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }) } } function callSimilar(){ $(„#meta_similar“).load( „/portal/restricted/text.htm?action=loadSimilarHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“,function() { $(‚#meta_similar‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }); } function checkIfOrderPopup() { if(„false“ == „true“) { popup = window.open(„/portal/restricted/news/order.htm?action=showOrder&act_row=-1&description=&attachmentIndex=“, „title“, „width=610,height=600,left=100,top=200,resizable=no,status=no“); popup.focus(); } } // clipboard popup function checkMouse(event){ if ($(event.target).parents(„.clipboardSelector“).length > 0) { return; } hideClipboardSelector(); } function showClipboardSelector(){ var selector = $(‚.clipboardSelector‘); selector.removeClass(‚displayNone‘); selector.find(‚.editedClipboard‘).focus(); $(document).bind(„mousedown“, checkMouse); } function hideClipboardSelector(){ $(‚.clipboardSelector‘).addClass( ‚displayNone‘); $(document).unbind(„mousedown“, checkMouse); } function addToClipboard() { hideClipboardSelector(); var editedClipboard = $(‚.clipboardSelector‘).find(‚.editedClipboard‘); showModalDialog(‚/portal/restricted/clipboardArticles.htm?operation=addArticles&hist=1&articleIndex=6&clipboardId=‘ + encodeURIComponent(editedClipboard.val())); } function removeFromClipboard() { var editedClipboard = $(‚.clipboardSelector‘).find(‚.editedClipboard‘); showModalDialog(‚/portal/restricted/clipboardArticles.htm?operation=removeArticles&hist=1&articleIndex=6&clipboardId=‘ + encodeURIComponent(editedClipboard.val())); } function clipboardArticlesChanged() { window.location.replace(‚/portal/restricted/clipboards.htm?action=showClipboardArticle&activeClipboardId=&articleIndex=6‘); } function clipboardRenamed(oldId, newId) { clipboardsChanged(); } function clipboardsChanged() { $.ajax({ type: „GET“, url: „/portal/restricted/clipboards.htm?action=getClipboardNames“, success: getClipboardNamesCallback }); } function setLastSelectedClipboard(clipboardId) { $.ajax({ type: „GET“, url: „/portal/restricted/clipboards.htm?action=setLastSelectedClipboard&editedClipboardId=“ + encodeURIComponent(clipboardId) }); } function getClipboardNamesCallback(responseText) { if (responseText) { $.each([$(‚.editedClipboardId‘)], function(curIndex, curElement) { var selectedEntry = curElement.val(); curElement.find(‚option‘).each(function() { $(this).remove(); }); curElement.append(‚<option value=““>neue Ablage</option>‘); var lines = responseText.split(/\r\n|\n/); $(lines).each(function(lineIndex, line) { if (line.length > 0) { var curParts = line.split(‚|‘); var newOptionHtml = ‚<option value=“‚ + curParts[0] + ‚“>‘ + curParts[1] + ‚</option>‘; curElement.append(newOptionHtml); } }); curElement.val(selectedEntry); }); } } function loadAsyncAttachmentsCallback(responseText) { $(‚#asyncAttachmentsLoader‘).remove(); $(‚#textAttachmentsList‘).append(responseText); } /* ]]> */
/* <![CDATA[ */ g_CONTEXT_URL = ‚/portal‘; g_isIpLogin = false; $(window).on(‚load‘, function () { window.name = „AOMweb“; initPolling(10000, „/portal/restricted/poll“ , „/portal/restricted/alarmNotification.htm?operation=alarmNotification“ ,“/portal/restricted/clipboardInbox.htm?operation=approveNewClipboards“); onloadFunctions(); elementAddEvent(window, ’scroll‘, WindowScrollHandler); // when jumping to anchor links on help pages the event handler is too late and misses scroll to the anchor (AOMCOM-1722) WindowScrollHandler(); if (typeof(g_pollingEnabled) != „undefined“ && g_pollingEnabled) { window.setTimeout(function() { if(!isModalDialogOpen()) startPolling(); }, 3000); } }); /* ]]> */
<!– /* <![CDATA[ */ function spawnNotification(notificationBody, notificationIcon, notificationTitle, notificationLink, notificationTag ) { var options = { body: notificationBody, icon: notificationIcon, tag: notificationTag } var notification = new Notification(notificationTitle,options); setTimeout(notification.close.bind(notification), 15000); notification.onclick = function(event) { window.open(notificationLink, ‚_blank‘); notification.close(); event.preventDefault(); } } function triggerBrowserNotification(responseText) { if(window.Notification && Notification.permission == „granted“ && localStorage.getItem(„AOMWEB_ALLOWNOTIFICATIONS“) !== „denied“) { var dataDiv = $(responseText).find(„#hitData“); var hitIndex = $(dataDiv).data(‚hitindex‘); if (hitIndex != localStorage.getItem(„AOMWEB_ALARMHITINDEX“)) { localStorage.setItem(„AOMWEB_ALARMHITINDEX“,hitIndex); var source = $(dataDiv).data(’source‘); var timestamp = $(dataDiv).data(‚timestamp‘); var meldungsNr = $(dataDiv).data(‚meldungsnr‘); spawnNotification($(responseText).find(„#alarmNotificationLink-0“).text() + „\n“ + (source.length == 0 ? meldungsNr : source)+ „\n“ + timestamp ,“../skinning/images/icons/favicon-notif.png“ ,“Keystone-SDA Direct“ ,’/portal/restricted/alarm.htm?operation=text&hitIndex=‘ + hitIndex ,meldungsNr+timestamp); } } } function doAlarmNotification(animated, nextTask) { $.ajax({ type: „GET“, url: g_alarmNotificationUrl, success: function(responseText) { triggerBrowserNotification(responseText); showTopbar(animated, responseText); g_alarmNotificationVisible = true; nextTask(); } }); } function closeAlarmNotification() { $.ajax({ type: „GET“, url: „/portal/restricted/alarmNotification.htm?operation=closeAlarmNotification“, data: {‚maxHitIndex‘: g_curAlarmsMaxIndex} }); hideAlarmNotification(); } function openAlarmNotification(index) { window.location.href = ‚/portal/restricted/alarm.htm?operation=text&hitIndex=‘ + index; closeAlarmNotification(); } function hideAlarmNotification() { hideTopbar(); g_alarmNotificationVisible = false; } /* ]]> */ –>
Günter Papendell als Hofkapellmeister und Flurina Stucki als seine…
High-Res Low-Res
$(document).ready(function () { var sessionHandler = new SessionDataHandler(); if(!sessionHandler.existSettings()){ sessionHandler.initAlarmSettings(„/portal/restricted/search.htm?action=getSearchSettings&templateIndexToLoad=-1“, ‚CROSS‘); } }) /* <![CDATA[ */ function doOnloadTasks(){ $(window).resize(resizeGallery); resizeGallery(); var newHash = „show“; if(true){ if(false) newHash = „showEvent“; newHash += „&key=S34_20210423_20210423084617414194158159038&date=20210423“; } if( location.hash.length > 1 && newHash != location.hash.substring(1) ){ location.href = „../restricted/digest.htm?action=“ + location.hash.substring(1); return; } location.hash = newHash; onloadText(); checkErrors(); checkIfOrderPopup(); initSearchTerm( „/portal/restricted/search.htm?action=getQuerySuggestions“, ‚Suchbegriff‘, false, ‚Schliessen‘ ); $(‚.editedClipboard‘).each(function () { var editedClipboard = $(this); editedClipboard.change( function() { setLastSelectedClipboard($(this).val()); $(‚.editedClipboard‘).each( function () { $(this).val(editedClipboard.val()); }) } ); editedClipboard.val($(‚#lastSelectedClipboardId‘).val()); }) if( $(„#meta_image_chain“).length == 0){ callChain(); } else{ $(„#meta_image_chain“).load( „/portal/restricted/text.htm?action=loadImageChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callChain(); }) } $(‚#meta_edition‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); KeyboardShortcuts.initTextShortcuts(); if(/Trident|MSIE/i.test(navigator.userAgent)) { $(document).labelPlaceholder(); } alignAttachmentItems(); $(‚aommeta‘).each(function(index,element){ var seperator = $(element).attr(’seperator‘); var values = $(element).attr(‚value‘).split(seperator); var regex = new RegExp(„(?:<\\“ + seperator + „|[^“ + seperator + „])+“, „g“); var textContent = seperator ? $(element).html().match(regex) : [$(element).html()]; var metaItemText = []; var quote = „“; if( $(element).attr(‚kettentyp‘) != undefined ){ metaItemText = seperator ? $(element).html().match(regex) : [$(element).html()]; }else{ metaItemText = textContent.slice(); quote = „"“; } var content = „“; var argument = „“; for(var i = 0; i < metaItemText.length; i++) { argument += values[i]; content += „<a href=\“Javascript:submitMetaSearch(‚“ + $(element).attr(‚field‘) + „=“ + quote + argument + quote + „‚“+“,6);\“>“ + metaItemText [i] + „</a>“; if(seperator != undefined && i < metaItemText.length – 1 ) { content += seperator; argument += seperator; } } element.innerHTML = content; }); } function callChain(){ if( $(„#meta_chain“).length == 0){ callAppointmentChain(); } else{ $(„#meta_chain“).load( „/portal/restricted/text.htm?action=loadChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callAppointmentChain(); $(‚#meta_chain‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }) } } function callAppointmentChain(){ if( $(„#meta_appointment_chain“).length == 0){ callSimilar(); } else{ $(„#meta_appointment_chain“).load( „/portal/restricted/text.htm?action=loadAppointmentChainHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“, function() { callSimilar(); $(‚#meta_appointment_chain‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }) } } function callSimilar(){ $(„#meta_similar“).load( „/portal/restricted/text.htm?action=loadSimilarHits&index=6&txtSession=Sc3Xfwi_TKfoQGaNylwFEYYPogznb3lD7Jg4AhfC&hist=1“,function() { $(‚#meta_similar‘).find(‚.floatbox‘).each(function(index) { attachTooltip($(this)); }); }); } function checkIfOrderPopup() { if(„false“ == „true“) { popup = window.open(„/portal/restricted/news/order.htm?action=showOrder&act_row=-1&description=&attachmentIndex=“, „title“, „width=610,height=600,left=100,top=200,resizable=no,status=no“); popup.focus(); } } // clipboard popup function checkMouse(event){ if ($(event.target).parents(„.clipboardSelector“).length > 0) { return; } hideClipboardSelector(); } function showClipboardSelector(){ var selector = $(‚.clipboardSelector‘); selector.removeClass(‚displayNone‘); selector.find(‚.editedClipboard‘).focus(); $(document).bind(„mousedown“, checkMouse); } function hideClipboardSelector(){ $(‚.clipboardSelector‘).addClass( ‚displayNone‘); $(document).unbind(„mousedown“, checkMouse); } function addToClipboard() { hideClipboardSelector(); var editedClipboard = $(‚.clipboardSelector‘).find(‚.editedClipboard‘); showModalDialog(‚/portal/restricted/clipboardArticles.htm?operation=addArticles&hist=1&articleIndex=6&clipboardId=‘ + encodeURIComponent(editedClipboard.val())); } function removeFromClipboard() { var editedClipboard = $(‚.clipboardSelector‘).find(‚.editedClipboard‘); showModalDialog(‚/portal/restricted/clipboardArticles.htm?operation=removeArticles&hist=1&articleIndex=6&clipboardId=‘ + encodeURIComponent(editedClipboard.val())); } function clipboardArticlesChanged() { window.location.replace(‚/portal/restricted/clipboards.htm?action=showClipboardArticle&activeClipboardId=&articleIndex=6‘); } function clipboardRenamed(oldId, newId) { clipboardsChanged(); } function clipboardsChanged() { $.ajax({ type: „GET“, url: „/portal/restricted/clipboards.htm?action=getClipboardNames“, success: getClipboardNamesCallback }); } function setLastSelectedClipboard(clipboardId) { $.ajax({ type: „GET“, url: „/portal/restricted/clipboards.htm?action=setLastSelectedClipboard&editedClipboardId=“ + encodeURIComponent(clipboardId) }); } function getClipboardNamesCallback(responseText) { if (responseText) { $.each([$(‚.editedClipboardId‘)], function(curIndex, curElement) { var selectedEntry = curElement.val(); curElement.find(‚option‘).each(function() { $(this).remove(); }); curElement.append(‚<option value=““>neue Ablage</option>‘); var lines = responseText.split(/\r\n|\n/); $(lines).each(function(lineIndex, line) { if (line.length > 0) { var curParts = line.split(‚|‘); var newOptionHtml = ‚<option value=“‚ + curParts[0] + ‚“>‘ + curParts[1] + ‚</option>‘; curElement.append(newOptionHtml); } }); curElement.val(selectedEntry); }); } } function loadAsyncAttachmentsCallback(responseText) { $(‚#asyncAttachmentsLoader‘).remove(); $(‚#textAttachmentsList‘).append(responseText); } /* ]]> */
/* <![CDATA[ */ g_CONTEXT_URL = ‚/portal‘; g_isIpLogin = false; $(window).on(‚load‘, function () { window.name = „AOMweb“; initPolling(10000, „/portal/restricted/poll“ , „/portal/restricted/alarmNotification.htm?operation=alarmNotification“ ,“/portal/restricted/clipboardInbox.htm?operation=approveNewClipboards“); onloadFunctions(); elementAddEvent(window, ’scroll‘, WindowScrollHandler); // when jumping to anchor links on help pages the event handler is too late and misses scroll to the anchor (AOMCOM-1722) WindowScrollHandler(); if (typeof(g_pollingEnabled) != „undefined“ && g_pollingEnabled) { window.setTimeout(function() { if(!isModalDialogOpen()) startPolling(); }, 3000); } }); /* ]]> */
<!– /* <![CDATA[ */ function spawnNotification(notificationBody, notificationIcon, notificationTitle, notificationLink, notificationTag ) { var options = { body: notificationBody, icon: notificationIcon, tag: notificationTag } var notification = new Notification(notificationTitle,options); setTimeout(notification.close.bind(notification), 15000); notification.onclick = function(event) { window.open(notificationLink, ‚_blank‘); notification.close(); event.preventDefault(); } } function triggerBrowserNotification(responseText) { if(window.Notification && Notification.permission == „granted“ && localStorage.getItem(„AOMWEB_ALLOWNOTIFICATIONS“) !== „denied“) { var dataDiv = $(responseText).find(„#hitData“); var hitIndex = $(dataDiv).data(‚hitindex‘); if (hitIndex != localStorage.getItem(„AOMWEB_ALARMHITINDEX“)) { localStorage.setItem(„AOMWEB_ALARMHITINDEX“,hitIndex); var source = $(dataDiv).data(’source‘); var timestamp = $(dataDiv).data(‚timestamp‘); var meldungsNr = $(dataDiv).data(‚meldungsnr‘); spawnNotification($(responseText).find(„#alarmNotificationLink-0“).text() + „\n“ + (source.length == 0 ? meldungsNr : source)+ „\n“ + timestamp ,“../skinning/images/icons/favicon-notif.png“ ,“Keystone-SDA Direct“ ,’/portal/restricted/alarm.htm?operation=text&hitIndex=‘ + hitIndex ,meldungsNr+timestamp); } } } function doAlarmNotification(animated, nextTask) { $.ajax({ type: „GET“, url: g_alarmNotificationUrl, success: function(responseText) { triggerBrowserNotification(responseText); showTopbar(animated, responseText); g_alarmNotificationVisible = true; nextTask(); } }); } function closeAlarmNotification() { $.ajax({ type: „GET“, url: „/portal/restricted/alarmNotification.htm?operation=closeAlarmNotification“, data: {‚maxHitIndex‘: g_curAlarmsMaxIndex} }); hideAlarmNotification(); } function openAlarmNotification(index) { window.location.href = ‚/portal/restricted/alarm.htm?operation=text&hitIndex=‘ + index; closeAlarmNotification(); } function hideAlarmNotification() { hideTopbar(); g_alarmNotificationVisible = false; } /* ]]> */ –>
Günter Papendell als Hofkapellmeister und Flurina Stucki als seine…
High-Res Low-Res
Keystone-SDA Direct – Volltext
Das grosse Haus des Theater Basel war am Donnerstag ausverkauft. Eine überragende Marketingleistung des Dreispartenhauses war hierfür nicht nötig, denn die bundesrätlichen Schutzmassnahmen haben eine Obergrenze von 50 Zuschauerinnen und Zuschauern festgeschrieben- und das in einem Saal mit über 900 Plätzen. Diese Fünfzig gaben sich nach drei Stunden aber alle Mühe, beim Schlussapplaus zu klingen, als wäre das Publikum zehnmal so gross gewesen.
Das Theater Basel nahm nach den Lockerungen des Bundesrats seinen Live-Spielplan zwei Tage nach den Theatern in Bern, Luzern und St Gallen wieder auf – aber bevor Schauspiel- und Opernhaus Zürich sich von ihrem pandemiebedingten Streaming-Phase wieder aufs Live-Geschehen zurückbesinnen werden. Der bestens gelaunte Theaterdirektor Benedikt von Peter beruhigte vor der Vorstellung das Publikum: „Alle Sänger sind gestestet – die Sängerinnen ebenfalls.“
Zur Premiere kam die selten bis kaum je aufgeführte Opern-Komödie „Intermezzo“ von Richard Strauss. Der vor allem für konflikt- und blutreiche mythische und biblische Tragödien bekannte Komponist der Spätromantik hatte hier ein selber erlebtes Ehedrama zu einer musikalische Komödie verarbeitet – mit einer Story, die an Banalität kaum zu überbieten, musikalisch aber ausgesprochen einnehmend ist.
Inhaltlich geht es um eine Ehekrise, die durch eine verirrte Depesche einer Kurtisane ausgelöst wird. Soweit, so wenig. Das Faszinierende an der Oper ist, dass Strauss – hier auch als Librettist – alltägliche Dialoge in einen pathetisch-musikalischen Rahmen gepackt hat.So banal die Dialoge sind, so tiefschürfend emotional kommt die Musik daher – mit vielen sinfonischen Zwischeneinlagen, welche die Stimmungslagen untermalen.
„Turbo-Kasperl“ Herbert Fritsch als Regisseur
Mit Herbert Fritsch hat das Theater Basel einen Regisseur mit dem Ruf eines „Turbo-Kasperls“ („Süddeutsche Zeitung“) mit der Inszenierung betraut. Als ausufernder Slapstik-Impresario präsentiert er sich in seiner szenischen Bearbeitung (Regie und Bühne) von „Intermezzo“ aber nicht – oder nur ansatzweise. Fritsch zeigt höchsten Respekt vor der Musik und hat sich auf eine atmosphärisch dichte und detailintensive Stimmungs- und Personenführung konzentriert.
Und das ist ihm mit den überzeugend spielfreudig auftretenden (und musikalisch einnehmenden) Sängerinnen und Sängern bestens gelungen. Statt den oftmals wechselnden Handlungsorten gibt es einen weiten und mit Ausnahme eines pinken Flügels leeren Einheitsraum in glänzender Bonbon-Farbigkeit – eine Art Labor der bürgerlichen heilen Scheinwelt. Und über dem ganzen schwebt ein monströser Lampenschirm, der sich wie ein Stimmungsbarometer neigt und senkt.
In diesem Raum sind die Protagonistinnen und Protagonisten auf sich alleine gestellt. Requisiten gibt es keine, alles muss sich in Gestik und Körperlichkeit ausdrücken. Das Ensemble, allen voran Günter Papendell und Flurina Stucki als Ehepaar, meistert diese Herausforderung glanzvoll und mit höchster Präzision. Einen überzeugenden Auftritt hat auch das Sinfonieorchester Basel unter der Leitung von Clemens Heil.
Seine bekannte Handschrift als Slapstick-Choreograf kann Fritsch in den vielen sinfonischen Zwischenspielen ausspielen, die er mit zum Teil hinreissenden, aber nicht niemals ausufernden pantomimisch-tänzerischen Einlagen szenisch untermalt.
Am Schluss des rund dreistündigen Abends ist sowohl dem Ensemble als auch dem Publikum die grosse Freude an der Live-Begegnung anzumerken. Endlich wieder Theater.