source: schedule/search.php@ 16928

Last change on this file since 16928 was 16926, checked in by tanio, 11 years ago
File size: 2.7 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!-- saved from url=(0045)http://www.meadmiracle.com/dlb/DLBPlugin.aspx -->
3<html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <script src="search/jQuery Dual Listbox Plug-In_files/jquery-1.3.2.min.js" type="text/javascript" language="javascript"></script>
5 <script src="search/jQuery Dual Listbox Plug-In_files/jQuery.dualListBox-1.2.min.js" language="javascript" type="text/javascript"></script>
6 <script language="javascript" type="text/javascript">
7 $(function() {
8 $.configureBoxes();
9 });
10 </script>
11 <link href="search/jQuery Dual Listbox Plug-In_files/styles.css" type="text/css" rel="Stylesheet"><title>
12 FACT
13</title></head>
14<body>
15
16
17 <input type="text" size="18" id="box1Filter" placeholder="Search Here" />
18 <button type="button" id="box1Clear" class="buttonc">&nbsp;Clear&nbsp;</button>
19</div>
20
21
22 <table>
23 <tbody><tr>
24 <td width="192"><label>Source List</label>
25 <select id="box1View" multiple="multiple" style="height:180px;width:115px;">
26 <?php
27 $con=mysql_connect("localhost","scheduletest","t3stsched");
28 mysql_select_db("sandboxschedule",$con);
29 $query=mysql_query("SELECT*FROM source");
30 while($rs=mysql_fetch_array($query)){
31 ?>
32 <option value="<?php echo $rs['fSourceKEY']; ?>"><?php echo $rs['fSourceName']; ?></option>
33 <?php
34 }
35 ?>
36 </select>
37 <!-- <span id="box1Counter"s class="countLabel">Showing 0 of 0</span>-->
38 <select id="box1Storage" style="display: none;">
39
40 </select>
41 </td>
42 <div>
43 <td width="39" style="margin-left: -10px;">
44 <!-- taki jayp el ta buta ese &gt pti &lt amo se el greater dan pti less dan okna-->
45 <button id="to2" type="button">&nbsp;&gt;&nbsp;</button><button id="to1" type="button">&nbsp;&lt;&nbsp;</button>
46 </td>
47 </div>
48
49 <td width="370">
50 <input type="text" id="box2Filter" hidden >
51 <label>Displayed</label>
52<select id="box2View" multiple="multiple" style="height:180px;width:115px;"></select>
53
54
55
56
57 <!--<span id="box2Counter" class="countLabel">Showing 16 of 16</span>-->
58 <select id="box2Storage" style="display: none;">
59 </select>
60 </td>
61 </tr>
62 </tbody></table>
63
64
65
66
67</body></html>
Note: See TracBrowser for help on using the repository browser.