Changes for page 1. User Manual

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

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

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,5 @@
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 -
11 11  /* ── Reading progress bar ── */
12 12  #rn-prog { position:fixed;top:0;left:0;height:3px;width:0;background:#005AB4;z-index:9999;pointer-events:none; }
13 13  
... ... @@ -102,7 +102,7 @@
102 102  #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; }
103 103  
104 104  /* ── Back to top ── */
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); }
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); }
106 106  #rn-top.on { opacity:1;transform:translateY(0);pointer-events:auto; }
107 107  #rn-top:hover { background:#0066cc; }
108 108  
... ... @@ -136,7 +136,6 @@
136 136  
137 137  <!-- ── CONTENT ── -->
138 138  <div class="doc-content">
139 -
140 140   <ul class="section-index">
141 141  <li><a href="#s-login">1. System Login</a><p>How to access the CENTO web interface, log in, and switch users.</p></li>
142 142  <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>