Created
November 24, 2015 14:09
-
-
Save filipevarjao/d08107773a7f534a0309 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="stylesheet" type="text/css" href="/static/css/portal/style.css"> | |
| <!-- <script type="text/javascript" src="/static/js/ckeditor/jquery.min.js"></script> | |
| <script type="text/javascript" src="/static/ckeditor/ckeditor/ckeditor.js"></script> | |
| <script type="text/javascript" src="/static/ckeditor/ckeditor-init.js"></script> | |
| --> | |
| <link rel="stylesheet" type="text/css"href="/static/datatable/jquery.dataTables.min.css"/> | |
| <script src="/static/datatable/jquery-1.11.3.min.js"></script> | |
| <script type="text/javascript" charset="utf-8" src="/static/datatable/jquery.dataTables.min.js"></script> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { | |
| var oTable = $('#example').dataTable( { | |
| "order": [[ 0, "asc" ]], | |
| } ); | |
| } ); | |
| </script> | |
| <script type="text/javascript"> | |
| function back(){ | |
| window.history.back(); | |
| } | |
| </script> | |
| <!DOCTYPE html> | |
| <html lang="pt-br"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <meta name="author" content=""> | |
| <link rel="icon" href="/static/portal/img/chatterie_ico.png"> | |
| <title>Chatterie</title> | |
| <script src="/static/lib/jquery-2.1.4.min.js"></script> | |
| <!-- Bootstrap core CSS --> | |
| <link href="/static/lib/bootstrap-334/css/bootstrap.min.css" rel="stylesheet"> | |
| <link href="/static/css/style.css"rel="stylesheet"> | |
| <!-- hover lib --> | |
| <link href="/static/lib/hover/hover.css" rel="stylesheet" media="all"> | |
| <!-- Jquery_mmenu --> | |
| <script src="/static/lib/jQuery.mmenu-master/js/jquery.mmenu.min.all.js" type="text/javascript"></script> | |
| <link href="/static/lib/jQuery.mmenu-master/css/jquery.mmenu.all.css" type="text/css" rel="stylesheet" /> | |
| <!-- script --> | |
| <script src="/static/js/scripts.js"></script> | |
| </head> | |
| <body> | |
| <div align="right"> | |
| <p>admin | <a href="/logout">Sair</a></p> | |
| </div> | |
| <div class="container"> | |
| <div class="row"> | |
| <center><div id="marca"><img src="/static/portal/img/Chatterie-finalizada.png"></center> | |
| </div> | |
| <div class="row"> | |
| <nav class="menu titulo"> | |
| <ul> | |
| <li ><a href="/administracao/" class="hvr-underline-from-left">Clínica</a></li> | |
| <li ><a href="#" class="hvr-underline-from-left">Shop</a></li> | |
| <li ><a href="/portal/lista-de-noticias" class="hvr-underline-from-left">News</a></li> | |
| <li ><a href="/portal/lista-de-contatos" class="hvr-underline-from-left">Contato</a></li> | |
| </ul> | |
| </nav> | |
| </div> | |
| <center> | |
| <h4>Contatos</h4><br> | |
| <table id="example" class="display" cellspacing="0" width="100%"> | |
| <thead> | |
| <th>Nome</th> | |
| <th>Status</th> | |
| <th>Data</th> | |
| <th>Assunto</th> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td><a href="/portal/contact/1">Contato test</a></td> | |
| <td>Pendente</td> | |
| <td>Nov. 11, 2015</td> | |
| <td>Cão e Gato</td> | |
| </tr> | |
| <tr> | |
| <td><a href="/portal/contact/2">Teste 2</a></td> | |
| <td>Pendente</td> | |
| <td>Nov. 11, 2015</td> | |
| <td>Teste contato</td> | |
| </tr> | |
| <tr> | |
| <td><a href="/portal/contact/3">Teste</a></td> | |
| <td>Pendente</td> | |
| <td>Nov. 16, 2015</td> | |
| <td>Teste</td> | |
| </tr> | |
| <tr> | |
| <td><a href="/portal/contact/4">Nome Teste</a></td> | |
| <td>Finalizado</td> | |
| <td>Nov. 18, 2015</td> | |
| <td>Teste</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </center> | |
| <!-- FOOTER --> | |
| </div> | |
| <!-- footer--> | |
| <div id="my-footer"> | |
| <div id="catmaps"> | |
| <div class="container"> | |
| <center><img src="/static/portal/img/cat_maps.png"></center> | |
| </div> | |
| </div> | |
| <div id="maps"> | |
| <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3950.4546197172426!2d-34.9106806!3d-8.055022200000002!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x7ab1921c02874bf%3A0x3a75e54f34694cf9!2sR.+Manuel+Bezerra%2C+189+-+Madalena%2C+Recife+-+PE!5e0!3m2!1spt-BR!2sbr!4v1444231805506" width="100%" height="350" frameborder="0" style="border:0" allowfullscreen></iframe> | |
| </div> | |
| <footer> | |
| <div class="container"> | |
| <center> | |
| </center> | |
| <p> | |
| © Company 2015<br> | |
| </p> | |
| </div> | |
| </footer> | |
| </div> | |
| </body> | |
| <nav id="my-menu"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment