PluginProbe
404 Solution / trunk
404 Solution vtrunk
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / html / settingsModeToggle.html

settingsModeToggle.html in 404 Solution trunk, at includes/html/settingsModeToggle.html

24 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="abj404-mode-toggle" data-nonce="{nonce}">
2 <div class="abj404-mode-toggle-buttons" role="group" aria-label="{Settings mode}">
3 <button type="button" class="abj404-mode-btn {simpleActive}" data-mode="simple" aria-pressed="{simplePressedState}">
4 <span class="abj404-mode-btn-icon">
5 <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true">>
6 <rect x="3" y="3" width="18" height="18" rx="2"/>
7 <path d="M9 9h6M9 15h6"/>
8 </svg>
9 </span>
10 <span class="abj404-mode-btn-text">{Simple Mode}</span>
11 </button>
12 <button type="button" class="abj404-mode-btn {advancedActive}" data-mode="advanced" aria-pressed="{advancedPressedState}">
13 <span class="abj404-mode-btn-icon">
14 <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true">>
15 <circle cx="12" cy="12" r="3"/>
16 <path d="M12 1v4M12 19v4M4.22 4.22l2.83 2.83M16.95 16.95l2.83 2.83M1 12h4M19 12h4M4.22 19.78l2.83-2.83M16.95 7.05l2.83-2.83"/>
17 </svg>
18 </span>
19 <span class="abj404-mode-btn-text">{Advanced Mode}</span>
20 </button>
21 </div>
22 <p class="abj404-mode-description">{mode_description}</p>
23 </div>
24