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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-11 03:17:12 UTC
  • Revision ID: matt.giuca@gmail.com-20100211031712-79c74lgh3mj7507s
docs: Tour of IVLE: Added lecturer tour (complete).

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>) |