Last modified by Jan Šimeček on 2025/11/03 15:11

From version 38.1
edited by Jan Šimeček
on 2024/06/28 10:52
Change comment: There is no comment for this version
To version 39.1
edited by Jan Šimeček
on 2024/06/28 10:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -175,7 +175,7 @@
175 175  {{html}}
176 176  <button onclick="toggleContent('content5')">SELECT</button>
177 177  <div id="content5" style="display: none;">
178 -<hr>
178 +<hr style="border: none; height: 5px; background-color: black;">
179 179  <p>select count(*) from authority_data where subfield_definition in (</p>
180 180  <p>select id from subfield_definition where name_sub='A')</p>
181 181  <br>
... ... @@ -184,8 +184,7 @@
184 184  <br>
185 185  <p>dále:</p>
186 186  <p>Po zapnutí Importovacího módu nesmí tabulka import_id_backup obsahovat jediný řádek, který má ve sloupci library ID právě převáděné knihovny, tedy select * from import_id_backup where library = ID_prave_prevadene_knihovny musí vrátit 0 .</p>
187 -<br>
188 -<hr>
187 +<hr style="border: none; height: 5px; background-color: black;">
189 189  </div>
190 190  <script>
191 191   function toggleContent(contentId) {