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