Index: trunk/www/dch/scheduling.php
===================================================================
--- trunk/www/dch/scheduling.php	(revision 18416)
+++ trunk/www/dch/scheduling.php	(revision 18879)
@@ -31,4 +31,12 @@
     echo file_get_contents($schedfile);
     printf("</pre></div>");
+    $swiftschedfile=$path."/swift.schedule.txt";
+    if (file_exists($swiftschedfile))
+    {
+        printf("<input id='button2' type='button' style='font-size:medium;font-weight:bold;background:white;border:1px' onclick='var e=document.getElementById(\"swiftsched\"); e.setAttribute(\"style\",e.visible?\"display:none\":\"display:block\"); document.getElementById(\"button2\").value=e.visible?\"+\":\"-\"; e.visible=!e.visible;' value='+'>from Swift Schedule</input>");
+        printf("<div id='swiftsched' style='display:none;'><pre>");
+        echo file_get_contents($swiftschedfile);
+        printf("</pre></div>");
+    }
     echo "<table>\n";
     echo "<tr>\n";
