Changes for page Postup převodu dat z Clavia
Last modified by Jan Šimeček on 2025/11/03 15:11
From version 15.1
edited by Jan Šimeček
on 2024/06/28 10:11
on 2024/06/28 10:11
Change comment:
There is no comment for this version
To version 16.1
edited by Jan Šimeček
on 2024/06/28 10:13
on 2024/06/28 10:13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,7 +9,8 @@ 9 9 == Tipy a Triky == 10 10 11 11 {{html}} 12 -<div style="word-wrap: break-word;"> 12 +<button onclick="toggleContent()">Klikni pro rozbalení</button> 13 +<div id="content" style="display: none;"> 13 13 |((( 14 14 |=Popis 15 15 |(% colspan="1" %)Revize se nepřevádí, musí být před zahájením převodu do Tritia uzavřena. ... ... @@ -19,6 +19,16 @@ 19 19 |Neměnit zkratky v odděleních, nebude fungovat vazba výchozího oddělení čtenáře - měnit až po ostrém startu. 20 20 ))) 21 21 </div> 23 +<script> 24 + function toggleContent() { 25 + var content = document.getElementById("content"); 26 + if (content.style.display === "none") { 27 + content.style.display = "block"; 28 + } else { 29 + content.style.display = "none"; 30 + } 31 + } 32 +</script> 22 22 {{/html}} 23 23 24 24 == Příprava převodu ==