- Timestamp:
- 23 Aug 2021, 18:52:42 (3 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r16547 r16582 828 828 """ 829 829 websites = (('Uniben Alumni Portal', 'https://uniben-alumni.waeup.org/'), 830 ('Uniben Student Portal', 'https:// uniben.waeup.org/'),)830 ('Uniben Student Portal', 'https://waeup.uniben.edu/'),) 831 831 appl_url1 = 'https://uniben-alumni.waeup.org/applicants/tscf1/register' 832 832 appl_url2 = 'https://uniben-alumni.waeup.org/applicants/tscs1/register' -
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser_templates/applicantdisplaypage.pt
r15504 r16582 11 11 <h4 tal:condition="view/show_pastq_al"> 12 12 Download past questions 13 <a href="https:// uniben.waeup.org/documents/PastArts/file.pdf"13 <a href="https://waeup.uniben.edu/documents/PastArts/file.pdf" 14 14 i18n:translate=""> 15 15 'Arts And Law' … … 20 20 <h4 tal:condition="view/show_pastq_bs"> 21 21 Download past questions 22 <a href="https:// uniben.waeup.org/documents/PastBio/file.pdf"22 <a href="https://waeup.uniben.edu/documents/PastBio/file.pdf" 23 23 i18n:translate=""> 24 24 'Biological Sciences' … … 29 29 <h4 tal:condition="view/show_pastq_eps"> 30 30 Download past questions 31 <a href="https:// uniben.waeup.org/documents/PastPSC/file.pdf"31 <a href="https://waeup.uniben.edu/documents/PastPSC/file.pdf" 32 32 i18n:translate=""> 33 33 'Engineering And Physical Sciences' … … 38 38 <h4 tal:condition="view/show_pastq_mss"> 39 39 Download past questions 40 <a href="https:// uniben.waeup.org/documents/PastSSC/file.pdf"40 <a href="https://waeup.uniben.edu/documents/PastSSC/file.pdf" 41 41 i18n:translate=""> 42 42 'Management And Social Sciences' … … 47 47 <h4 tal:condition="view/show_pastq_pude"> 48 48 Download 49 <a href="https:// uniben.waeup.org/documents/PastPUDE/file.pdf"49 <a href="https://waeup.uniben.edu/documents/PastPUDE/file.pdf" 50 50 i18n:translate=""> 51 51 'PUDE Past Questions'
Note: See TracChangeset for help on using the changeset viewer.