Ignore:
Timestamp:
8 Dec 2011, 08:38:02 (13 years ago)
Author:
Henrik Bettermann
Message:

Export course registration slip on two pages.
Set columns width of each column.
Show semester on all course registration view.

ToDo?: Sort course tickets by semester on course registration slip.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studyleveleditpage.pt

    r6808 r7310  
    2020    <tr>
    2121      <th>&nbsp;</th>
     22      <th>Sem.</th>
    2223      <th>Code</th>
    2324      <th>Title</th>
     
    3536        tal:condition="not: value/core_or_elective" />
    3637      </td>
     38      <td tal:content="value/semester">SEMESTER</td>
    3739      <td> <a tal:attributes="href value/__name__">
    3840      <span tal:content="value/code">CODE</span>
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelmanagepage.pt

    r6806 r7310  
    6262    <tr>
    6363      <th>&nbsp;</th>
     64      <th>Sem.</th>
    6465      <th>Code</th>
    6566      <th>Title</th>
     
    7475  <tbody>
    7576    <tr tal:repeat="value context/values">
    76        <td>
     77      <td>
    7778        <input type="checkbox" name="val_id"
    7879                  tal:attributes="value value/__name__" />
    7980      </td>
     81      <td tal:content="value/semester">SEMESTER</td>
    8082      <td> <a tal:attributes="href value/__name__">
    8183      <span tal:content="value/code">CODE</span>
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelpage.pt

    r6806 r7310  
    3333<h3>Course Tickets</h3>
    3434
    35 <table class="zebra">
     35<table class="display dataTable" >
    3636  <thead>
    3737    <tr>
     38      <th>Semester</th>
    3839      <th>Code</th>
    3940      <th>Title</th>
     
    4849  <tbody>
    4950    <tr tal:repeat="value context/values">
     51      <td tal:content="value/semester">SEMESTER</td>
    5052      <td> <a tal:attributes="href value/__name__">
    5153      <span tal:content="value/code">CODE</span>
Note: See TracChangeset for help on using the changeset viewer.