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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/subjectmenu.html

Merged from new-dispatch branch.
This branch is now a child of new-dispatch (until that branch is merged with
    trunk).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
 
      xmlns:xi="http://www.w3.org/2001/XInclude"
3
 
      xmlns:py="http://genshi.edgewall.org/" py:strip="">
4
 
  <head foo="bar" py:strip="">
 
2
      xmlns:py="http://genshi.edgewall.org/">
 
3
  <head>
5
4
    <title>Tutorial - Subject Menu</title>
6
5
  </head>
7
 
  <body class="innerbody" py:strip="">
8
 
  
 
6
  <body>
9
7
    <div id="ivle_padding">
10
8
      <h1>IVLE Tutorials - ${subject}</h1>
11
9
      <h2>Worksheets</h2>
12
10
      <ul id="tutorial-toc">
13
11
        <py:for each="worksheet in worksheets">
14
12
          <li>
15
 
            <a href="${worksheet.loc}">${worksheet.name}</a>
 
13
            <!-- XXX: Generate URL properly! -->
 
14
            <a href="/subjects/${subject}/+worksheets/${worksheet.id}">${worksheet.name}</a>
16
15
            <py:if test="worksheet.assessable">
17
16
              <ul>
18
17
                <li class="${worksheet.complete_class}">