php <!-- !!! nicht löschen wegen Sociel icons Position !!! --> <div></div> <!-- !!! nicht löschen wegen Sociel icons Position !!! --> <div></div> Sociel icons Position /os/wGlobal/content/elements/social-media.php content1 .vertikalNav5 { /*display: none !important;*/ } header Navigation und Header /os-wGlobal/wGlobal/layout/scripts/jquery.js // setzt Social Icons hinter die Searchbox $( ".searchBoxContainer" ).append( $( "#socialhead" ) ); $( "ul li a" ).click(function() { console.log('Nav klick'); //$mgtop = $(".navLevelEmbed").width() - "165"; //console.log($mgtop); }); // schließt Megadropdown bei Resize $( window ).resize(function() { closeMegaDropdown(); }); position
block 7030 0 wMetadata:title auto wMetadata:title 0 hidePublicationDate != 1 Datum und Redakteur 0 <div class="elementStandard elementContent elementText"> <p class="subline"> <span><wsl:date format="d. M Y" time="[!--meta_publication_time--]" lang="de"/></span>, <span class="publicationAuthor"><wsl:userData user="[!--meta_publication_name--]" data="firstname"/> <wsl:userData user="[!--meta_publication_name--]" data="lastname"/></span> </p> </div> 1 Datum 0 <div class="elementStandard elementContent elementText"> <p class="subline gelb blogdatum"> <span><wsl:date format="d. M Y" time="[!--meta_publication_time--]" lang="de"/></span> </p> </div> 1 Redakteur 0 <div class="elementStandard elementContent elementText"> <p class="subline"> <span class="publicationAuthor"><wsl:userData user="[!--meta_publication_name--]" data="firstname"/> <wsl:userData user="[!--meta_publication_name--]" data="lastname"/></span> </p> </div> 1 hideGlobalContentRight != 1 wMetadata:thumbnail != showThumbnailInPage == asCutArea wMetadata:title wObjectdata:picalttag default 0 adapt picture wMetadata:thumbnail/@area 0 wObjectdata:fotograf fotograf showThumbnailInPage == yes wMetadata:title wObjectdata:picalttag default 0 adapt picture 0 wObjectdata:fotograf 0 fotograf hideGlobalContentRight != 1 hideGlobalContentRight != 1 hideGlobalContentRight != 1 showDescriptionInPage != no Beschreibung 0 <div class="elementStandard elementContent elementText"> <p class="description">[!--meta_description--]</p> </div> 1 disableOutputEscaping hideGlobalContentRight != 1 0 notCommentable != 1 always always ifIsNotLoggedIn 1 honeypot hideGlobalContentRight != 1 /os-wGlobal/wGlobal/layout/templates/lists/default.wFilelist.php default 3 0 /wd:extension/wd:meta/wd:title/text() asc natLocal /os/blog/posts 1 and <p>&#160;</p> 1 20100 none /os-wGlobal/wGlobal/content/categories/standard.wCategories.php contains 1 Ähnliche Beiträge Ähnliche Beiträge 0 1 1 Zur Übersicht zurueckGelb Zur Übersicht zurueckGelb $dirTop/blog/index.php content1 3ba4eb77b0578877224434094a32593b 0 0 0 0 1
Kringel /os-wGlobal/wGlobal/layout/scripts/jquery.js if ($(window).width() >= 768) { var countT1 = $('.listBannerSlider .listEntryTitle').text().length * 2.5 + 'px'; var countT1P = $('.listBannerSlider .listEntryTitle').text().length + 'px'; console.log(countT1); var countT1PM = '-' + countT1P; console.log(countT1PM); $('.listBannerSlider .listEntryTitle').css({"padding":countT1}); //$('.listEntryTitle').parent().css({"margin-top":countT1PM}); //projecttitle //var countT2 = $('.projecttitle').html().length * 3.4 + 'px'; //var countT2M = $('.projecttitle').html().length * 7.5 + 'px'; //var countT2PM = '-' + countT2M; //$('.projecttitle').css({"padding":countT2}); //$('.projecttitle').css({"margin-top":countT2PM}); console.log(countT1); } else { var countT1 = $('.listBannerSlider .listEntryTitle').text().length * 1.4 + 'px'; var countT1P = $('.listBannerSlider .listEntryTitle').text().length * 1 + 'px'; console.log(countT1); var countT1PM = '-' + countT1P; console.log(countT1PM); $('.listBannerSlider .listEntryTitle').css({"padding":countT1}); $('.listBannerSlider .listEntryTitle').parent().css({"margin-top":countT1PM}); //var countT2 = $('.projecttitle').html().length * 1.5 + 'px'; //var countT2M = $('.projecttitle').html().length * 4.5 + 'px'; //var countT2PM = '-' + countT2M; //$('.projecttitle').css({"padding":countT2}); //$('.projecttitle').css({"margin-top":countT2PM}); console.log(countT1); } position Banner copyright $( ".bannerSlider" ).append( $( ".listEntryData-copyright" ) ); $( ".listEntryData-copyright" ).addClass("coprightpic"); position /os/fairmilie/index.php info <p>Auf Faimilie ausgeblendet<br /></p> 1 sharelink noprint sharelinkboxWA php <!-- <span class="chattext">Chat</span> --> 1 javascript:whatsapp(); 10000 Whatsapp 25 10000 99 20 111 share link /os-wGlobal/wGlobal/layout/scripts/jquery.js //--------------Share social------------------ // version nur whatsapp: ID der box #sharelinkboxWA ###### $( "#sharelinkboxWA" ).click(function() { whatsapp(); }); //---#### $( "#sharelinkbox" ).click(function() { $( '.sharelink').toggleClass( 'openside'); $( '.sharelink').removeClass( 'shareURL'); $( '.socialIcon').removeClass( 'hidden'); }); // esc Taste $(document).on('keydown', function(event) { if (event.key == "Escape") { $( '.sharelink').removeClass( 'openside'); $( '#sharelinkbox').removeClass( 'shareURL'); $( '.navLevelEmbed').hide(); $( '.socialIcon').addClass( 'hidden'); } }); // außerhalb des Chat icon $(document).on('click', function (e) { if ($(e.target).closest("#sharelinkbox").length === 0) { $( '.sharelink').removeClass( 'openside'); $( '#sharelinkbox').removeClass( 'shareURL'); $( '.navLevelEmbed').hide(); $( '.socialIcon').addClass( 'hidden'); } }); // ### getMailtoUrl function getMailtoUrl() { var SubjectVariable=document.title; var BodyVariable=window.location.href; window.location.href = 'mailto:?subject=Schau dir das mal an: '+SubjectVariable+'&body='+BodyVariable+''; //_paq.push(['trackEvent', 'Click', 'Share', 'ShareMail']); } waCurrentPage = function() { return encodeURI("whatsapp://send?text=Gesehen auf: " + 'http://' + window.location.hostname + window.location.pathname); } // ### copyUrl function copyUrl() { var dummy = document.createElement('input'), text = window.location.href; document.body.appendChild(dummy); dummy.value = text; dummy.select(); document.execCommand('copy'); document.body.removeChild(dummy); //_paq.push(['trackEvent', 'Click', 'Share', 'ShareFacebook']); $( '.sharelink').addClass( 'shareURL'); } // ### whatsapp function whatsapp() { var DPurl = window.location.href; //console.log (DPurl); //window.open('https://api.whatsapp.com/send?phone=whatsappphonenumber&text=' + DPurl + ''); window.open('https://wa.me/message/CN7BZ75C2E46K1'); } // ### Telegram function telegram() { var DPurl = window.location.href; //console.log (DPurl); //window.open('https://api.whatsapp.com/send?phone=whatsappphonenumber&text=' + DPurl + ''); window.open('https://t.me/outbackstiftung'); } // ### Threema function threema() { var DPurl = window.location.href; //console.log (DPurl); //window.open('https://api.whatsapp.com/send?phone=whatsappphonenumber&text=' + DPurl + ''); window.open('https://threema.id/YJZP9PM6'); } position /os/karriere css karriere .popup19 { display:none !important; } .showhilfe { display:none !important; } header karriere js /os-wGlobal/wGlobal/layout/scripts/jquery.js position
0 0 10 100 0 0 <p><strong>Datenschutzhinweis</strong><br />Diese Website verwendet Cookies, um die Nutzerfreundlichkeit zu verbessern. Durch die weitere Nutzung der Website stimmen Sie dem zu. Weitere Infos zu unseren Datenschutzinformationen sowie Cookies und deren Deaktivierung finden Sie <a href="/os/datenschutz" target="box">hier</a>.</p> php <div id="cookieNoticeSelection"> <div class="cookieNoticeSelectionEntry"><input type="checkbox" id="cookiesEssential" value="1" checked="checked" onclick="return false;"/><label for="cookiesEssential">Notwendige Cookies</label></div> <div class="cookieNoticeSelectionEntry"><input type="checkbox" id="cookiesTracking" value="1"/><label for="cookiesTracking">Analyse-/Marketing Cookies</label></div> <div class="cookieNoticeSelectionEntry"><input type="checkbox" id="loadExternRessources" value="1"/><label for="loadExternRessources">Externe Komponenten laden</label></div> <div id="containerRememberDataSecurityPreferences"><input type="checkbox" id="rememberDataSecurityPreferences" value="1"/><label for="rememberDataSecurityPreferences">Diese Auswahl 30 Tage merken</label></div> </div> <button id="cookieNoticeAcceptCloser" onclick="document.getElementById('cookiesTracking').checked='true';document.getElementById('loadExternRessources').checked='true';wSavePrivacysettings()">Alles auswählen</button> <button id="cookieNoticeDeclineCloser" onclick="wSavePrivacysettings();">Auswahl bestätigen</button> <script> /*<![CDATA[*/ if(document.cookie.indexOf('allowTracking=1') != -1){ document.getElementById('cookiesTracking').checked = true; } if(document.cookie.indexOf('allowLoadExternRessources=1') != -1){ document.getElementById('loadExternRessources').checked = true; } wSavePrivacysettings = function(){ var expires = !document.getElementById('rememberDataSecurityPreferences') || document.getElementById('rememberDataSecurityPreferences').checked ? ';expires='+(new Date(new Date().getTime() + 30 * 1000 * 60 * 60 * 24).toGMTString()) : ''; if(jQuery('#bePanel').length != 0 && jQuery('#cookieNotice .elementInfo').length != 0){ expires = ''; } var allowTracking = document.getElementById('cookiesTracking').checked; var allowLoadExternRessources = document.getElementById('loadExternRessources').checked; document.cookie = 'allowTracking=' + (allowTracking ? '1' : '0') + ';path=/'+expires+';sameSite=lax'; document.cookie = 'allowLoadExternRessources=' + (allowLoadExternRessources ? '1' : '0') + ';path=/'+expires+';sameSite=lax'; document.cookie = 'hideCookieNotice'+(typeof(wCookieNoticeVar) != 'undefined' ? wCookieNoticeVar : '')+'=1;path=/'+expires+';sameSite=lax'; if(!allowTracking){ var domainMain = location.hostname.replace(/^.*\.([^\.]+\.\w+)$/, '$1'); document.cookie = '_ga=;path=/;domain='+domainMain+';expires=Thu, 01 Jan 1970 00:00:01 GMT;sameSite=lax'; document.cookie = '_gat=;path=/;domain='+domainMain+';expires=Thu, 01 Jan 1970 00:00:01 GMT;sameSite=lax'; document.cookie = '_gid=;path=/;domain='+domainMain+';expires=Thu, 01 Jan 1970 00:00:01 GMT;sameSite=lax'; } jQuery('#cookieNotice').slideUp(); if(typeof wOnAfterSetPrivacysetting == 'function'){ wOnAfterSetPrivacysetting(); } if(allowLoadExternRessources){ if(typeof wOnAfterAcceptExternalRessources == 'function'){ wOnAfterAcceptExternalRessources(); } else{ document.location.reload(true); } } else{ if(typeof wOnAfterDeclineExternalRessources == 'function'){ wOnAfterDeclineExternalRessources(); } } if(allowTracking){ document.location.reload(true); } }; /*]]>*/ </script> HTML des Cookie Hinweises 1