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

Summary

Details

Page properties
Content
... ... @@ -27,7 +27,12 @@
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 →] [[~[~[image:thumb-Кнопка Semantic SDMX 1_2.svg~|~|alt="thumb-Кнопка Semantic SDMX 1_1.svg" height="64" width="142"~]~]>>doc:sdmx:Main.WebHome]]
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}}
31 31  
32 32  {{box cssClass="box_green"}}
33 33  **We invite partners to join the international, non-profit Interoperability Basis initiative and a shared semantic infrastructure**
XWiki.StyleSheetExtension[0]
Code
... ... @@ -7,3 +7,17 @@
7 7  .box_green {
8 8   background: linear-gradient(to bottom, #f4fcfc, #e9f8f7);
9 9  }
10 +.semantic-btn {
11 + display: inline-block;
12 + width: 142px; /* размеры как у картинки */
13 + height: 64px;
14 + border: none;
15 + background: url('/xwiki/bin/download/Main/WebHome/thumb-%D0%9A%D0%BD%D0%BE%D0%BF%D0%BA%D0%B0%20Semantic%20SDMX%201_2.svg?width=142&height=64&rev=1.1')
16 + no-repeat center center;
17 + background-size: contain; /* чтобы SVG вписывался */
18 + cursor: pointer;
19 +}
20 +.semantic-btn:focus {
21 + outline: 2px solid #6488b0; /* подсветка при табуляции */
22 +}
23 +