equal
deleted
inserted
replaced
390 from cubicweb.web.views.wdoc import ChangeLogView |
390 from cubicweb.web.views.wdoc import ChangeLogView |
391 self.w(u'<a href="%s">%s</a> | ' % (req.build_url('changelog'), |
391 self.w(u'<a href="%s">%s</a> | ' % (req.build_url('changelog'), |
392 req._(ChangeLogView.title).lower())) |
392 req._(ChangeLogView.title).lower())) |
393 self.w(u'<a href="%s">%s</a> | ' % (req.build_url('doc/about'), |
393 self.w(u'<a href="%s">%s</a> | ' % (req.build_url('doc/about'), |
394 req._('about this site'))) |
394 req._('about this site'))) |
395 self.w(u'© 2001-2009 <a href="http://www.logilab.fr">Logilab S.A.</a>') |
395 self.w(u'<a href="http://www.cubicweb.org">%s</a>' % req._('powered by CubicWeb')) |
396 self.w(u'</div>') |
396 self.w(u'</div>') |
397 |
397 |
398 |
398 |
399 class HTMLContentHeader(View): |
399 class HTMLContentHeader(View): |
400 """default html page content header: |
400 """default html page content header: |