Projektübersicht



<!--This script forces external links to open in a new window.
source: https://confluence.atlassian.com/confkb/how-to-force-links-to-open-in-a-new-window-213518072.html-->

<script>
jQuery(document).ready(function() {
    jQuery(".external-link").attr("target", "_blank");
});
</script>