Advertisement
RuiViana

tela.html

Dec 8th, 2018
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>marquinho</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.  
  7. <!--=====================( INCLUI FOLHA DE ESTILO CSS )====================-->
  8. <link href="estilo.css" rel="stylesheet">
  9.  
  10. <!--=======================( INCLUI FOLHA DE Jquery )===================== -->
  11. <!--<script type="text/javascript" src="jquery-3.3.1.min.js"></script> -->
  12.  
  13. <!--=======================( INCLUI FOLHA DE SCRIPT )=====================-->
  14. <script type="text/javascript" src="javascript1.js"></script>
  15.  
  16.  
  17. </head>
  18. <body>
  19. <!--=========================================( Container geral fluid )=========================================-->
  20. <center><div class="container">
  21. <div class="row">
  22. <table id="customers">
  23. <tr>
  24. <th colspan="3">
  25. <center><span id="titulo">tituloygfuyfuyf</span></center>
  26. </th>
  27. <th>
  28. <center>
  29. <span id="data">12/11/2018</span>
  30. <span id="hora">04:50</span>
  31. </center>
  32. </th>
  33. </tr>
  34. <tr>
  35. <th>Estado</th>
  36. <th>Ligar</th>
  37. <th>Desligar</th>
  38. <th>Descrição</th>
  39. </tr>
  40. <tr>
  41. <td><button id="btn1">Desabilitado</td>
  42. <td>Horario: <input type="time" id="teste"></td>
  43. <td>Horario: <input type="time" id="teste1"></td>
  44. <td>programação normal semana</td>
  45. </tr>
  46. <tr>
  47. <td><button id="btn2">Desabilitado</td>
  48. <td>Horario: <input type="time"></td>
  49. <td>Horario: <input type="time"></td>
  50. <td>Sabado</td>
  51. </tr>
  52. <tr>
  53. <td><button id="btn3">Desabilitado</td>
  54. <td>Horario: <input type="time"></td>
  55. <td>Horario: <input type="time"></td>
  56. <td>Domingo</td>
  57. </tr>
  58. </table>
  59.  
  60. </div></center>
  61. </body>
  62. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement