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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-07-05 05:58:24 UTC
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090705055824-n628885ahzxwg1tu
Shrink the top bar, and start breadcrumerisation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  <py:match path="body[@status!='done']" once="true">
40
40
    <body>
41
41
      <div id="ivleheader">
42
 
        <h1>
43
 
          <a href="/">
44
 
            <img src="${title_img}" alt="Informatics Virtual Learning Environment" />
45
 
          </a>
46
 
        </h1>
 
42
        <div id="ivle_breadcrumbs">
 
43
          <span class="breadcrumb">
 
44
            <a href="/">
 
45
              <img src="${title_img}" alt="Informatics Virtual Learning Environment" />
 
46
            </a>
 
47
          </span>
 
48
        </div>
47
49
        <div id="ivleheader_text">
48
50
          <py:choose>
49
51
            <p py:when="publicmode" class="userhello">Running in public mode.</p>