/hoang.pt/snippet/theory7/modules/oss/carr/format/label.html

http://c1009hv.googlecode.com/ · HTML · 132 lines · 110 code · 18 blank · 4 comment · 0 complexity · 7da8b6c510f369928ad9cca4bfc34329 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
  5. <title>Neopost NISS - Customer List</title>
  6. <link type='text/css' href='../css/jquery-ui-1.7.2.custom.css' rel='stylesheet'/>
  7. <link type='text/css' href='../css/common.css' rel='stylesheet'/>
  8. <script src="../js/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
  9. <script src="../js/jquery/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
  10. <script src="../js/common.js" type="text/javascript"></script>
  11. <script src="../js/jquery/jquery.multiselects.packed.js" type="text/javascript"></script>
  12. <script type="text/javascript">
  13. $(function() {
  14. $("#select-left").multiSelect("#select-right", {trigger: "#PACKING_TYPE_RIGHT"});
  15. $("#select-right").multiSelect("#select-left", {trigger: "#PACKING_TYPE_LEFT"});
  16. });
  17. </script>
  18. <style type='text/css'>html{overflow-x:hidden}</style>
  19. </head>
  20. <body>
  21. <div class='page-inside-wrapper'>
  22. <div class='page-inside-content hide' id="label-content">
  23. <div class='page-title-inside'>Advanced label format selection</div>
  24. <div class='clr'></div>
  25. <!-- START FIRST BLOCK-->
  26. <div class="full-width block-border top-space-10 padding-all-10">
  27. <label class="left-space-10 block-w340 option-label" for="label-format">Label Format</label>
  28. <div class="float-left full-width">
  29. <div class="block-w340 left-space-10">
  30. <select class="select-box" name="label_format">
  31. <option value=""> </option>
  32. <option value="1">Format 1</option>
  33. <option value="2">Format 2</option>
  34. <option value="3">Format 3</option>
  35. </select>
  36. </div>
  37. </div>
  38. <label class="left-space-10 top-space-5 block-w340 option-label" for="packing-type">Packing Type</label>
  39. <div class="float-left full-width top-space-5">
  40. <label class="left-space-10 option-label" for="label-format-available">Available</label>
  41. <label class="left-space-10 option-label" for="label-format-selected">Selected</label>
  42. </div>
  43. <div class="float-left full-width top-space-5">
  44. <div class="multi-select-box-area left-space-10">
  45. <select multiple="multiple" id="select-left" class="multi-select-box" name="packing_type_available"></select>
  46. <div class="float-left multi-select-box-control top-space-20">
  47. <div class="top-space-10 full-width">
  48. <div class="icon-add-to-right margin-center" id="PACKING_TYPE_RIGHT"> </div>
  49. </div>
  50. <div class="top-space-10 full-width">
  51. <div class="icon-add-to-left margin-center" id="PACKING_TYPE_LEFT"> </div>
  52. </div>
  53. </div>
  54. <select multiple="multiple" id="select-right" class="multi-select-box" name="packing_type_selected">
  55. <option value="1">Packing Type 1</option>
  56. <option value="2">Packing Type 2</option>
  57. <option value="3">Packing Type 2</option>
  58. <option value="3">Packing Type 4</option>
  59. </select>
  60. </div>
  61. </div>
  62. <label class="left-space-10 top-space-10 block-w340 option-label" for="range-of-hu-number">Range of HU number</label>
  63. <div class="float-left full-width">
  64. <div class="block-w340 left-space-10">
  65. <input type="text" class="input-field half-width" name="range_of_hu_left"/>
  66. <div class="float-left"> &nbsp;-</div>
  67. <input type="text" class="input-field half-width left-space-10" name="range_of_hu_right"/>
  68. </div>
  69. </div>
  70. <label class="left-space-10 top-space-10 block-w340 option-label" for="range-of-weight">Range of weight</label>
  71. <div class="float-left full-width">
  72. <div class="block-w340 left-space-10">
  73. <input type="text" class="input-field half-width" name="range-of-weight-left"/>
  74. <div class="float-left"> &nbsp;-</div>
  75. <input type="text" class="input-field half-width left-space-10" name="range-of-weight-right"/>
  76. </div>
  77. </div>
  78. <label class="left-space-10 top-space-10 block-w340 option-label" for="range-of-declared-value">Range of declared value</label>
  79. <div class="float-left full-width">
  80. <div class="block-w340 left-space-10">
  81. <input type="text" class="input-field half-width" name="range_of_declared_left"/>
  82. <div class="float-left"> &nbsp;-</div>
  83. <input type="text" class="input-field half-width left-space-10" name="range_of_declared_right"/>
  84. </div>
  85. </div>
  86. <label class="left-space-10 top-space-10 block-w340 option-label" for="range-of-insuracne-value">Range of insurance value</label>
  87. <div class="float-left full-width">
  88. <div class="block-w340 left-space-10">
  89. <input type="text" class="input-field half-width" name="range_of_insurance_left"/>
  90. <div class="float-left"> &nbsp;-</div>
  91. <input type="text" class="input-field half-width left-space-10" name="range_of_insurance_right"/>
  92. </div>
  93. </div>
  94. </div>
  95. <!-- END FIRST BLOCK-->
  96. <!-- BUTTON-->
  97. <div class='block-w750 top-space-10'>
  98. <div class='full-width margin-center'>
  99. <div id='save' type="standard-button" class='left-space-20'>
  100. <div class='button-inside-bgw'>Cancel</div>
  101. </div>
  102. <div id='save' type="standard-button" class='left-space-20'>
  103. <div class='button-inside-bgw'>Delete</div>
  104. </div>
  105. <div id='save' type="standard-button" class='left-space-20'>
  106. <div class='button-inside-bgw'>Save</div>
  107. </div>
  108. </div>
  109. </div>
  110. <!--/BUTTON-->
  111. </div>
  112. </div>
  113. </body>
  114. </html>