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

« back to all changes in this revision

Viewing changes to www/apps/tutorial/worksheet.html

  • Committer: chadnickbok
  • Date: 2009-02-03 03:53:54 UTC
  • Revision ID: svn-v4:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1193
Fixed a few small issues with the way the Worksheet menus were
being displayed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        <h2>Worksheet Contents</h2>
13
13
        <ul>
14
14
          <py:for each="exercise in exercises">
15
 
            <li class="${exercise['complete']}" id="#exercise${exercise['exid']}">
 
15
            <li class="${exercise['complete']}" id="toc_li_exercise${exercise['exid']}">
16
16
              <a href="#exercise${exercise['exid']}">
17
17
                ${exercise.name}
18
18
              </a>