Advertisement
Guest User

MonthlyTimeReport.html

a guest
Sep 21st, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. </head>
  6. <body>
  7. <h1>Avery County Schools</h1>
  8. <h2>Administrative Unit 060</h2>
  9. <br />
  10. <p>Name: $NAME</p>
  11. <p> $JOB</p>
  12. <br />
  13. <br />
  14. <p class="underline">Program: Technology Services<p>
  15. <br />
  16. <br />
  17. <p>For pay period beginning: $PAYSTART through $PAYEND</p>
  18. <table>
  19. <tr>
  20. <th>Date and Time</th>
  21. <th>Trip</th>
  22. <th>Miles Traveled</th>
  23. </tr>
  24.  
  25. <tr>
  26. <td>2017-09-21 12:48:38
  27. </td>
  28. <td>BES to NES</td>
  29. <td>12.0</td>
  30. <tr>
  31.  
  32. <tr>
  33. <td>2017-09-21 12:48:47
  34. </td>
  35. <td>NES to BES</td>
  36. <td>12.0</td>
  37. <tr>
  38.  
  39. </table>
  40. <br />
  41. <br />
  42. <p class="right"><em>Total: 24.0</em></p>
  43. <br />
  44. <br />
  45. <p class="bordertop">Employee Signature Date Supervisor/Director Signature Date</p>
  46. </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement