Changeset 16076
- Timestamp:
- 27 Apr 2020, 19:07:45 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser_templates/applicanteditpage.pt
r16075 r16076 33 33 </td> 34 34 <td> 35 <input id="filterbox" class="kofa-filterbox form-control half" 36 placeholder="Enter search text, then select course below." 37 type="text" i18n:translate=""/> 38 <br /> 39 <select id="filteredselect" name="custom.course1" 40 class="form-control" size=5> 41 <option tal:repeat="item python:view.getCerts('course1')" 42 tal:attributes="value item/code; selected item/selected"> 43 <span tal:replace="item/title">TITLE</span> 44 </option> 45 </select> 35 </td> 36 <td> 37 </tr> 38 <tr> 39 <td colspan=2> 40 <input id="filterbox" class="kofa-filterbox form-control half" 41 placeholder="Enter search text, then select course below." 42 type="text" i18n:translate=""/> 43 <select id="filteredselect" name="custom.course1" 44 class="form-control" size=5> 45 <option tal:repeat="item python:view.getCerts('course1')" 46 tal:attributes="value item/code; selected item/selected"> 47 <span tal:replace="item/title">TITLE</span> 48 </option> 49 </select> 46 50 </td> 47 51 </tr> … … 51 55 </td> 52 56 <td> 53 <input id="filterbox" class="kofa-filterbox form-control half" 54 placeholder="Enter search text, then select course below." 55 type="text" i18n:translate=""/> 56 <br /> 57 <select id="filteredselect" name="custom.course2" 58 class="form-control" size=5> 59 <option tal:repeat="item python:view.getCerts('course2')" 60 tal:attributes="value item/code; selected item/selected"> 61 <span tal:replace="item/title">TITLE</span> 62 </option> 63 </select> 64 </td> 65 </tr> 57 </td> 58 <td> 59 </tr> 60 <tr> 61 <td colspan=2> 62 <input id="filterbox" class="kofa-filterbox form-control half" 63 placeholder="Enter search text, then select course below." 64 type="text" i18n:translate=""/> 65 <select id="filteredselect" name="custom.course2" 66 class="form-control" size=5> 67 <option tal:repeat="item python:view.getCerts('course2')" 68 tal:attributes="value item/code; selected item/selected"> 69 <span tal:replace="item/title">TITLE</span> 70 </option> 71 </select> 72 </td> 73 </tr> 74 <tr> 66 75 67 76 <tr> … … 153 162 and not view.manage_applications"> 154 163 <br /> 155 Note: Your admission will not be processed until at least 2 of your expected 156 3 referees have returned their assessment, while awaiting the 3rd referee, and 157 until your transcript has been sent to the address below:<br /><br /> 164 Note: <br /> 165 Your admission will not be processed until your transcript has been 166 sent to the address below:<br /><br /> 167 158 168 The Office of the Secretary<br /> 159 169 School of Post Graduate Studies & Research (Main Campus)<br /> 160 170 Igbinedion University, Okada<br /> 161 171 Edo State, Nigeria<br /><br /> 172 173 Your admission will not be processed until at least 2 of your expected 174 3 referees have returned their assessment, while awaiting the 3rd referee. 175 <br /><br /> 176 162 177 </p> 163 178
Note: See TracChangeset for help on using the changeset viewer.