~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: 2009-02-25 10:19:29 UTC
  • mfrom: (1100.1.35 new-ui)
  • Revision ID: matt.giuca@gmail.com-20090225101929-v2206kbf3lgkm1kz
*Spoiler warning: Plot or ending details follow*

Merged from new-ui branch.

IVLE top bar and top of filebrowser and console have all been made over. They
look very shiny and web 2.0!

Added image-source top-level directory with SVG source images.

Added new chrome images to ivle/webapp/coremedia/images.

Redid a lot CSS and HTML.
Every page now has an H1 at the top (common UI). Moved existing H1s to the top
of the page. Other H1s have been cleaned up (moved to H2s or restyled).
IVLE top bar has been majorly cleaned up (previously had many layered divs);
now more accessible.

Subject icon replaced with tutorial one.

The funeral for the tacky yellow and blue stylesheet will be held this Friday.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  </py:match>    
38
38
  <py:match path="body[@status!='done']" once="true">
39
39
    <body>
40
 
      <div id="ivleheader"></div>
41
 
      <div id="ivleheader_text">
42
 
        <h1>IVLE</h1>
43
 
        <h2>Informatics Virtual Learning Environment</h2>
44
 
        <py:choose>
45
 
          <p py:when="publicmode" class="userhello">Running in public mode.</p>
46
 
          <p py:when="logged_in" class="userhello">
47
 
            <span id="usernick">${nick}</span>
48
 
            (<span class="username">${login}</span>) |
49
 
            <a href="/~${login}/+settings">Settings</a> |
50
 
            <py:choose>
51
 
              <a py:when="defined('help_path')" href="/+help/${help_path}">Help</a>
52
 
              <a py:otherwise="" href="/+help/">Help</a>
53
 
            |</py:choose>
54
 
            <a href="/+logout">Sign out</a>
55
 
          </p>
56
 
          <p py:otherwise="" class="userhello">Not logged in.</p>
57
 
        </py:choose>
58
 
      </div>
59
 
      <div py:if="logged_in" id="ivleheader_tabs">
60
 
        <ul id="apptabs">
61
 
          <py:for each="app in apps_in_tabs">
62
 
            <li py:if="app['this_app']" class="thisapp"><py:if test="app['has_icon']"><img src="${app['icon_url']}" alt="" /> </py:if><a href="${app['path']}" title="${app['desc']}">${app['name']}</a></li>
63
 
            <li py:if="not app['this_app']"><py:if test="app['has_icon']"><img src="${app['icon_url']}" alt="" /> </py:if><a href="${app['path']}" title="${app['desc']}">${app['name']}</a></li>
64
 
          </py:for>
65
 
        </ul>
 
40
      <div id="ivleheader">
 
41
        <h1>
 
42
          <a href="/">
 
43
            <img src="${title_img}" alt="Informatics Virtual Learning Environment" />
 
44
          </a>
 
45
        </h1>
 
46
        <div id="ivleheader_text">
 
47
          <py:choose>
 
48
            <p py:when="publicmode" class="userhello">Running in public mode.</p>
 
49
            <p py:when="logged_in" class="userhello">
 
50
              <span id="usernick">${nick}</span>
 
51
              (<span class="username">${login}</span>) |
 
52
              <a href="/~${login}/+settings">Settings</a> |
 
53
              <py:choose>
 
54
                <a py:when="defined('help_path')" href="/+help/${help_path}">Help</a>
 
55
                <a py:otherwise="" href="/+help/">Help</a>
 
56
              |</py:choose>
 
57
              <a href="/+logout">Log out</a>
 
58
            </p>
 
59
            <p py:otherwise="" class="userhello">Not logged in.</p>
 
60
          </py:choose>
 
61
        </div>
 
62
        <div py:if="logged_in" id="ivleheader_tabs">
 
63
          <ul id="apptabs">
 
64
            <py:for each="app in apps_in_tabs">
 
65
              <li py:if="app['this_app']" class="thisapp"><a href="${app['path']}" title="${app['desc']}"><span><py:if test="app['has_icon']"><img src="${app['icon_url']}" alt="" /> </py:if>${app['name']}</span></a></li>
 
66
              <li py:if="not app['this_app']"><a href="${app['path']}" title="${app['desc']}"><span><py:if test="app['has_icon']"><img src="${app['icon_url']}" alt="" /> </py:if>${app['name']}</span></a></li>
 
67
            </py:for>
 
68
          </ul>
 
69
        </div>
66
70
      </div>
67
71
      <div id="ivlebody">
68
72
        <div id="ivleview">