| 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 |
|