/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
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <title>Neopost NISS - Customer List</title>
- <link type='text/css' href='../css/jquery-ui-1.7.2.custom.css' rel='stylesheet'/>
- <link type='text/css' href='../css/common.css' rel='stylesheet'/>
- <script src="../js/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
- <script src="../js/jquery/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
- <script src="../js/common.js" type="text/javascript"></script>
- <script src="../js/jquery/jquery.multiselects.packed.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(function() {
- $("#select-left").multiSelect("#select-right", {trigger: "#PACKING_TYPE_RIGHT"});
- $("#select-right").multiSelect("#select-left", {trigger: "#PACKING_TYPE_LEFT"});
- });
- </script>
-
- <style type='text/css'>html{overflow-x:hidden}</style>
- </head>
- <body>
- <div class='page-inside-wrapper'>
-
- <div class='page-inside-content hide' id="label-content">
-
- <div class='page-title-inside'>Advanced label format selection</div>
-
- <div class='clr'></div>
-
- <!-- START FIRST BLOCK-->
-
- <div class="full-width block-border top-space-10 padding-all-10">
-
- <label class="left-space-10 block-w340 option-label" for="label-format">Label Format</label>
- <div class="float-left full-width">
- <div class="block-w340 left-space-10">
- <select class="select-box" name="label_format">
- <option value=""> </option>
- <option value="1">Format 1</option>
- <option value="2">Format 2</option>
- <option value="3">Format 3</option>
- </select>
- </div>
- </div>
-
- <label class="left-space-10 top-space-5 block-w340 option-label" for="packing-type">Packing Type</label>
- <div class="float-left full-width top-space-5">
- <label class="left-space-10 option-label" for="label-format-available">Available</label>
- <label class="left-space-10 option-label" for="label-format-selected">Selected</label>
- </div>
-
- <div class="float-left full-width top-space-5">
- <div class="multi-select-box-area left-space-10">
- <select multiple="multiple" id="select-left" class="multi-select-box" name="packing_type_available"></select>
- <div class="float-left multi-select-box-control top-space-20">
- <div class="top-space-10 full-width">
- <div class="icon-add-to-right margin-center" id="PACKING_TYPE_RIGHT"> </div>
- </div>
- <div class="top-space-10 full-width">
- <div class="icon-add-to-left margin-center" id="PACKING_TYPE_LEFT"> </div>
- </div>
- </div>
- <select multiple="multiple" id="select-right" class="multi-select-box" name="packing_type_selected">
- <option value="1">Packing Type 1</option>
- <option value="2">Packing Type 2</option>
- <option value="3">Packing Type 2</option>
- <option value="3">Packing Type 4</option>
- </select>
- </div>
- </div>
-
- <label class="left-space-10 top-space-10 block-w340 option-label" for="range-of-hu-number">Range of HU number</label>
- <div class="float-left full-width">
- <div class="block-w340 left-space-10">
- <input type="text" class="input-field half-width" name="range_of_hu_left"/>
- <div class="float-left"> -</div>
- <input type="text" class="input-field half-width left-space-10" name="range_of_hu_right"/>
- </div>
- </div>
-
- <label class="left-space-10 top-space-10 block-w340 option-label" for="range-of-weight">Range of weight</label>
- <div class="float-left full-width">
- <div class="block-w340 left-space-10">
- <input type="text" class="input-field half-width" name="range-of-weight-left"/>
- <div class="float-left"> -</div>
- <input type="text" class="input-field half-width left-space-10" name="range-of-weight-right"/>
- </div>
- </div>
-
- <label class="left-space-10 top-space-10 block-w340 option-label" for="range-of-declared-value">Range of declared value</label>
- <div class="float-left full-width">
- <div class="block-w340 left-space-10">
- <input type="text" class="input-field half-width" name="range_of_declared_left"/>
- <div class="float-left"> -</div>
- <input type="text" class="input-field half-width left-space-10" name="range_of_declared_right"/>
- </div>
- </div>
-
- <label class="left-space-10 top-space-10 block-w340 option-label" for="range-of-insuracne-value">Range of insurance value</label>
- <div class="float-left full-width">
- <div class="block-w340 left-space-10">
- <input type="text" class="input-field half-width" name="range_of_insurance_left"/>
- <div class="float-left"> -</div>
- <input type="text" class="input-field half-width left-space-10" name="range_of_insurance_right"/>
- </div>
- </div>
-
- </div>
- <!-- END FIRST BLOCK-->
-
- <!-- BUTTON-->
- <div class='block-w750 top-space-10'>
- <div class='full-width margin-center'>
- <div id='save' type="standard-button" class='left-space-20'>
- <div class='button-inside-bgw'>Cancel</div>
- </div>
- <div id='save' type="standard-button" class='left-space-20'>
- <div class='button-inside-bgw'>Delete</div>
- </div>
- <div id='save' type="standard-button" class='left-space-20'>
- <div class='button-inside-bgw'>Save</div>
- </div>
- </div>
- </div>
- <!--/BUTTON-->
-
- </div>
- </div>
-
- </body>
- </html>