summaryrefslogtreecommitdiff
path: root/pages/schedule.ecpp
AgeCommit message (Collapse)Author
2007-04-26- added login protection to the following pages: edit_searchtimer.ecppMichael Brückner
edit_timer.ecpp login.ecpp recordings.ecpp remote.ecpp schedule.ecpp searchresults.ecpp searchtimers.ecpp timers.ecpp whats_on.ecpp - replaced DOCTYPE at login.ecpp and whats_on.ecpp with page element "<& pageelems.doc_type &>"
2007-04-25- Added pagemenu infrastructure. Use this to create below the main menuDieter Hametner
a page specific optional additional menu. Just add a component to the main menu. A working sample can be found in 'schedule.ecpp' - Added extra with at the top of the recordings line. - Adapted styles.css for both changes.
2007-04-24Last line is not underlined any moreThomas Keil
2007-03-26Spaces in between tables now also don't have a background image in konquerorThomas Keil
2007-03-25eliminated background and border in empty lines between tablesThomas Keil
2007-02-18- Added status box with current channel, program and elapsed time in theDieter Hametner
logo area. - Added support for progress bars to display elapsed content. - Extendend ajax.js to be usable for non xml requests. - adapted styles for the new features.
2007-01-14Updated header lines.Dieter Hametner
Moved channel selection into menu line, when schedule is active.
2007-01-14UpdatesThomas Keil
2007-01-13BugfixesThomas Keil
2007-01-13Changed overall menue structureThomas Keil
2007-01-12- added operators for streaming tChannelIDSascha Volkenandt
- passing tChannelID consistently
2007-01-09made logo xhtml conform. Use one logo-component defined in pageelemsDieter Hametner
2007-01-09fixed page layout (partly by Michi)Dieter Hametner
2007-01-07- renamed page_init.ecpp and page_exit.ecpp to *.ehSascha Volkenandt
2007-01-07- simplified error handlingSascha Volkenandt
- moved error_widget to error.ecpp as subcomponent - introduced error handling where necessary - moved creation of timer settings string from page to code - added redirect to edit_timer.ecpp after saving a timer
2007-01-06- added simple error handling and regrouped web pagesSascha Volkenandt
2007-01-05- introduced channels widget to scheduleSascha Volkenandt
2007-01-05- added new page edit_timerSascha Volkenandt
- removed obsolete new_timer - added button and link to edit_timer
2007-01-04- added EPGLingerSascha Volkenandt
2007-01-04- implemented skipping past event like within vdrSascha Volkenandt
2007-01-04- now skipping events that are in the pastSascha Volkenandt
2007-01-04- fixed name clash by renaming "channel" in for-loop to "listChannel"Sascha Volkenandt
2007-01-04Made it usableThomas Keil
2007-01-03Moved *.ecpp to pages and *.css to css subdir, added images dirDieter Hametner