Index: schedule/index.php
===================================================================
--- schedule/index.php	(revision 16920)
+++ 	(revision )
@@ -1,7 +1,0 @@
-<?php
-	
-	include 'Module/link.php';
-	include 'include/factdb.php';
-	include 'authenticate/verify.php';
-	
-?>
Index: schedule/search.php
===================================================================
--- schedule/search.php	(revision 16920)
+++ 	(revision )
@@ -1,67 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- saved from url=(0045)http://www.meadmiracle.com/dlb/DLBPlugin.aspx -->
-<html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <script src="search/jQuery Dual Listbox Plug-In_files/jquery-1.3.2.min.js" type="text/javascript" language="javascript"></script>
-    <script src="search/jQuery Dual Listbox Plug-In_files/jQuery.dualListBox-1.2.min.js" language="javascript" type="text/javascript"></script>
-    <script language="javascript" type="text/javascript">
-        $(function() {
-            $.configureBoxes();
-        });
-    </script>
-    <link href="search/jQuery Dual Listbox Plug-In_files/styles.css" type="text/css" rel="Stylesheet"><title>
-	FACT
-</title></head>
-<body>
-   
-
-  <input type="text" size="18" id="box1Filter" placeholder="Search Here" />
-  <button type="button" id="box1Clear" class="buttonc">&nbsp;Clear&nbsp;</button>
-</div>
-
-
-    <table>
-            <tbody><tr>
-                <td width="192"><label>Source List</label>
-						<select id="box1View" multiple="multiple" style="height:180px;width:115px;">
-					<?php
-				$con=mysql_connect("localhost","scheduletest","t3stsched");
-				mysql_select_db("sandboxschedule",$con);
-					$query=mysql_query("SELECT*FROM source");
-					while($rs=mysql_fetch_array($query)){
-						?>
-							<option value="<?php echo $rs['fSourceKEY']; ?>"><?php echo $rs['fSourceName']; ?></option>
-						<?php
-					}
-					?>
-					</select>
-                       <!--  <span id="box1Counter"s class="countLabel">Showing 0 of 0</span>-->
-                       <select id="box1Storage" style="display: none;">
-                        
-				  </select>
-              </td>
-                <div>
-				<td width="39" style="margin-left: -10px;">
-				<!-- taki jayp el ta buta ese &gt pti &lt amo se el greater dan pti less dan okna-->
-                    <button id="to2" type="button">&nbsp;&gt;&nbsp;</button><button id="to1" type="button">&nbsp;&lt;&nbsp;</button>
-                 </td> 
-                  </div>
-                
-                <td width="370">
-         <input type="text" id="box2Filter" hidden >
-                 <label>Displayed</label>
-<select id="box2View" multiple="multiple" style="height:180px;width:115px;"></select>
-
-					
-					
-					
-					<!--<span id="box2Counter" class="countLabel">Showing 16 of 16</span>-->
-                    <select id="box2Storage" style="display: none;">
-                    </select>
-              </td>
-            </tr>
-        </tbody></table>
-
-  
-
-
-</body></html>
