~aelkner/schooltool/schooltool.lyceum.journal_october_release

« back to all changes in this revision

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

  • Committer: Ignas Mikalajūnas
  • Date: 2009-04-16 13:54:12 UTC
  • Revision ID: ignas@pov.lt-20090416135412-9dojn8kj5sj6h6vf
Removed lesson descriptions from the journal views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
<div class="gradebook_content">
32
32
  <form action="." method="post" tal:attributes="action request/URL">
33
33
 
34
 
    <div class="lesson-description">
35
 
      <tal:block condition="request/event_id|nothing"
36
 
                 define="meeting view/selectedEvent">
37
 
        <table>
38
 
          <tr>
39
 
            <td i18n:translate="">
40
 
                Personal lesson description for
41
 
                <tal:block i18n:name="date" content="meeting/dtstart/@@shortDate" />
42
 
                period
43
 
                <tal:block i18n:name="period" content="meeting/period_id" />
44
 
            </td>
45
 
            <td i18n:translate="">
46
 
                Public lesson description for
47
 
                <tal:block i18n:name="date" content="meeting/dtstart/@@shortDate" />
48
 
                period
49
 
                <tal:block i18n:name="period" content="meeting/period_id" />
50
 
            </td>
51
 
          </tr>
52
 
          <tr>
53
 
            <td>
54
 
              <tal:block tal:content="structure view/teacher_description_widget" />
55
 
            </td>
56
 
            <td>
57
 
              <tal:block tal:content="structure view/public_description_widget" />
58
 
            </td>
59
 
          </tr>
60
 
        </table>
61
 
      </tal:block>
62
 
    </div>
63
 
 
64
34
    <input tal:condition="request/month|nothing"
65
35
           type="hidden"
66
36
           name="month"
73
43
           type="hidden"
74
44
           name="student"
75
45
           tal:attributes="value request/student" />
76
 
           
 
46
 
77
47
    <div class="month_tabs">
78
48
      <tal:loop repeat="month_id view/monthsInSelectedTerm">
79
49
        <span class="inactive_tab"