Changeset 7449 for main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates
- Timestamp:
- 11 Jan 2012, 09:49:58 (13 years ago)
- Location:
- main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates/studenthistory.pt
r7447 r7449 3 3 tal:content="view/label">Label</h2> 4 4 5 <div class="alert-message block-message success"> 6 <font face="Courier"> 5 <div class="workflow"> 7 6 <div tal:repeat="msg context/history/messages"> 8 <span tal:replace="msg">message</span> 7 <span tal:replace="msg">message</span><br /> 9 8 </div> 10 </font>11 9 </div> -
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates/studyleveleditpage.pt
r7447 r7449 30 30 </thead> 31 31 <tbody> 32 <tr tal:repeat="value context/values" >32 <tr tal:repeat="value context/values" class="gradeC"> 33 33 <td> 34 34 <input type="checkbox" name="val_id" -
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates/studylevelmanagepage.pt
r7447 r7449 72 72 </thead> 73 73 <tbody> 74 <tr tal:repeat="value context/values" >74 <tr tal:repeat="value context/values" class="gradeC"> 75 75 <td> 76 76 <input type="checkbox" name="val_id" -
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates/studylevelpage.pt
r7447 r7449 30 30 <h3>Course Tickets</h3> 31 31 32 <table class="display dataTable" 32 <table class="display dataTable"> 33 33 <thead> 34 34 <tr> … … 45 45 </thead> 46 46 <tbody> 47 <tr tal:repeat="value context/values" >47 <tr tal:repeat="value context/values" class="gradeC"> 48 48 <td tal:content="value/semester">SEMESTER</td> 49 49 <td> <a tal:attributes="href value/__name__">
Note: See TracChangeset for help on using the changeset viewer.