Commit 6bbdd2a4140607f75d9527fc06a738333455c880

Authored by Edmar Moretti
1 parent e87bca4c

--no commit message

Showing 2 changed files with 9 additions and 0 deletions   Show diff stats
classesjs/classe_i3geo.js
  1 +//TODO alterar a forma de estilizar as linhas de uma tabela usando estilos
  2 +//table tr:nth-child(odd) {
  3 +// background-color: #f1f1f1;
  4 +//}
  5 +//table tr:nth-child(even) {
  6 +// background-color: #ffffff;
  7 +//}
  8 +
1 /** 9 /**
2 * Title: i3Geo 10 * Title: i3Geo
3 * 11 *
init/index.php
1 <?php 1 <?php
  2 +//TODO criar com bootstrap
2 /** 3 /**
3 * Pagina inicial do i3Geo 4 * Pagina inicial do i3Geo
4 * Voce pode utilizar o parametro customDir para indicar a pasta onde 5 * Voce pode utilizar o parametro customDir para indicar a pasta onde