cards: group the form into SCP80/SCP81 fieldsets, close the RU i18n gaps (v2.2.19)
- The card create/edit form now surrounds the SCP80 parameters (KIc/KID, SPI1/SPI2, TAR, counter, keys) with a bordered <fieldset> labelled 'SCP80 (GSM 03.48, ETSI TS 102 225)' and the PSK pair (with the listener explanation) with one labelled 'SCP81 (HTTP OTA)'; the name/ICCID row and the list stay outside the groups. - i18n: the SCP81 PSK note is translated now, plus the keys an audit found missing from the RU dictionary (Start, Clear, Loading..., Working..., APDU hex, CAP file (max 48 kB), Install from .cap, Card reader server is not connected, KIc/KID required messages, Memory (GET DATA FF21), the two no-secured-packet alerts, Select, event notification to the card?). - Tests: html.test.js guards both fieldsets, their legends and that the PSK note and fields live inside the SCP81 group (401 frontend tests). - Docs: help EN+RU Cards intro. SW cache otaman-v186.
This commit is contained in:
@@ -298,7 +298,7 @@
|
||||
|
||||
<section class="mb-10">
|
||||
<h2 id="cards" class="text-xl font-semibold mb-3 border-b border-gray-300 dark:border-slate-700 pb-1">4. Вкладка «Карты»</h2>
|
||||
<p class="mb-2">Хранит предустановки карт локально в браузере (<code class="font-mono text-sm">localStorage</code>), чтобы представление Secured Packet могло автоматически подставлять ключи и параметры, а слушатель SCP81 HTTP OTA — находить PSK-ключи. «Карты» — верхнеуровневая вкладка. При подключении карты читается её EF.ICCID, и предустановка с тем же ICCID автоматически выбирается в обоих представлениях SCP80.</p>
|
||||
<p class="mb-2">Хранит предустановки карт локально в браузере (<code class="font-mono text-sm">localStorage</code>), чтобы представление Secured Packet могло автоматически подставлять ключи и параметры, а слушатель SCP81 HTTP OTA — находить PSK-ключи. «Карты» — верхнеуровневая вкладка. При подключении карты читается её EF.ICCID, и предустановка с тем же ICCID автоматически выбирается в обоих представлениях SCP80. Поля формы сгруппированы в два блока с рамкой: <strong>SCP80 (GSM 03.48, ETSI TS 102 225)</strong> (KIc/KID, SPI1/SPI2, TAR, счётчик и ключи) и <strong>SCP81 (HTTP OTA)</strong> (пара PSK identity/ключ с пояснением о выборе ключа).</p>
|
||||
<table class="w-full text-sm mb-3 border-collapse">
|
||||
<thead><tr class="border-b border-gray-300 dark:border-slate-700"><th class="text-left py-1 px-2">Поле</th><th class="text-left py-1 px-2">Описание</th></tr></thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user