Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. <table class="table color-table info-table" data-toggle="table" data-search="true" data-classes="table-no-bordered">
  2. <thead>
  3. <tr>
  4. <th data-field="codice" data-sortable="true">Codice</th>
  5. <th data-field="nome" data-sortable="true">Nome</th>
  6. <th data-field="server" data-sortable="true">Server</th>
  7. <th data-field="database" data-sortable="true">Database</th>
  8. <th data-field="versione" data-sortable="true">Versione</th>
  9. <th data-field="attivo" data-sortable="true">Attivo</th>
  10. <th>Licenza</th>
  11. <th></th>
  12. </tr>
  13. </thead>
  14. <tbody>
  15. <tr>
  16. <td class="txt-oflo">17894</td>
  17. <td>Ekipe</td>
  18. <td class="txt-oflo">oasis.amcweb.it</td>
  19. <td>ET_017894</td>
  20. <td>5.16.20</td>
  21. <td>SI</td>
  22. <td><button type="button" class="btn btn-info popover-info" title="" data-toggle="popover" data-placement="top" data-content="Scadenza: 16/05/2017" data-original-title="Licenza">Visualizza</button></td>
  23. <td>
  24. <button class="btn btn-info waves-effect waves-light" data-toggle="tooltip" data-placement="top" title="" data-original-title="Licenze"> <i class="icon-badge"></i></button>
  25. <span data-toggle="modal" data-target="#exampleModal"><button class="btn btn-info waves-effect waves-light" data-toggle="tooltip" data-placement="top" title="" data-original-title="Aggiorna licenza"> <i class="icon-graduation"></i></button></span>
  26. <button class="btn btn-info waves-effect waves-light" data-toggle="tooltip" data-placement="top" title="" data-original-title="Modifica"> <i class="icon-pencil"></i></button>
  27. <button class="btn btn-danger waves-effect waves-light" data-toggle="tooltip" data-placement="top" title="" data-original-title="Elimina"> <i class="icon-trash"></i></button>
  28. </td>
  29. </tr>
  30. <tr>
  31. <td class="txt-oflo">14785</td>
  32. <td>Ekipe</td>
  33. <td class="txt-oflo">web.amclab.it</td>
  34. <td>ET_017894</td>
  35. <td>5.16.20</td>
  36. <td>SI</td>
  37. <td><button type="button" class="btn btn-info popover-info" title="" data-toggle="popover" data-placement="top" data-content="Scadenza: 16/05/2017" data-original-title="Licenza">Visualizza</button></td>
  38. <td>
  39. <button class="btn btn-info waves-effect waves-light" data-toggle="tooltip" data-placement="top" title="" data-original-title="Licenze"> <i class="icon-badge"></i></button>
  40. <span data-toggle="modal" data-target="#exampleModal"><button class="btn btn-info waves-effect waves-light" data-toggle="tooltip" data-placement="top" title="" data-original-title="Aggiorna licenza"> <i class="icon-graduation"></i></button></span>
  41. <button class="btn btn-info waves-effect waves-light" data-toggle="tooltip" data-placement="top" title="" data-original-title="Modifica"> <i class="icon-pencil"></i></button>
  42. <button class="btn btn-danger waves-effect waves-light" data-toggle="tooltip" data-placement="top" title="" data-original-title="Elimina"> <i class="icon-trash"></i></button>
  43. </td>
  44. </tr>
  45. </tbody>
  46. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement