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 | 370 ++++++++++++++++++++++++++++-------- 1 file changed, 287 insertions(+), 83 deletions(-) diff --git a/client/lualibs/htmlskel.lua b/client/lualibs/htmlskel.lua index 9b29f89ea..ed6a050bf 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