- Timestamp:
- 8 Dec 2011, 08:38:02 (13 years ago)
- 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 20 20 <tr> 21 21 <th> </th> 22 <th>Sem.</th> 22 23 <th>Code</th> 23 24 <th>Title</th> … … 35 36 tal:condition="not: value/core_or_elective" /> 36 37 </td> 38 <td tal:content="value/semester">SEMESTER</td> 37 39 <td> <a tal:attributes="href value/__name__"> 38 40 <span tal:content="value/code">CODE</span> -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelmanagepage.pt
r6806 r7310 62 62 <tr> 63 63 <th> </th> 64 <th>Sem.</th> 64 65 <th>Code</th> 65 66 <th>Title</th> … … 74 75 <tbody> 75 76 <tr tal:repeat="value context/values"> 76 77 <td> 77 78 <input type="checkbox" name="val_id" 78 79 tal:attributes="value value/__name__" /> 79 80 </td> 81 <td tal:content="value/semester">SEMESTER</td> 80 82 <td> <a tal:attributes="href value/__name__"> 81 83 <span tal:content="value/code">CODE</span> -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelpage.pt
r6806 r7310 33 33 <h3>Course Tickets</h3> 34 34 35 <table class=" zebra">35 <table class="display dataTable" > 36 36 <thead> 37 37 <tr> 38 <th>Semester</th> 38 39 <th>Code</th> 39 40 <th>Title</th> … … 48 49 <tbody> 49 50 <tr tal:repeat="value context/values"> 51 <td tal:content="value/semester">SEMESTER</td> 50 52 <td> <a tal:attributes="href value/__name__"> 51 53 <span tal:content="value/code">CODE</span>
Note: See TracChangeset for help on using the changeset viewer.