view.py
branchstable
changeset 2217 3a8cee8f8778
parent 2207 5fad58e603f4
child 2312 af4d8f75c5db
equal deleted inserted replaced
2216:b44b06520ddc 2217:3a8cee8f8778
    17 from cubicweb import NotAnEntity
    17 from cubicweb import NotAnEntity
    18 from cubicweb.selectors import yes, non_final_entity, nonempty_rset, none_rset
    18 from cubicweb.selectors import yes, non_final_entity, nonempty_rset, none_rset
    19 from cubicweb.selectors import require_group_compat, accepts_compat
    19 from cubicweb.selectors import require_group_compat, accepts_compat
    20 from cubicweb.appobject import AppRsetObject
    20 from cubicweb.appobject import AppRsetObject
    21 from cubicweb.utils import UStringIO, HTMLStream
    21 from cubicweb.utils import UStringIO, HTMLStream
    22 
    22 from cubicweb.schema import display_name
    23 
    23 
    24 # robots control
    24 # robots control
    25 NOINDEX = u'<meta name="ROBOTS" content="NOINDEX" />'
    25 NOINDEX = u'<meta name="ROBOTS" content="NOINDEX" />'
    26 NOFOLLOW = u'<meta name="ROBOTS" content="NOFOLLOW" />'
    26 NOFOLLOW = u'<meta name="ROBOTS" content="NOFOLLOW" />'
    27 
    27