tags.py
branchstable
changeset 6048 4695b1ee58a0
parent 5424 8ecbcbff9777
child 6140 65a619eb31c4
equal deleted inserted replaced
6046:3fd4a34c4a09 6048:4695b1ee58a0
    46 h4 = tag('h4')
    46 h4 = tag('h4')
    47 h5 = tag('h5')
    47 h5 = tag('h5')
    48 tr = tag('tr')
    48 tr = tag('tr')
    49 th = tag('th')
    49 th = tag('th')
    50 td = tag('td')
    50 td = tag('td')
       
    51 iframe = tag('iframe')
    51 
    52 
    52 def select(name, id=None, multiple=False, options=[], **attrs):
    53 def select(name, id=None, multiple=False, options=[], **attrs):
    53     if multiple:
    54     if multiple:
    54         attrs['multiple'] = 'multiple'
    55         attrs['multiple'] = 'multiple'
    55     if id:
    56     if id: