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

« back to all changes in this revision

Viewing changes to ivle/webapp/base/xhtml.py

  • Committer: Nick Chadwick
  • Date: 2009-02-24 06:26:24 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090224062624-vgebr78gx3zngyrp
The skeleton for editing an exercise has now been created. The next
step is to code the functions on the back-end, and update the javascript

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        ctx['styles'] += req.styles
81
81
 
82
82
        ctx['scripts'] = [media_url(req, CorePlugin, path) for path in
83
 
                           ('util.js', 'json2.js', 'md5.js')]
 
83
                           ('util.js', 'json2.js', 'md5.js', 'jquery.js')]
84
84
        ctx['scripts'] += req.scripts
85
85
 
86
86
        ctx['scripts_init'] = req.scripts_init