From: martin.holst@gmail.com Date: Wed, 30 Oct 2013 18:21:42 +0000 (+0000) Subject: Changed html template, in order to make it more generic and be usable on other types... X-Git-Tag: v1.0.0~29 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/62a95012e9168c70f190407edc2c611363c7122a Changed html template, in order to make it more generic and be usable on other types of data than mifare, now supports different highlighters. Implemented are NDEF and Mifare --- diff --git a/client/lualibs/htmlskel.lua b/client/lualibs/htmlskel.lua index 9b29f89e..ed6a050b 100644 --- a/client/lualibs/htmlskel.lua +++ b/client/lualibs/htmlskel.lua @@ -1,12 +1,147 @@ local skel_1 = [[ + + + - - + ]] local function getHTML(data) return skel_1 .. data .. skel_2