Changeset 9381 for main/kofacustom.nigeria/trunk/src/kofacustom
- Timestamp:
- 22 Oct 2012, 07:30:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/viewlets.py
r9377 r9381 228 228 download_name = u'alr_scan' 229 229 230 # JAMB Letter/Certificate230 # Certificate 231 231 232 232 class CertificateDisplay(FileDisplay): 233 """ JAMB Letter/Certificate display viewlet.233 """Certificate display viewlet. 234 234 """ 235 235 grok.order(9) 236 label = _(u' JAMB Letter/Certificate')237 title = _(u' JAMB Letter/Certificate')236 label = _(u'Certificate') 237 title = _(u'Certificate') 238 238 download_name = u'cert' 239 239 … … 242 242 243 243 class CertificateUpload(FileUpload): 244 """ JAMB Letter/Certificate upload viewlet.244 """Certificate upload viewlet. 245 245 """ 246 246 grok.order(9) 247 label = _(u' JAMB Letter/Certificate')248 title = _(u' JAMB Letter/Certificate Scan')247 label = _(u'Certificate') 248 title = _(u'Certificate Scan') 249 249 mus = 1024 * 150 250 250 download_name = u'cert' 251 251 252 252 class CertificateImage(Image): 253 """Renders JAMB Letter/Certificate scan.253 """Renders Certificate scan. 254 254 """ 255 255 grok.name('cert') … … 508 508 download_name = u'stat_dec' 509 509 510 # Affidavit of Non-Menbership of Secret Cults511 512 class SecrCultsStatementDisplay(FileDisplay):513 """Affidavit of Non-Menbership of Secret Cults display viewlet.514 """515 grok.order(18)516 label = _(u'Affidavit of Non-Menbership of Secret Cults')517 title = _(u'Affidavit of Non-Menbership of Secret Cults')518 download_name = u'secr_cults'519 520 class SecrCultsStatementSlip(SecrCultsStatementDisplay):521 grok.view(ExportPDFClearanceSlipPage)522 523 class SecrCultsStatementUpload(FileUpload):524 """Affidavit of Non-Menbership of Secret Cults upload viewlet.525 """526 grok.order(18)527 label = _(u'Affidavit of Non-Menbership of Secret Cults')528 title = _(u'Affidavit of Non-Menbership of Secret Cults Scan')529 mus = 1024 * 150530 download_name = u'secr_cults'531 532 class ResultStatementImage(Image):533 """Renders Affidavit of Non-Menbership of Secret Cults scan.534 """535 grok.name('secr_cults')536 download_name = u'secr_cults'537 538 510 # Letter of Admission (PG Students only) 539 511 … … 541 513 """Letter of Admission display viewlet. 542 514 """ 543 grok.order(1 9)515 grok.order(18) 544 516 label = _(u'Letter of Admission') 545 517 title = _(u'Letter of Admission') … … 552 524 """Letter of Admission upload viewlet. 553 525 """ 554 grok.order(1 9)526 grok.order(18) 555 527 label = _(u'Letter of Admission') 556 528 title = _(u'Letter of Admission Scan')
Note: See TracChangeset for help on using the changeset viewer.