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

« back to all changes in this revision

Viewing changes to www/dispatch/html.py

  • Committer: mattgiuca
  • Date: 2008-01-25 03:42:11 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:307
tutorial: Now each problem div has an ID. Added submit buttons which call
    JavaScript code to submit.
Added tutorial.js, which receives the submit request (currently stubbish).

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        req.write("  <p><small>Warning: debuginfo is enabled. Remove this "
104
104
            "app from conf.apps.app_url when placed into production."
105
105
            "</small></p>\n")
106
 
    # ivleheader_tabs is a separate div, so it can be positioned absolutely
107
 
    req.write('</div>\n<div id="ivleheader_tabs">\n')
108
106
 
109
107
    if req.username:
110
108
        # Only print app tabs if logged in