Changeset 860 for trunk/core/promogest/lib/HtmlHandler.py
- Timestamp:
- 03/04/10 12:48:29 (6 months ago)
- Files:
-
- 1 modified
-
trunk/core/promogest/lib/HtmlHandler.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/promogest/lib/HtmlHandler.py
r828 r860 21 21 from jinja2 import Environment as Env 22 22 from jinja2 import FileSystemLoader,FileSystemBytecodeCache 23 24 #from pygtkie import IEHtmlView 25 #window = gtk.Window(gtk.WINDOW_TOPLEVEL) 26 #window.resize(800, 600) 27 #ie = IEHtmlView(); 28 #window.add(ie) 29 #ie.show() 30 #window.show() 31 # 32 #ie.SetDocument("""This is an IE page hosted by <a href="http://www.python.org">python</a>')""") 33 23 34 24 35 templates_dir = [os.path.join('templates'),os.path.join('report-templates')]
