Commit Graph

5 Commits

Author SHA1 Message Date
e66ddbdf2a Finished version 1.0.
* Switched from a server-side rendering model to client-side. Now, the editing
  view is the same view as the print view, using CSS media qualifiers to switch
  between the eiting view on screen and the print view. This makes all the
  server-side code unnecessary.
* Added logic to rewrite the service headers when the user changes the date so
  that they include the correct dates and grey out fifth Sundays and Wednesdays
  as appropriate.
2014-02-26 03:47:39 +00:00
689c9a67bf Added output schedule template. 2014-02-22 18:47:31 -06:00
6fe101f220 Working draft of the server side. Testing files. 2014-02-22 18:47:13 -06:00
620dcaf59f Empty name elements are now automatically removed. 2014-02-22 18:46:40 -06:00
3b0632a151 Finished initial version of the client-side UI.
Also moved to an automated build using make.
2013-10-25 20:36:06 -05:00