~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-12 12:57:30 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:197
dispatch.html, ivle.css: Main IVLE header is now an h1/h2 pair, styled to the
    left with absolute positioning (one over the top of the other).

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    # Open the body element and write a bunch of stuff there (the header)
70
70
    req.write("""<body>
71
71
<div id="ivleheader">
72
 
  <h1>IVLE - Informatics Virtual Learning Environment</h1>
 
72
  <h1>IVLE</h1>
 
73
  <h2>Informatics Virtual Learning Environment</h2>
73
74
""")
74
75
 
75
76
    if req.username: