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
Change comment: There is no comment for this version
To version 41.3
edited by Veronika Kocher
on Friday, 04 Sep 2026 14:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,8 +10,6 @@
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 &amp; Research Services Navigator</h2>
... ... @@ -437,9 +437,9 @@
437 437  )))
438 438  )))
439 439  
440 -(% style="padding:0 16px 16px 16px;" %)
438 +(% 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"]]
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 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;" %)
504 +(% 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"]]
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 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;" %)
580 +(% 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"]]
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 arsn-phase-cta"]]
585 585  )))
586 586  )))
587 587  )))
... ... @@ -590,6 +590,11 @@
590 590  
591 591  (% style="margin-top:30px;" %)
592 592  (((
591 +
592 +<!-- ARSN_TRAINING_WORKSHOPS_INCLUDE_V1_START -->
593 +{{include reference="Service Navigator.Art & Research Services Navigator.Code.TrainingWorkshopsBlock" author="target" /}}
594 +<!-- ARSN_TRAINING_WORKSHOPS_INCLUDE_V1_END -->
595 +
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){
1572 + if(
1573 + link.classList &&
1574 + link.classList.contains(
1575 + "arsn-phase-cta"
1576 + )
1577 + ){
1578 + return;
1579 + }
1580 +
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  
2053 +{{html clean="false"}}
2054 +<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_START -->
2055 +<style data-arsn-phase-cta-mobile-edge-fix="3">
2056 +@media (max-width:767px){
2057 +
2058 + /* Remove the white side gutters around the three phase CTAs. */
2059 + #xwikicontent .arsn-phase-cta-wrap{
2060 + box-sizing:border-box!important;
2061 + width:calc(100% + 2px)!important;
2062 + max-width:none!important;
2063 + margin:14px -1px -1px -1px!important;
2064 + padding:0!important;
2065 + border:0!important;
2066 + border-left:0!important;
2067 + box-shadow:none!important;
2068 + background:transparent!important;
2069 + }
2070 +
2071 + /* Full-width orange CTA; no extra border/shadow. */
2072 + #xwikicontent a.arsn-phase-cta{
2073 + display:flex!important;
2074 + align-items:center!important;
2075 + justify-content:center!important;
2076 + gap:8px!important;
2077 +
2078 + box-sizing:border-box!important;
2079 + width:100%!important;
2080 + max-width:none!important;
2081 + min-width:0!important;
2082 +
2083 + margin:0!important;
2084 + padding:12px 14px!important;
2085 +
2086 + border:0!important;
2087 + border-left:0!important;
2088 + border-right:0!important;
2089 + border-top:0!important;
2090 + border-bottom:0!important;
2091 + box-shadow:none!important;
2092 +
2093 + border-radius:8px!important;
2094 +
2095 + text-align:center!important;
2096 + text-align-last:center!important;
2097 + text-justify:auto!important;
2098 + word-spacing:normal!important;
2099 + white-space:normal!important;
2100 + }
2101 +
2102 + /* Keep an XWiki external-link icon on the same line/flex row. */
2103 + #xwikicontent a.arsn-phase-cta::after{
2104 + flex:0 0 auto!important;
2105 + margin-left:2px!important;
2106 + }
2107 +
2108 + #xwikicontent a.arsn-phase-cta > .fa,
2109 + #xwikicontent a.arsn-phase-cta > .icon,
2110 + #xwikicontent a.arsn-phase-cta > .external-link-icon,
2111 + #xwikicontent a.arsn-phase-cta > [class*="external"]{
2112 + position:static!important;
2113 + display:inline-block!important;
2114 + flex:0 0 auto!important;
2115 + margin:0!important;
2116 + }
2117 +}
2118 +</style>
2119 +<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_END -->
2120 +{{/html}}
2121 +