Ignore:
Timestamp:
30 Jan 2014, 17:11:23 (11 years ago)
Author:
Henrik Bettermann
Message:

First adjustments in students module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/studylevelpage.pt

    r10440 r11013  
    11<table class="form-table" i18n:domain="waeup.kofa">
    2   <thead>
    3   </thead>
    42  <tbody>
    53    <tal:block repeat="widget view/widgets">
     
    2018<h3 i18n:domain="waeup.kofa" i18n:translate="">Course Tickets</h3>
    2119
    22 <table class="display dataTable" i18n:domain="waeup.kofa">
    23   <thead>
    24     <tr>
    25       <th i18n:translate="">Term</th>
    26       <th i18n:translate="">Code</th>
    27       <th i18n:translate="">Title</th>
    28       <th i18n:translate="">Dep.</th>
    29       <th i18n:translate="">Fac.</th>
    30       <th i18n:translate="">Cred.</th>
    31       <th i18n:translate="">Requ.</th>
    32       <th i18n:translate="">Score</th>
    33       <th i18n:translate="">Grade</th>
    34       <th i18n:translate="">CO</th>
    35       <th i18n:translate="">Auto</th>
    36     </tr>
    37   </thead>
    38   <tbody>
    39     <tr tal:repeat="value view/translated_values" class="gradeC">
    40       <td tal:content="value/semester" nowrap>TERM</td>
    41       <td> <a tal:attributes="href value/__name__">
    42       <span tal:content="value/code">CODE</span>
    43       </a></td>
    44       <td tal:content="value/title">TITLE</td>
    45       <td tal:content="value/dcode">DEPARTMENT</td>
    46       <td tal:content="value/fcode">FACULTY</td>
    47       <td tal:content="value/credits">CREDITS</td>
    48       <td tal:content="value/mandatory">MANDATORY</td>
    49       <td tal:content="value/score|nothing">SCORE</td>
    50       <td tal:content="value/grade|nothing">GRADE</td>
    51       <td tal:content="value/carry_over">CO</td>
    52       <td tal:content="value/automatic">AUTO</td>
    53     </tr>
    54   </tbody>
    55 </table>
     20<div class="table-responsive">
     21  <table class="dataTable" i18n:domain="waeup.kofa">
     22    <thead>
     23      <tr>
     24        <th i18n:translate="">Term</th>
     25        <th i18n:translate="">Code</th>
     26        <th i18n:translate="">Title</th>
     27        <th i18n:translate="">Dep.</th>
     28        <th i18n:translate="">Fac.</th>
     29        <th i18n:translate="">Cred.</th>
     30        <th i18n:translate="">Requ.</th>
     31        <th i18n:translate="">Score</th>
     32        <th i18n:translate="">Grade</th>
     33        <th i18n:translate="">CO</th>
     34        <th i18n:translate="">Auto</th>
     35      </tr>
     36    </thead>
     37    <tbody>
     38      <tr tal:repeat="value view/translated_values">
     39        <td tal:content="value/semester" nowrap>TERM</td>
     40        <td> <a tal:attributes="href value/__name__">
     41        <span tal:content="value/code">CODE</span>
     42        </a></td>
     43        <td tal:content="value/title">TITLE</td>
     44        <td tal:content="value/dcode">DEPARTMENT</td>
     45        <td tal:content="value/fcode">FACULTY</td>
     46        <td tal:content="value/credits">CREDITS</td>
     47        <td tal:content="value/mandatory">MANDATORY</td>
     48        <td tal:content="value/score|nothing">SCORE</td>
     49        <td tal:content="value/grade|nothing">GRADE</td>
     50        <td tal:content="value/carry_over">CO</td>
     51        <td tal:content="value/automatic">AUTO</td>
     52      </tr>
     53    </tbody>
     54  </table>
     55</div>
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.