From ec7a58c5928f02a43e7b2496df74f1a1cf103510 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Wed, 12 Mar 2014 18:40:53 -0400 Subject: [PATCH] Update jQuery mobile and add ship group heading. --- gui/utils/exportHtml.py | 72 +++++++++++++++++++++++++++++++++++------ 1 file changed, 63 insertions(+), 9 deletions(-) diff --git a/gui/utils/exportHtml.py b/gui/utils/exportHtml.py index c9561ec66..287495c14 100644 --- a/gui/utils/exportHtml.py +++ b/gui/utils/exportHtml.py @@ -12,9 +12,11 @@ class exportHtml(): return cls._instance def __init__(self): + print "init exportHtml()" self.thread = exportHtmlThread() def refreshFittingHTMl(self): + print "refresh HTML" settings = service.settings.HTMLExportSettings.getInstance() if (settings.getEnabled()): @@ -32,6 +34,7 @@ class exportHtmlThread(threading.Thread): self.stopRunning = True def run(self): + print "run" # wait 1 second just in case a lot of modifications get made time.sleep(1); if self.stopRunning: @@ -47,9 +50,50 @@ class exportHtmlThread(threading.Thread): My Page - - - + + + +
@@ -58,25 +102,34 @@ class exportHtmlThread(threading.Thread):
""" - - HTML += '