~ubuntu-branches/ubuntu/trusty/schooltool.lyceum.journal/trusty-proposed

« back to all changes in this revision

Viewing changes to src/schooltool/lyceum/journal/browser/templates/journal.pt

  • Committer: Gediminas Paulauskas
  • Date: 2013-10-10 17:57:54 UTC
  • mto: (26.1.1 schooltool.lyceum.journal)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: menesis@pov.lt-20131010175754-zs6peynqx637imn1
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
          tal:attributes="href context/++resource++journal_non_ie.css" />
16
16
  <!--<![endif]-->
17
17
  <script tal:content="string: var here = '${context/@@absolute_url}/';"/>
18
 
  <script language="javascript" type="text/javascript"
19
 
          tal:attributes="src string:${context/@@absolute_url}/@@journal.js">
20
 
  </script>
21
18
</tal:block>
22
19
 
23
20
<metal:block metal:fill-slot="content-header">
69
66
  </form>
70
67
</div>
71
68
 
72
 
<div class="gradebook_legend">
73
 
  <h3 i18n:translate="">Legend</h3>
74
 
  <table>
75
 
    <tr>
76
 
      <th i18n:translate="" colspan="2">Attendance / grade</th>
77
 
    </tr>
78
 
    <tr tal:repeat="item view/getLegendItems">
79
 
      <td tal:content="item/value" />
80
 
      <td tal:content="item/description" />
81
 
    </tr>
82
 
  </table>
83
 
</div>
84
 
 
85
69
</metal:block>
86
70
</html>