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

« back to all changes in this revision

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

  • Committer: David Coles
  • Date: 2010-02-04 02:05:11 UTC
  • Revision ID: coles.david@gmail.com-20100204020511-2q242yqsmtgsg4mb
Console: Show an error when the console fails to start. Really should be done 
as a nicer JQuery UI - but use alert for the moment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      <link py:if="favicon" rel="shortcut icon" href="${favicon}" />
21
21
 
22
22
      <py:for each="style in styles">
23
 
      <link rel="stylesheet" type="text/css" href="${style}" />
 
23
        <link rel="stylesheet" type="text/css" href="${style}" />
24
24
      </py:for>
25
25
 
26
26
      <py:for each="script in scripts">
27
 
      <script type="text/javascript" src="${script}"></script>
 
27
        <script type="text/javascript" src="${script}"></script>
28
28
      </py:for>
29
29
 
30
30
      <!-- Plugin JavaScript to be run on page load -->
70
70
        </ul>
71
71
        <div id="ivleheader_text">
72
72
          <py:choose>
73
 
            <p py:when="publicmode" class="userhello">Public access mode</p>
 
73
            <p py:when="publicmode" class="userhello">Running in public mode.</p>
74
74
            <p py:when="logged_in" class="userhello">
75
75
              <span id="usernick">${nick}</span>
76
76
              (<span class="username">${login}</span>) |