Package envi :: Package qt :: Module html
[hide private]
[frames] | no frames]

Module html

source code

The envi.qt.html module contains the HTML template and javascript code used by the renderers (which are based on QtWebKit)

Variables [hide private]
  template = '\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tra...
  __package__ = None
hash(x)
Variables Details [hide private]

template

Value:
'''
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/\
/www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.or\
g/2000/svg" id="mainhtml">
<head></head>

<style type="text/css">
...