From version 49.1
edited by Artur
on 2025/09/15 14:00
Change comment: There is no comment for this version
To version 51.2
edited by Artur
on 2025/09/15 14:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,17 @@
9 9  [[~[Learn more about the project →~]>>About.WebHome||rel="noopener noreferrer" target="_blank"]]
10 10  {{/box}}
11 11  
12 -**Current Focus: SDMX**
12 +{{html}}
13 +<div class="focus-row">
14 + <span class="focus-text">Current Focus: SDMX</span>
15 + <button
16 + class="semantic-btn"
17 + onclick="location.href='/xwiki/wiki/sdmx/view/Main/';"
18 + aria-label="Semantic SDMX"
19 + title="Explore our Semantic SDMX section">
20 + </button>
21 +</div>
22 +{{/html}}
13 13  
14 14  We are developing a semantic layer for the [[SDMX standard>>https://sdmx.org/||rel="noopener noreferrer" target="_blank"]]. This includes:
15 15  
... ... @@ -27,13 +27,6 @@
27 27  
28 28  This work supports seamless integration of statistical data into the [[Linked Data>>https://www.w3.org/DesignIssues/LinkedData||rel="noopener noreferrer" target="_blank"]] ecosystem and lays the foundation for future extension to other standards.
29 29  
30 -[Explore our Semantic SDMX section →] {{html}}<button
31 - class="semantic-btn"
32 - onclick="location.href='/xwiki/wiki/sdmx/view/Main/';"
33 - aria-label="Semantic SDMX">
34 -</button>
35 -{{/html}}
36 -
37 37  {{box cssClass="box_green"}}
38 38  **We invite partners to join the international, non-profit Interoperability Basis initiative and a shared semantic infrastructure**
39 39  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -7,6 +7,14 @@
7 7  .box_green {
8 8   background: linear-gradient(to bottom, #f4fcfc, #e9f8f7);
9 9  }
10 +.focus-row {
11 + display: flex;
12 + align-items: center; /* вертикальное выравнивание текста и кнопки */
13 + gap: 10px; /* расстояние между текстом и кнопкой */
14 +}
15 +.focus-text {
16 + font-weight: bold;
17 +}
10 10  .semantic-btn {
11 11   display: inline-block;
12 12   width: 142px; /* размеры как у картинки */