]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/lualibs/htmlskel.lua
FIX: T5555/Q5 datarate when used in "Q" parameter, consequential fix in lf commands...
[proxmark3-svn] / client / lualibs / htmlskel.lua
index a52abdef7c41a530dc12dace4ff48b782c3a828f..f216df1e12d8732567de4754c3ddd3cadcaa2026 100644 (file)
@@ -55,6 +55,7 @@ local skel_1 = [[
                        return "UNKNOWN"
                }
 
+               add("04,,,Mifare TNP3xxx Activision 1K,0f01,01");
                add("04,,,Mifare Mini,0004,09");
                add("04,,,Mifare Classic 1k/Mifare Plus(4 byte UID) 2K SL1,0004,08");
                add("04,,,Mifare Plus (4 byte UID) 2K SL2,0004,10");
@@ -134,7 +135,7 @@ local skel_1 = [[
                add("04,,,Smart MX with 7 byte UID,0D48");
                add("04,,,Smart MX with 7 byte UID,0E48");
                add("04,,,Smart MX with 7 byte UID,0F48");      
-</script>
+       </script>
 
        <style>
                * {
@@ -214,6 +215,7 @@ local skel_1 = [[
 
                        return {info: info, highlighter : ndefHighligheter }
                }, 
+
                function(data)
                {//This is the catch-all
                        return {info: {type : "Unknown"}, highlighter : noHighlighter}
@@ -311,12 +313,10 @@ local skel_1 = [[
                        
                        if(line < 128){
                                linesPerSector = 4;
-                       }else
-                       {
+                       } else {
                                //Quadruple size sectors
                                linesPerSector = 16;
                                line = line - 128;
-
                        }
 
                        if(line % linesPerSector == 0)
@@ -339,8 +339,6 @@ local skel_1 = [[
                }
        };
 
-
-
        </script>
        
 </head>
Impressum, Datenschutz