web/views/euser.py
changeset 926 6d3d693c0ad5
parent 619 9efa2cc9c02c
child 950 8ac01018f499
equal deleted inserted replaced
925:84e823429f06 926:6d3d693c0ad5
    65                    % html_escape(entity.firstname))
    65                    % html_escape(entity.firstname))
    66         emailaddr = entity.get_email()
    66         emailaddr = entity.get_email()
    67         if emailaddr:
    67         if emailaddr:
    68             self.w(u'<foaf:mbox>%s</foaf:mbox>\n' % html_escape(emailaddr))
    68             self.w(u'<foaf:mbox>%s</foaf:mbox>\n' % html_escape(emailaddr))
    69         self.w(u'</foaf:Person>\n')
    69         self.w(u'</foaf:Person>\n')
    70 
    70                    
    71 class FoafUsableView(FoafView):
       
    72     id = 'foaf_usable'
       
    73   
       
    74     def call(self):
       
    75         self.cell_call(0, 0)
       
    76             
       
    77 class EditGroups(EntityForm):
    71 class EditGroups(EntityForm):
    78     """displays a simple euser / egroups editable table"""
    72     """displays a simple euser / egroups editable table"""
    79     
    73     
    80     id = 'editgroups'
    74     id = 'editgroups'
    81     accepts = ('EUser',)
    75     accepts = ('EUser',)