cubicweb/tags.py
changeset 12786 8a1b7aaf8309
parent 11767 432f87a63057
equal deleted inserted replaced
12785:a9025212ce0c 12786:8a1b7aaf8309
    45 h4 = tag('h4')
    45 h4 = tag('h4')
    46 h5 = tag('h5')
    46 h5 = tag('h5')
    47 tr = tag('tr')
    47 tr = tag('tr')
    48 th = tag('th')
    48 th = tag('th')
    49 td = tag('td')
    49 td = tag('td')
       
    50 ul = tag('ul', escapecontent=False)
       
    51 ol = tag('ol', escapecontent=False)
       
    52 li = tag('li')
       
    53 i = tag('i')
       
    54 q = tag('q')
    50 iframe = tag('iframe')
    55 iframe = tag('iframe')
    51 
    56 
    52 def select(name, id=None, multiple=False, options=[], **attrs):
    57 def select(name, id=None, multiple=False, options=[], **attrs):
    53     if multiple:
    58     if multiple:
    54         attrs['multiple'] = 'multiple'
    59         attrs['multiple'] = 'multiple'