Skip to content

Commit

Permalink
Apresentando os dados de forma mais user-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
ktalmeida committed Dec 4, 2014
1 parent 22cd7ab commit 96b231b
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 5 deletions.
8 changes: 6 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title>RELATORIO</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/moment-with-locales.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=geometry"></script>
<script type="text/javascript" src="date-pt-BR.js"></script>
Expand Down Expand Up @@ -169,10 +170,13 @@ <h1> Preencha as informações abaixo</h1>

<div class="form-group">
<div class="col-sm-offset-5 col-sm-6">
<button type="submit" id="button" class="btn btn-success"> Enviar </button>
<button type="button" id="button" class="btn btn-success"> Enviar </button>
</div>
</div>
<p id='resposta'></p>
<div id='resposta' >
<h2> </h2>
<table class='table table-bordered'><thead></thead><tbody></tbody></table>
</div>
<form>
</div>
</body>
Expand Down
Loading

0 comments on commit 96b231b

Please sign in to comment.