Changeset 15993 for schedule/search.php


Ignore:
Timestamp:
05/22/13 03:47:46 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/search.php

    r15957 r15993  
    1414<body>
    1515   
    16 <div>
    1716
     17  <input type="text" size="18" id="box1Filter" placeholder="Search Here" />
     18  <button type="button" id="box1Clear" class="buttonc">&nbsp;Clear&nbsp;</button>
    1819</div>
    1920
     
    2122    <table>
    2223            <tbody><tr>
    23                 <td>
    24                         SEARCH: <input type="text" size="10" id="box1Filter"><button type="button" id="box1Clear">&nbsp;X&nbsp;</button>
    25                                         <label>Source List</label>
     24                <td width="192"><label>Source List</label>
    2625                                                <select id="box1View" multiple="multiple" style="height:180px;width:115px;">
    2726                                        <?php
     
    3938                       <select id="box1Storage" style="display: none;">
    4039                       
    41                                                 </select>
    42                 </td>
     40                                  </select>
     41              </td>
    4342                <div>
    44                                 <td style="margin-left: -10px;">
     43                                <td width="39" style="margin-left: -10px;">
    4544                                <!-- taki jayp el ta buta ese &gt pti &lt amo se el greater dan pti less dan okna-->
    46                     <button id="to2" type="button">&nbsp;&gt;&nbsp;</button>
    47                  </td>  <td> <button id="to1" type="button">&nbsp;&lt;&nbsp;</button>
    48                     </td>
     45                    <button id="to2" type="button">&nbsp;&gt;&nbsp;</button><button id="to1" type="button">&nbsp;&lt;&nbsp;</button>
     46                 </td>
    4947                  </div>
    5048               
    51                 <td>
    52                    <br /><br />
    53                                     <input type="text" id="box2Filter" hidden >
     49                <td width="370">
     50         <input type="text" id="box2Filter" hidden >
    5451                 <label>Displayed</label>
    5552<select id="box2View" multiple="multiple" style="height:180px;width:115px;"></select>
     
    6158                    <select id="box2Storage" style="display: none;">
    6259                    </select>
    63                 </td>
     60              </td>
    6461            </tr>
    6562        </tbody></table>
Note: See TracChangeset for help on using the changeset viewer.