Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. <div class="container">
  2. <div class="form-group col-md-6">
  3.  
  4. <div class="panel panel-default">
  5. <div class="row col-xs-3">
  6. <label for="strategy" class="control-label">Strategy</label>
  7. <input type="text" class="form-control" id="strategy" placeholder="Strategy" />
  8. </div>
  9.  
  10. <br/>
  11. <br/>
  12. <br/>
  13. <br/>
  14.  
  15. <div class="row col-md-6">
  16. <label>Type of Service:</label>
  17. <ul>
  18. <li class="checkbox">
  19. <input type="checkbox" value="" />
  20. Transport
  21. </li>
  22. <li class="checkbox">
  23. <input type="checkbox" value="" />
  24. Storage
  25. </li>
  26. <li class="checkbox">
  27. <input type="checkbox" value="" />
  28. Balancing
  29. </li>
  30. <li class="checkbox">
  31. <input type="checkbox" value="" />
  32. Park/Lend
  33. </li>
  34. </ul>
  35. </div>
  36. </div>
  37.  
  38. <div class="panel panel-default">
  39. <div class="row col-xs-3">
  40. <label for="internalBusinessUnit" class="control-label">Internal Business Unit</label>
  41. <input type="text" class="form-control" id="internalBusinessUnit" placeholder="Internal Business Unit" />
  42. </div>
  43.  
  44. <br/>
  45. <br/>
  46. <br/>
  47.  
  48. <div class="row col-md-6">
  49. <ul>
  50. <li class="checkbox">
  51. <input type="checkbox" value="" />
  52. Hub/Wheel
  53. </li>
  54. <li class="checkbox">
  55. <input type="checkbox" value="" />
  56. Exchange
  57. </li>
  58. <li class="checkbox">
  59. <input type="checkbox" value="" />
  60. Pooling
  61. </li>
  62. <li class="checkbox">
  63. Other:
  64. <input type="checkbox" value="" />
  65. <div class="col-xs-2">
  66. <input type="text" class="form-control" id="other" placeholder="" />
  67. </div>
  68. </li>
  69. </ul>
  70. </div>
  71. </div>
  72. </div>
  73.  
  74. form-group
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement