Index: trunk/www/dch/scheduling.php
===================================================================
--- trunk/www/dch/scheduling.php	(revision 18257)
+++ trunk/www/dch/scheduling.php	(revision 18416)
@@ -26,4 +26,9 @@
 {
     printf("<a href='%s'>more files</a>\n",$path);
+    printf("<input id='button' type='button' style='font-size:medium;font-weight:bold;background:white;border:1px' onclick='var e=document.getElementById(\"sched\"); e.setAttribute(\"style\",e.visible?\"display:none\":\"display:block\"); document.getElementById(\"button\").value=e.visible?\"+\":\"-\"; e.visible=!e.visible;' value='+'>Suggested Schedule</input>");
+    printf("<div id='sched' style='display:none;'><pre>");
+    $schedfile=$path."/schedule-".$date2.".txt";
+    echo file_get_contents($schedfile);
+    printf("</pre></div>");
     echo "<table>\n";
     echo "<tr>\n";
