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

« back to all changes in this revision

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

  • Committer: dcoles
  • Date: 2008-07-15 00:40:38 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:868
Layout: Attempt to patch some CSS layout issues. Subject window now no longer 
is only 150px high.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
    # Just make the iframe pointing to media/subjects
72
72
    serve_loc = util.make_path(os.path.join('media', 'subjects', path))
73
 
    req.write('<iframe src="%s"></iframe>'
74
 
        % urllib.quote(serve_loc))
 
73
    req.write('<object class="fullscreen" type="text/html" \
 
74
data="%s"></iframe>'% urllib.quote(serve_loc))