Exemplo n.º 1
0
 def table_template(self):
     return get_handlebars_template(os.path.join(os.path.dirname(__file__),
                                                 'templates',
                                                 'table.html'))
Exemplo n.º 2
0
 def task_reminder_vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.task.browser.vue_templates',
                           'task_reminder_selector.html'))
Exemplo n.º 3
0
 def task_reminder_vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.task.browser.vue_templates',
                           'task_reminder_selector.html'))
Exemplo n.º 4
0
 def table_template(self):
     return get_handlebars_template(
         os.path.join(os.path.dirname(__file__), 'templates', 'table.html'))
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.base.viewlets',
                           'recently_touched_menu.html'))
Exemplo n.º 6
0
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.base.browser',
                           'templates/favorites_list.html'))
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.document.browser',
                           'templates/save_pdf_under.html'))
Exemplo n.º 8
0
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.meeting.browser.meetings',
                           'templates/demand_zip.html'))
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.document.browser',
                           'templates/save_pdf_under.html'))
Exemplo n.º 10
0
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.base.viewlets',
                           'recently_touched_menu.html'))
Exemplo n.º 11
0
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.base.viewlets',
                           'favorites_menu.html'))
Exemplo n.º 12
0
 def test_get_template(self):
     template = handlebars.get_handlebars_template(SIMPLE_TEMPLATE)
     self.assertIn('<div class="foo">%(foo)s</div>', template)
     self.assertIn('<div class="bar">%(bar)s</div>', template)
Exemplo n.º 13
0
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.sharing.browser',
                           'templates/sharing.html'))
Exemplo n.º 14
0
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.base.browser',
                           'templates/favorites_list.html'))
Exemplo n.º 15
0
 def vuejs_template(self):
     return get_handlebars_template(
         resource_filename('opengever.sharing.browser',
                           'templates/sharing.html'))