~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/browser/__init__.py

  • Committer: mattgiuca
  • Date: 2008-01-10 22:11:40 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:170
browser: Added CSS and JS files (not much in them).
media/common: Added json2.js, a minified version of the official JSON
    JavaScript library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
    # Set request attributes
31
31
    req.content_type = "text/html"
 
32
    req.styles = ["media/browser/browser.css"]
 
33
    req.scripts = [
 
34
        "media/common/json2.js",
 
35
        "media/browser/browser.js",
 
36
    ]
32
37
    req.write_html_head_foot = True     # Have dispatch print head and foot
33
38
 
34
39
    # Start writing data