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

« back to all changes in this revision

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

Added config validation spec: ivle/config/ivle-spec.conf.
ivle.conf.conf: No longer needs to do the cast-to-int hack.
ivle.config: Runs against the validator (with a XXX problem).
setup.util: ivle-spec.conf is installed with a new whitelist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
            <span id="usernick">${nick}</span>
56
56
            (<span class="username">${login}</span>) |
57
57
            <a href="/~${login}/+settings">Settings</a> |
58
 
            <py:choose>
59
 
              <a py:when="defined('help_path')" href="/+help/${help_path}">Help</a>
60
 
              <a py:otherwise="" href="/+help/">Help</a>
61
 
            |</py:choose>
 
58
            <a href="/help">Help</a> |
62
59
            <a href="/logout">Sign out</a>
63
60
          </p>
64
61
          <p py:otherwise="" class="userhello">Not logged in.</p>
73
70
        </ul>
74
71
      </div>
75
72
      <div id="ivlebody">
76
 
        <div id="ivleview">
77
 
          ${select('*')}
78
 
        </div>
79
 
        <div id="ivleoverlays">
80
 
          <py:for each="overlay in overlays">
81
 
            ${overlay}
82
 
          </py:for>
83
 
        </div>     
 
73
        ${select('*')}
84
74
      </div>
 
75
      <div id="ivleoverlays">
 
76
        <py:for each="overlay in overlays">
 
77
          ${overlay}
 
78
        </py:for>
 
79
      </div>     
85
80
    </body>
86
81
  </py:match>
87
82
  ${app_template}