%from chcko.chcko.auth import with_email_verification %if 'email' in self.request.params: % emailval=self.request.params['email'] %else: % emailval='' %end %def fieldme(tme,what,wvalue,wtype='text'):