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

« back to all changes in this revision

Viewing changes to ivle/webapp/console/overlay.html

  • Committer: William Grant
  • Date: 2009-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
      xmlns:py="http://genshi.edgewall.org/" py:strip="">
4
4
      
5
5
  <body py:strip="">
6
 
    <div id="console_body">
 
6
    <div id="console_body" py:attrs="start_body_attrs">
7
7
      <div id="console_heading">Python Console<span py:if="windowpane" 
8
8
          class="console_button minimize">
9
9
          <a onclick="console_minimize()"
10
10
              title="Minimize the Python console">
11
 
            <img src="${minimize_path}" />
 
11
            <img src="${minimize_path}" alt="Minimize" />
12
12
          </a>
13
13
        </span>
14
14
      </div>
26
26
          <span py:if="windowpane" class="console_button maximize">
27
27
            <a onclick="console_maximize()"
28
28
                title="Open up the Python console">
29
 
              <img src="${maximize_path}" />
 
29
              <img src="${maximize_path}" alt="Maximize"/>
30
30
            </a>
31
31
          </span>
32
32
        </div>
33
33
      </div>
34
34
    </div>
35
 
    <div py:if="windowpane" id="console_filler">
 
35
    <div py:if="windowpane" id="console_filler" class="windowpane minimal">
36
36
    <!-- Console filler, provides extra vertical space to stop the console
37
37
                                            covering over the bottom content -->
38
38
    </div>