cards: label the preset TARs (ISD / UICC RFM / ADF RFM) after Counter

- the three TAR inputs move to the right of the Counter field and get
  visible labels: ISD TAR, UICC RFM TAR, ADF RFM TAR (placeholders removed)
- names verified against the pinned specs: TS 101 220 Annex D ('00 00 00'
  Issuer Security Domain, 'B0 00 00' UICC Shared File System, 'B0 00 01'
  ADF) and TS 102 226 §7.2/§7.3 (MF implicitly selected, no ADF access vs
  ADF implicitly selected, TAR linked to the ADF AID); help EN/RU updated
  with the references
- card list TAR header/tooltip use the new names
- html test guards the labels and the Counter -> TAR field order
- SW cache simple-v200 (version stays 2.6.0, relabel/layout only)
This commit is contained in:
2026-09-20 00:18:02 +03:00
parent 15121cff20
commit cee59bd611
5 changed files with 40 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'simple-v199';
const CACHE = 'simple-v200';
const URLS = [
'index.html',
'help.html',