From 62a95012e9168c70f190407edc2c611363c7122a Mon Sep 17 00:00:00 2001 From: "martin.holst@gmail.com" Date: Wed, 30 Oct 2013 18:21:42 +0000 Subject: [PATCH] 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 --- client/lualibs/htmlskel.lua | 360 ++++++++++++++++++++++++++++-------- 1 file changed, 282 insertions(+), 78 deletions(-) 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 -- 2.39.2