sd.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <div id="screen-sd" class="screen">
  2. <div class="container">
  3. <br/>
  4. <ul class="nav nav-tabs">
  5. <li class="active"><a data-toggle="tab" href="#table1">Dynamics</a></li>
  6. <li><a data-toggle="tab" href="#table2">Tilly's</a></li>
  7. <li><a data-toggle="tab" href="#table3">Sephoria</a></li>
  8. </ul>
  9. <div class="tab-content">
  10. <div id="table1" class="tab-pane fade in active">
  11. <div class="hero-unit">
  12. <!--
  13. <h1>Worksheet</h1>
  14. <h4>live edit</h4>
  15. -->
  16. <br/>
  17. <div class="table-responsive">
  18. <table class="table table-striped editable" style="cursor: pointer;">
  19. <thead>
  20. <tr>
  21. <th>Division</th>
  22. <th>Consignee</th>
  23. <th>Called&nbsp;In</th>
  24. <th>Dispatch&nbsp;#</th>
  25. <th>Shipper</th>
  26. <th>Ready</th>
  27. <th>Address&nbsp;1</th>
  28. <th>Address&nbsp;2</th>
  29. <th>City</th>
  30. <th>ST</th>
  31. <th>Zip</th>
  32. <th>Phone</th>
  33. <th>Ready&nbsp;Time</th>
  34. <th>Close&nbsp;Time</th>
  35. <th class="editable">Pickup&nbsp;Time</th>
  36. <th class="editable">Depart&nbsp;Time</th>
  37. <th class="editable">BOL&nbsp;Delivered</th>
  38. <th>Dispatch&nbsp;Refere</th>
  39. <th>Ctns</th>
  40. <th>Weight</th>
  41. <th>Cube</th>
  42. </tr>
  43. </thead>
  44. <tbody>
  45. </tbody>
  46. <tfoot></tfoot>
  47. </table>
  48. </div>
  49. <input style="position: absolute; display: none;">
  50. <!--
  51. <div style="text-align: right">
  52. <button type="submit" class="btn btn-primary">Save</button>
  53. </div>
  54. -->
  55. </div>
  56. </div>
  57. <div id="table2" class="tab-pane fade">
  58. <h3>Menu 1</h3>
  59. <p>Some content in menu 1.</p>
  60. </div>
  61. <div id="table3" class="tab-pane fade">
  62. <h3>Menu 2</h3>
  63. <p>Some content in menu 2.</p>
  64. </div>
  65. </div>
  66. </div>
  67. </div>