コード例 #1
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, '/catalog/templates/base_ajax.htm', _template_uri)
コード例 #2
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u"/main.html", _template_uri)
コード例 #3
0
ファイル: eventlist.mak.py プロジェクト: gutch/OSTacct
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'local:templates.master', _template_uri)
コード例 #4
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'/webapps/galaxy/base_panels.mako', _template_uri)
コード例 #5
0
ファイル: base_panels.mako.py プロジェクト: yangnaisu/mgescan
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'/base/base_panels.mako', _template_uri)
コード例 #6
0
ファイル: runners.mako.py プロジェクト: yetty/DevContest
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u"/admin/base.mako", _template_uri)
コード例 #7
0
ファイル: tag.tmpl.py プロジェクト: Mackiwg/nzcommons-static
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, 'list_post.tmpl', _template_uri)
コード例 #8
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, 'app_base.html', _template_uri)
コード例 #9
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, '/homepage/templates/base.htm',
                                 _template_uri)
コード例 #10
0
ファイル: tag.tmpl.py プロジェクト: Henrilin28/blog_nikola
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, 'list_post.tmpl', _template_uri)
コード例 #11
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, 'local:templates.master',
                                 _template_uri)
コード例 #12
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, 'root.mako', _template_uri)
コード例 #13
0
ファイル: manage.html.py プロジェクト: ishida83/let
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'/layouts/content.html',
                                 _template_uri)
コード例 #14
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'/display_base.mako', _template_uri)
コード例 #15
0
ファイル: venue.html.py プロジェクト: cpett/colonialhf
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, "/homepage/templates/base.htm", _template_uri)
コード例 #16
0
ファイル: show.mako.py プロジェクト: udoprog/battleplan
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u"/layout/reports.mako", _template_uri)
コード例 #17
0
ファイル: stat_bw.html.py プロジェクト: hc990/dss
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'/layouts/content.html', _template_uri)
コード例 #18
0
ファイル: index.html.py プロジェクト: Scub3d/WtrServers
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'dashboard.html', _template_uri)
コード例 #19
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'root.mako', _template_uri)
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'printable.htmllite', _template_uri)
コード例 #21
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'/base/index.html', _template_uri)
コード例 #22
0
ファイル: show.mako.py プロジェクト: udoprog/battleplan
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, u'/layout/solarsystems.mako', _template_uri)
コード例 #23
0
ファイル: areas.html.py プロジェクト: derekbrimley/Colonial
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, 'base.htm', _template_uri)
コード例 #24
0
def _mako_inherit(template, context):
    _mako_generate_namespaces(context)
    return runtime._inherit_from(context, '/account/templates/base_ajax.htm', _template_uri)