Changeset 11899 for main


Ignore:
Timestamp:
29 Oct 2014, 00:34:00 (10 years ago)
Author:
uli
Message:

Cheap way to look a bit like requested in #88.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/branches/uli-crs-reg-slip/src/waeup/kwarapoly/students/browser.py

    r11898 r11899  
    279279    def _signatures(self):
    280280        return (
    281             [('I have selected the course on the advise of my Head of '
    282              'Department. <br>', _('Student\'s Signature'), '<br>')],
    283             [('This student has satisfied the department\'s requirements. '
    284              'I recommend to approve the course registration. <br>',
    285              _('Head of Department\'s Signature'), '<br>')],
    286             [('', _('Principal Assistant Registrar\'s Signature'), '<br>')],
    287             [('', _('Director\'s Signature'))]
     281            [
     282                ('', _('Student\'s Signature'), ''),
     283                ],
     284            [((
     285                    "<br/>"
     286                    + "&nbsp;" * 70 +
     287                    "<u><b><font size='14'>Certification</font></b></u><br/>"
     288                    "<br/><b><i>"
     289                    "This is to certify that ..............................."
     290                    "............................................... "
     291                    "has paid the full School Fees, duly registered and "
     292                    "therfore, is cleared to sit for examination in the "
     293                    "courses listed above."
     294                    "</i></b><br/><br/>"
     295                    ),
     296              "Institute Director\'s Signature and Official Stamp",
     297              (
     298                    "<b><u>NOTE:</u></b> This form is the property of "
     299                    "Kwara State Polytechnic, it is not transferable "
     300                    "and students must properly fill it, get it duly "
     301                    "endorsed and present it before they can be admitted "
     302                    "into Examination Venues."
     303                    )),]
    288304            )
    289305
     
    329345            signatures=self._signatures(),
    330346            topMargin=topMargin,
    331             omit_fields=self.omit_fields
     347            omit_fields=self.omit_fields,
    332348            )
    333349
Note: See TracChangeset for help on using the changeset viewer.