source: schedule/search.php@ 18761

Last change on this file since 18761 was 16982, 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 var $jq = jQuery.noConflict();
8 $(function() {
9 $.configureBoxes();
10 });
11 </script>
12 <link href="search/jQuery Dual Listbox Plug-In_files/styles.css" type="text/css" rel="Stylesheet"><title>
13 FACT
14</title></head>
15<body>
16
17
18 <input type="text" size="18" id="box1Filter" placeholder="Search Here" />
19 <button type="button" id="box1Clear" class="buttonc">&nbsp;Clear&nbsp;</button>
20</div>
21
22
23 <table>
24 <tbody><tr>
25 <td width="192"><label>Source List</label>
26 <select id="box1View" multiple="multiple" style="height:180px;width:115px;">
27 <?php
28 $con=mysql_connect("localhost","scheduletest","t3stsched");
29 mysql_select_db("sandboxschedule",$con);
30 $query=mysql_query("SELECT*FROM source");
31 while($rs=mysql_fetch_array($query)){
32 ?>
33 <option value="<?php echo $rs['fSourceKEY']; ?>"><?php echo $rs['fSourceName']; ?></option>
34 <?php
35 }
36 ?>
37 </select>
38 <!-- <span id="box1Counter"s class="countLabel">Showing 0 of 0</span>-->
39 <select id="box1Storage" style="display: none;">
40
41 </select>
42 </td>
43 <div>
44 <td width="39" style="margin-left: -10px;">
45 <!-- 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><button id="to1" type="button">&nbsp;&lt;&nbsp;</button>
47 </td>
48 </div>
49
50 <td width="370">
51 <input type="text" id="box2Filter" hidden >
52 <label>Displayed</label>
53<select id="box2View" multiple="multiple" style="height:180px;width:115px;"></select>
54
55
56
57
58 <!--<span id="box2Counter" class="countLabel">Showing 16 of 16</span>-->
59 <select id="box2Storage" style="display: none;">
60 </select>
61 </td>
62 </tr>
63 </tbody></table>
64
65
66
67
68</body></html>
Note: See TracBrowser for help on using the repository browser.