Ignore:
Timestamp:
06/17/17 13:45:33 (7 years ago)
Author:
Daniela Dorner
Message:
added swift schedule
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/dch/scheduling.php

    r18416 r18879  
    3131    echo file_get_contents($schedfile);
    3232    printf("</pre></div>");
     33    $swiftschedfile=$path."/swift.schedule.txt";
     34    if (file_exists($swiftschedfile))
     35    {
     36        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>");
     37        printf("<div id='swiftsched' style='display:none;'><pre>");
     38        echo file_get_contents($swiftschedfile);
     39        printf("</pre></div>");
     40    }
    3341    echo "<table>\n";
    3442    echo "<tr>\n";
Note: See TracChangeset for help on using the changeset viewer.