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

« back to all changes in this revision

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

  • Committer: dcoles
  • Date: 2008-04-14 03:52:13 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:731
Help: Wrote a small help document for the console app. Now one less glaring 
'TODO:' in IVLE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    # Set request attributes
81
81
    req.content_type = "text/html"
82
82
    req.write_html_head_foot = True
 
83
    req.styles = ["media/help/help.css"]
83
84
 
84
85
    # Start writing data
85
86
    req.write('<div id="ivle_padding">\n')