Changeset 15993 for schedule/search.php
- Timestamp:
- 05/22/13 03:47:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified schedule/search.php ¶
r15957 r15993 14 14 <body> 15 15 16 <div>17 16 17 <input type="text" size="18" id="box1Filter" placeholder="Search Here" /> 18 <button type="button" id="box1Clear" class="buttonc"> Clear </button> 18 19 </div> 19 20 … … 21 22 <table> 22 23 <tbody><tr> 23 <td> 24 SEARCH: <input type="text" size="10" id="box1Filter"><button type="button" id="box1Clear"> X </button> 25 <label>Source List</label> 24 <td width="192"><label>Source List</label> 26 25 <select id="box1View" multiple="multiple" style="height:180px;width:115px;"> 27 26 <?php … … 39 38 <select id="box1Storage" style="display: none;"> 40 39 41 42 40 </select> 41 </td> 43 42 <div> 44 <td style="margin-left: -10px;">43 <td width="39" style="margin-left: -10px;"> 45 44 <!-- taki jayp el ta buta ese > pti < amo se el greater dan pti less dan okna--> 46 <button id="to2" type="button"> > </button> 47 </td> <td> <button id="to1" type="button"> < </button> 48 </td> 45 <button id="to2" type="button"> > </button><button id="to1" type="button"> < </button> 46 </td> 49 47 </div> 50 48 51 <td> 52 <br /><br /> 53 <input type="text" id="box2Filter" hidden > 49 <td width="370"> 50 <input type="text" id="box2Filter" hidden > 54 51 <label>Displayed</label> 55 52 <select id="box2View" multiple="multiple" style="height:180px;width:115px;"></select> … … 61 58 <select id="box2Storage" style="display: none;"> 62 59 </select> 63 60 </td> 64 61 </tr> 65 62 </tbody></table>
Note:
See TracChangeset
for help on using the changeset viewer.