From 81e79622c1a25110991d61bffa833bef4b68b673 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Tue, 2 Sep 2014 17:33:42 -0300 Subject: [PATCH] edução de favoritos --- wscacicneo/__init__.py | 2 +- wscacicneo/templates/favoritos.pt | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 wscacicneo/templates/favoritos.pt diff --git a/wscacicneo/__init__.py b/wscacicneo/__init__.py index 457c387..4030093 100644 --- a/wscacicneo/__init__.py +++ b/wscacicneo/__init__.py @@ -51,7 +51,7 @@ def main(global_config, **settings): config.add_route('post_user', 'post_user') config.add_route('put_user', 'put_user') config.add_route('edituser', 'editar/user/{matricula}') - config.add_route('favoritos', 'editar/user/favoritos') + config.add_route('favoritos', 'editar/favoritos') # config.add_route('list', 'list') config.add_route('gestao', 'gestao') diff --git a/wscacicneo/templates/favoritos.pt b/wscacicneo/templates/favoritos.pt new file mode 100644 index 0000000..6075b48 --- /dev/null +++ b/wscacicneo/templates/favoritos.pt @@ -0,0 +1,70 @@ + + +
+
+
+
Editar
+
+ +
+
+
+
+
+ +
    +
  • + Cadastro Órgãos +
  • + Lista Órgãos +
  • + Cadastro Usuarios +
  • + Lista de Usuarios +
  • + Relatorios +
  • + Graficos +
  • + Questionar Coleta +
  • + Notificações da Coleta +
+
+
+
+
+
+
+
+
Favoritos
+
+ +
+
+
+
+
+ +
    +
+
+
+
+
+
+ + + +
-- libgit2 0.21.2