Changeset 18416 for trunk/www/dch/scheduling.php
- Timestamp:
- 01/23/16 19:42:28 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/dch/scheduling.php
r18209 r18416 26 26 { 27 27 printf("<a href='%s'>more files</a>\n",$path); 28 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>"); 29 printf("<div id='sched' style='display:none;'><pre>"); 30 $schedfile=$path."/schedule-".$date2.".txt"; 31 echo file_get_contents($schedfile); 32 printf("</pre></div>"); 28 33 echo "<table>\n"; 29 34 echo "<tr>\n";
Note:
See TracChangeset
for help on using the changeset viewer.