- Timestamp:
- 29 Aug 2019, 05:52:27 (5 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicantcheckstatus.pt
r13422 r15570 33 33 </form> 34 34 35 < divtal:condition="view/result" i18n:domain="waeup.kofa">35 <p tal:condition="view/result" i18n:domain="waeup.kofa"> 36 36 <br /> 37 37 <tal:admitted condition="view/admitted"> 38 < pi18n:translate="app_admitted">38 <span i18n:translate="app_admitted"> 39 39 <strong>Congratulations <span tal:replace="view/applicant/display_fullname"></span></strong> 40 40 <br /><br /> … … 42 42 admission into the <span i18n:name="entry_session" tal:replace="view/entry_session"></span> 43 43 Academic Session of <span i18n:name="app_title" tal:replace="layout/getAppTitle"></span>. 44 </ p>44 </span> 45 45 </tal:admitted> 46 46 <tal:created condition="view/created"> 47 <p i18n:translate="appl_created"> 48 Your student record has already been created for you. Your new 49 user name (= student id) is: <strong><span i18n:name="student_id" 47 <span i18n:translate="appl_created"> 48 Your student record has been created. 49 <br /><br /> 50 Proceed to the <a i18n:name="login_url" 51 tal:attributes="href python: view.url(layout.site, 'login')">login form</a>, 52 enter your new login credentials and change your password immediately after login. 53 Your new user name i.e. student id is: <strong><span i18n:name="student_id" 50 54 tal:replace="view/student_id">STUDENT_ID</span></strong>. 51 55 Your initial password is: <strong><span i18n:name="appl_number" 52 56 tal:replace="view/password">PASSWORD</span></strong>. 53 Please proceed to the <a i18n:name="login_url" 54 tal:attributes="href python: view.url(layout.site, 'login')">login form</a>, 55 enter your new login credentials and change your password immediately after login. 56 </p> 57 <br /><br /> 58 Please you are expected to pay your acceptance fee to 59 start your online clearance process. 60 <br /><br /> 61 Thank you. 62 </span> 57 63 </tal:created> 58 64 59 65 <tal:notadmitted condition="view/not_admitted"> 60 < pi18n:translate="">66 <span i18n:translate=""> 61 67 Sorry, you have not been offered admission. 62 </ p>68 </span> 63 69 </tal:notadmitted> 64 70 65 71 <tal:submitted condition="view/submitted"> 66 < pi18n:translate="">72 <span i18n:translate=""> 67 73 Your submitted application is being processed. 68 </ p>74 </span> 69 75 </tal:submitted> 70 76 71 77 <tal:notsubmitted condition="view/not_submitted"> 72 < pi18n:translate="">78 <span i18n:translate=""> 73 79 You have not yet submitted your application. 74 </ p>80 </span> 75 81 </tal:notsubmitted> 76 82 77 </ div>83 </p> -
main/waeup.aaue/trunk/src/waeup/aaue/locales/en/LC_MESSAGES/waeup.kofa.po
r15540 r15570 98 98 msgid "appl_created" 99 99 msgstr "" 100 "Your student record has already been created for you and you can start your "101 "online clearance process. Please proceed to the ${login_url}, enter your new "102 "login credentials and change your password immediately after login. Your new "103 "user name (= student id) is: <strong>${student_id}</strong>. Your initial "104 "password is: <strong>${appl_number}</strong>. Thank you."105 100 106 101 #: waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt:5
Note: See TracChangeset for help on using the changeset viewer.