Last modified by Veronika Kocher on Friday, 18 Sep 2026 16:47

From version 41.1
edited by Veronika Kocher
on Thursday, 03 Sep 2026 15:57
Change comment: There is no comment for this version
To version 41.4
edited by Veronika Kocher
on Friday, 04 Sep 2026 14:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,6 @@
4 4  
5 5  {{info title="Support for Your Project:"}}
6 6  
7 -
8 8   **Support Kunst und Forschung (SKF)** provides guidance for projects and grant applications and collaborates with the appropriate university services as needed.
9 9  
10 10   The Navigator guides you through the project phases to the resources and points of contact relevant to your project.
... ... @@ -435,9 +435,9 @@
435 435  )))
436 436  )))
437 437  
438 -(% style="padding:0 16px 16px 16px;" %)
437 +(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)
439 439  (((
440 -[[Explore Enable>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/||class="btn btn-primary btn-block"]]
439 +[[Explore Enable>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/||class="btn btn-primary btn-block arsn-phase-cta"]]
441 441  )))
442 442  )))
443 443  )))
... ... @@ -501,9 +501,9 @@
501 501  )))
502 502  )))
503 503  
504 -(% style="padding:0 16px 16px 16px;" %)
503 +(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)
505 505  (((
506 -[[Explore Work & Manage>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Work%20%26%20Manage/||class="btn btn-primary btn-block"]]
505 +[[Explore Work & Manage>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Work%20%26%20Manage/||class="btn btn-primary btn-block arsn-phase-cta"]]
507 507  )))
508 508  )))
509 509  )))
... ... @@ -577,9 +577,9 @@
577 577  )))
578 578  )))
579 579  
580 -(% style="padding:0 16px 16px 16px;" %)
579 +(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)
581 581  (((
582 -[[Explore Publish & Share>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Publish%20%26%20Share/||class="btn btn-primary btn-block"]]
581 +[[Explore Publish & Share>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Publish%20%26%20Share/||class="btn btn-primary btn-block arsn-phase-cta"]]
583 583  )))
584 584  )))
585 585  )))
... ... @@ -588,6 +588,20 @@
588 588  
589 589  (% style="margin-top:30px;" %)
590 590  (((
590 +
591 +{{html clean="false"}}
592 +<!-- ARSN_TRAINING_WORKSHOPS_V2_START -->
593 +<section class="arsn-training-workshops" data-arsn-training-workshops="v2" style="margin:27px 0 22px 0;">
594 + <div style="padding:16px 18px;background:#eef8fa;border:1px solid #cfe8ef;border-left:5px solid #21b6d7;border-radius:9px;">
595 + <div style="font-size:12px;font-weight:700;letter-spacing:.075em;text-transform:uppercase;color:#3f6871;margin-bottom:5px;">TRAINING &amp; WORKSHOPS</div>
596 + <h3 style="font-size:20px;line-height:1.3;margin:0 0 7px;color:#35312d;text-align:left;">Training, workshops &amp; consultation sessions</h3>
597 + <p style="margin:0 0 10px;color:#5e5953;line-height:1.55;">Relevant opportunities for this topic will be shown here automatically from the central calendar.</p>
598 + <span data-arsn-coming-soon="true" style="display:inline-block;padding:4px 9px;border-radius:14px;background:#fff4ee;border:1px solid #efd9cc;color:#8a4d36;font-size:11px;font-weight:700;letter-spacing:.065em;line-height:1.2;">COMING SOON</span>
599 + </div>
600 +</section>
601 +<!-- ARSN_TRAINING_WORKSHOPS_V2_END -->
602 +{{/html}}
603 +
591 591  == Practical resources ==
592 592  
593 593  Use practical resources when you need a concise overview, a step-by-step procedure or a ready-to-use project aid.
... ... @@ -1564,6 +1564,15 @@
1564 1564   Array.from(
1565 1565   row.card.querySelectorAll("a")
1566 1566   ).forEach(function(link){
1580 + if(
1581 + link.classList &&
1582 + link.classList.contains(
1583 + "arsn-phase-cta"
1584 + )
1585 + ){
1586 + return;
1587 + }
1588 +
1567 1567   if(!visible(link))return;
1568 1568  
1569 1569   var rect=
... ... @@ -2036,3 +2036,72 @@
2036 2036  <!-- SN_SERVICE_NAVIGATOR_MASTER_STYLE_END -->
2037 2037  {{/html}}
2038 2038  
2061 +{{html clean="false"}}
2062 +<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_START -->
2063 +<style data-arsn-phase-cta-mobile-edge-fix="3">
2064 +@media (max-width:767px){
2065 +
2066 + /* Remove the white side gutters around the three phase CTAs. */
2067 + #xwikicontent .arsn-phase-cta-wrap{
2068 + box-sizing:border-box!important;
2069 + width:calc(100% + 2px)!important;
2070 + max-width:none!important;
2071 + margin:14px -1px -1px -1px!important;
2072 + padding:0!important;
2073 + border:0!important;
2074 + border-left:0!important;
2075 + box-shadow:none!important;
2076 + background:transparent!important;
2077 + }
2078 +
2079 + /* Full-width orange CTA; no extra border/shadow. */
2080 + #xwikicontent a.arsn-phase-cta{
2081 + display:flex!important;
2082 + align-items:center!important;
2083 + justify-content:center!important;
2084 + gap:8px!important;
2085 +
2086 + box-sizing:border-box!important;
2087 + width:100%!important;
2088 + max-width:none!important;
2089 + min-width:0!important;
2090 +
2091 + margin:0!important;
2092 + padding:12px 14px!important;
2093 +
2094 + border:0!important;
2095 + border-left:0!important;
2096 + border-right:0!important;
2097 + border-top:0!important;
2098 + border-bottom:0!important;
2099 + box-shadow:none!important;
2100 +
2101 + border-radius:8px!important;
2102 +
2103 + text-align:center!important;
2104 + text-align-last:center!important;
2105 + text-justify:auto!important;
2106 + word-spacing:normal!important;
2107 + white-space:normal!important;
2108 + }
2109 +
2110 + /* Keep an XWiki external-link icon on the same line/flex row. */
2111 + #xwikicontent a.arsn-phase-cta::after{
2112 + flex:0 0 auto!important;
2113 + margin-left:2px!important;
2114 + }
2115 +
2116 + #xwikicontent a.arsn-phase-cta > .fa,
2117 + #xwikicontent a.arsn-phase-cta > .icon,
2118 + #xwikicontent a.arsn-phase-cta > .external-link-icon,
2119 + #xwikicontent a.arsn-phase-cta > [class*="external"]{
2120 + position:static!important;
2121 + display:inline-block!important;
2122 + flex:0 0 auto!important;
2123 + margin:0!important;
2124 + }
2125 +}
2126 +</style>
2127 +<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_END -->
2128 +{{/html}}
2129 +