Show
Ignore:
Timestamp:
03/04/10 12:48:29 (6 months ago)
Author:
francesco
Message:

sistemato l'allineamento tra venduto ed inventario

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/core/promogest/lib/HtmlHandler.py

    r828 r860  
    2121from jinja2 import Environment  as Env 
    2222from 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 
    2334 
    2435templates_dir = [os.path.join('templates'),os.path.join('report-templates')]