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

« back to all changes in this revision

Viewing changes to ivle/webapp/base/ivle-headings.html

Created a new view for IVLE, allowing lecturers and tutors to 
administrate projects.

At the moment, this new view can add projectsets, and add projects.
It can also view the details of a project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
      <script py:if="not publicmode and write_javascript_settings" type="text/javascript">
14
14
        root_dir = "${root_dir}";
15
15
        public_host = "${public_host}";
 
16
        svn_base = "${svn_base}";
16
17
        username = "${login}";
17
18
      </script>
18
19
 
29
30
      <!-- Plugin JavaScript to be run on page load -->
30
31
      <script type="text/javascript">
31
32
        <py:for each="init_script in scripts_init">
32
 
          window.addEventListener("load", ${init_script}, false);
 
33
          $(document).ready(${init_script});
33
34
        </py:for>
34
35
      </script>
35
36
      ${select('*[local-name()!="title"]')}