Changeset 13366 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 31 Oct 2015, 06:36:51 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt
r13365 r13366 39 39 <p i18n:translate=""> 40 40 <strong>Congratulations!</strong> You have been offered provisional 41 admission into the <span tal:replace="view/entry_session"></span>42 Academic Session of <span tal:replace="layout/getAppTitle"></span>.41 admission into the <span i18n:name="entry_session" tal:replace="view/entry_session"></span> 42 Academic Session of <span i18n:name="app_title" tal:replace="layout/getAppTitle"></span>. 43 43 </p> 44 44 <span tal:condition="view/course_admitted"> … … 70 70 <p i18n:translate=""> 71 71 Your student record has already been created for you. Your new 72 user name (= student id) is: <strong><span tal:replace="view/student_id">STUDENT_ID</span></strong>. 73 Your initial password is: <strong><span tal:replace="view/password">PASSWORD</span></strong>. 74 Please proceed to the <a tal:attributes="href python: view.url(layout.site, 'login')">login form</a>, 72 user name (= student id) is: <strong><span i18n:name="student_id" 73 tal:replace="view/student_id">STUDENT_ID</span></strong>. 74 Your initial password is: <strong><span i18n:name="password" 75 tal:replace="view/password">PASSWORD</span></strong>. 76 Please proceed to the <a i18n:name="login_url" 77 tal:attributes="href python: view.url(layout.site, 'login')">login form</a>, 75 78 enter your new login credentials and change your password immediately after login. 76 79 </p> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/prefillcontainer.pt
r13232 r13366 15 15 <br /> 16 16 <label i18n:translate=""> 17 Pre-fill '<span tal:replace="context/code">CODE</span>' container with17 Pre-fill '<span i18n:name="code" tal:replace="context/code">CODE</span>' container with 18 18 </label> 19 19 <select id="number" name="number" class="form-control half">
Note: See TracChangeset for help on using the changeset viewer.