Changes for page Art & Research Services Navigator
Last modified by Veronika Kocher on Friday, 18 Sep 2026 16:47
From version 40.1
edited by Veronika Kocher
on Thursday, 03 Sep 2026 15:57
on Thursday, 03 Sep 2026 15:57
Change comment:
There is no comment for this version
To version 42.1
edited by Veronika Kocher
on Friday, 04 Sep 2026 15:32
on Friday, 04 Sep 2026 15:32
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,14 +4,11 @@ 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. 11 11 {{/info}} 12 12 13 - 14 - 15 15 {{html clean="false"}} 16 16 <section data-arsn-search-block-fix="v5" style="margin:20px 0 26px 0;padding:16px 18px;border:1px solid #e3ded6;border-radius:10px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);"> 17 17 <h2 style="font-size:20px;margin:0 0 6px 0;color:#35312d;">Search the Art & Research Services Navigator</h2> ... ... @@ -437,9 +437,9 @@ 437 437 ))) 438 438 ))) 439 439 440 -(% style="padding:0 16px 16px 16px;" %) 437 +(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %) 441 441 ((( 442 -[[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"]] 443 443 ))) 444 444 ))) 445 445 ))) ... ... @@ -503,9 +503,9 @@ 503 503 ))) 504 504 ))) 505 505 506 -(% style="padding:0 16px 16px 16px;" %) 503 +(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %) 507 507 ((( 508 -[[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"]] 509 509 ))) 510 510 ))) 511 511 ))) ... ... @@ -579,9 +579,9 @@ 579 579 ))) 580 580 ))) 581 581 582 -(% style="padding:0 16px 16px 16px;" %) 579 +(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %) 583 583 ((( 584 -[[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"]] 585 585 ))) 586 586 ))) 587 587 ))) ... ... @@ -590,6 +590,20 @@ 590 590 591 591 (% style="margin-top:30px;" %) 592 592 ((( 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 & WORKSHOPS</div> 596 + <h3 style="font-size:20px;line-height:1.3;margin:0 0 7px;color:#35312d;text-align:left;">Training, workshops & 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 + 593 593 == Practical resources == 594 594 595 595 Use practical resources when you need a concise overview, a step-by-step procedure or a ready-to-use project aid. ... ... @@ -1566,6 +1566,15 @@ 1566 1566 Array.from( 1567 1567 row.card.querySelectorAll("a") 1568 1568 ).forEach(function(link){ 1580 + if( 1581 + link.classList && 1582 + link.classList.contains( 1583 + "arsn-phase-cta" 1584 + ) 1585 + ){ 1586 + return; 1587 + } 1588 + 1569 1569 if(!visible(link))return; 1570 1570 1571 1571 var rect= ... ... @@ -2038,3 +2038,72 @@ 2038 2038 <!-- SN_SERVICE_NAVIGATOR_MASTER_STYLE_END --> 2039 2039 {{/html}} 2040 2040 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 +