equal
deleted
inserted
replaced
23 from time import strftime, localtime |
23 from time import strftime, localtime |
24 |
24 |
25 from logilab.mtconverter import xml_escape |
25 from logilab.mtconverter import xml_escape |
26 |
26 |
27 from cubicweb import BadConnectionId |
27 from cubicweb import BadConnectionId |
28 from cubicweb.selectors import none_rset, match_user_groups |
28 from cubicweb.predicates import none_rset, match_user_groups |
29 from cubicweb.view import StartupView |
29 from cubicweb.view import StartupView |
30 from cubicweb.web.views import actions, tabs |
30 from cubicweb.web.views import actions, tabs |
31 |
31 |
32 def dict_to_html(w, dict): |
32 def dict_to_html(w, dict): |
33 # XHTML doesn't allow emtpy <ul> nodes |
33 # XHTML doesn't allow emtpy <ul> nodes |