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

« back to all changes in this revision

Viewing changes to ivle/dispatch/html.py

Merge setup-stuff.

phpBB is gone, configuration, setup and jail building are completely redone.

Please read doc/setup/install_proc.txt, or you'll not get far.

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