timesheet source code
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

68 lines
2.4KB

  1. {{#lines}}
  2. <tr>
  3. <td>{{staff_name}}</td>
  4. <td>{{rate_name}}</td>
  5. <td class=sync_detail>
  6. <table class='hours'>
  7. <thead id="p{{staff_id}}">
  8. <th>{{days_1}}</th>
  9. <th>{{days_2}}</th>
  10. <th>{{days_3}}</th>
  11. <th>{{days_4}}</th>
  12. <th>{{days_5}}</th>
  13. <th>{{days_6}}</th>
  14. <th>{{days_7}}</th>
  15. <th>{{days_8}}</th>
  16. <th>{{days_9}}</th>
  17. <th>{{days_10}}</th>
  18. <th>{{days_11}}</th>
  19. <th>{{days_12}}</th>
  20. <th>{{days_13}}</th>
  21. <th>{{days_14}}</th>
  22. </thead>
  23. <tbody>
  24. <tr>
  25. <td class='local week1color' id='a_0'>{{local_1}}</td>
  26. <td class='local week1color' id='a_1'>{{local_2}}</td>
  27. <td class='local week1color' id='a_2'>{{local_3}}</td>
  28. <td class='local week1color' id='a_3'>{{local_4}}</td>
  29. <td class='local week1color' id='a_4'>{{local_5}}</td>
  30. <td class='local week1color' id='a_5'>{{local_6}}</td>
  31. <td class='local week1color' id='a_6'>{{local_7}}</td>
  32. <td class='local week2color' id='a_7'>{{local_8}}</td>
  33. <td class='local week2color' id='a_8'>{{local_9}}</td>
  34. <td class='local week2color' id='a_9'>{{local_10}}</td>
  35. <td class='local week2color' id='a_10'>{{local_11}}</td>
  36. <td class='local week2color' id='a_11'>{{local_12}}</td>
  37. <td class='local week2color' id='a_12'>{{local_13}}</td>
  38. <td class='local week2color' id='a_13'>{{local_14}}</td>
  39. </tr>
  40. <tr>
  41. <td colspan="14">
  42. <div style="text-align: center">To Xero
  43. <span class="ticon ticon-arrow-down"></span>
  44. </div>
  45. </td>
  46. </tr>
  47. <tr>
  48. <td class='xero week1color' id='b_0'>{{xero_1}}</td>
  49. <td class='xero week1color' id='b_1'>{{xero_2}}</td>
  50. <td class='xero week1color' id='b_2'>{{xero_3}}</td>
  51. <td class='xero week1color' id='b_3'>{{xero_4}}</td>
  52. <td class='xero week1color' id='b_4'>{{xero_5}}</td>
  53. <td class='xero week1color' id='b_5'>{{xero_6}}</td>
  54. <td class='xero week1color' id='b_6'>{{xero_7}}</td>
  55. <td class='xero week2color' id='b_7'>{{xero_8}}</td>
  56. <td class='xero week2color' id='b_8'>{{xero_9}}</td>
  57. <td class='xero week2color' id='b_9'>{{xero_10}}</td>
  58. <td class='xero week2color' id='b_10'>{{xero_11}}</td>
  59. <td class='xero week2color' id='b_11'>{{xero_12}}</td>
  60. <td class='xero week2color' id='b_12'>{{xero_13}}</td>
  61. <td class='xero week2color' id='b_13'>{{xero_14}}</td>
  62. </tr>
  63. </tbody>
  64. </table>
  65. </td>
  66. <td style="vertical-align:bottom;">{{Xero_Status}}</td>
  67. </tr>
  68. {{/lines}}