mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
Changes to html-dump generateion, credits to en4rab http://www.proxmark.org/forum/viewtopic.php?pid=8576
This commit is contained in:
parent
0ae173ba23
commit
57d384004d
1 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,9 @@ local skel_1 = [[
|
|||
float:left;
|
||||
border: 1px solid white;
|
||||
}
|
||||
td{
|
||||
empty-cells : show;
|
||||
}
|
||||
td.blockzero {
|
||||
color: rgb(140, 245, 193);
|
||||
}
|
||||
|
@ -64,7 +67,7 @@ local skel_1 = [[
|
|||
}
|
||||
|
||||
if(byte < 6) el.className += " key_a";
|
||||
else if(byte < 11) el.className += " accessconditions";
|
||||
else if(byte < 10) el.className += " accessconditions";
|
||||
else el.className += " key_b";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue