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

« back to all changes in this revision

Viewing changes to ivle/dispatch/html.py

Quick port of fileservice to the new framework. It's still very much old-style,
though.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
""" % (cgi.escape(titlepart), cgi.escape(req.content_type)))
51
51
 
52
52
    req.write("""  <link rel="stylesheet" type="text/css" href="%s" />
53
 
""" % cgi.escape(util.make_path('media/common/ivle.css')))
 
53
""" % cgi.escape(util.make_path('+media/ivle.webapp.core/ivle.css')))
54
54
 
55
55
    req.write("</head>\n\n")
56
56