Package zephir :: Package monitor :: Module widgets
[hide private]
[frames] | no frames]

Module widgets

source code

Variables [hide private]
  PAGE_WIDGET = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
Variables Details [hide private]

PAGE_WIDGET

Value:
"""<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://ww\
w.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
    <title>%(title)s</title>
    <meta http-equiv="Content-Type" content="text/html; charset=%s"/>
    <link rel="stylesheet" type="text/css" href="style.css">
    <style type="text/css">
...