Changes for page 1. User Manual

Last modified by Iaroslav Platonov on 2026/06/08 09:26

From version 242.2
edited by Iaroslav Platonov
on 2026/06/08 09:08
Change comment: There is no comment for this version
To version 242.3
edited by Iaroslav Platonov
on 2026/06/08 09:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,13 @@
1 1  {{html clean="false"}}
2 2  <style>
3 +/* ── Disable XWiki automatic heading counters inside our content ── */
4 +.doc-content h1::before,.doc-content h2::before,
5 +.doc-content h3::before,.doc-content h4::before,
6 +.doc-content h5::before,.doc-content h6::before {
7 + content:none !important; display:none !important;
8 +}
9 +.doc-content { counter-reset:none !important; }
10 +
3 3  /* ── Reading progress bar ── */
4 4  #rn-prog { position:fixed;top:0;left:0;height:3px;width:0;background:#005AB4;z-index:9999;pointer-events:none; }
5 5  
... ... @@ -94,7 +94,7 @@
94 94  #rn-lb-cap { position:fixed;bottom:18px;left:50%;transform:translateX(-50%);color:#ddd;font-size:.78em;background:rgba(0,0,0,.55);padding:3px 12px;border-radius:14px;pointer-events:none; }
95 95  
96 96  /* ── Back to top ── */
97 -#rn-top { position:fixed;bottom:24px;right:24px;z-index:9997;width:36px;height:36px;border-radius:50%;background:#005AB4;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:opacity .22s,transform .22s;pointer-events:none;box-shadow:0 2px 8px rgba(0,90,180,.3); }
105 +#rn-top { position:fixed;bottom:60px;right:24px;z-index:9997;width:36px;height:36px;border-radius:50%;background:#005AB4;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:opacity .22s,transform .22s;pointer-events:none;box-shadow:0 2px 8px rgba(0,90,180,.3); }
98 98  #rn-top.on { opacity:1;transform:translateY(0);pointer-events:auto; }
99 99  #rn-top:hover { background:#0066cc; }
100 100  
... ... @@ -128,6 +128,7 @@
128 128  
129 129  <!-- ── CONTENT ── -->
130 130  <div class="doc-content">
139 +
131 131   <ul class="section-index">
132 132  <li><a href="#s-login">1. System Login</a><p>How to access the CENTO web interface, log in, and switch users.</p></li>
133 133  <li><a href="#s-ui">2. User Interface</a><p>Overview of the main menu, SCADA diagrams, analysis tools, logs, reports, and notifications.</p></li>