diff --git a/ajaxui/ajaxui.c b/ajaxui/ajaxui.c index 3b26e427..d72731a6 100644 --- a/ajaxui/ajaxui.c +++ b/ajaxui/ajaxui.c @@ -53,6 +53,7 @@ const char *ajax_tabnames[] = { [AJAX_TAB_CHANNELS] = "Channels", [AJAX_TAB_RECORDER] = "Recorder", [AJAX_TAB_CONFIGURATION] = "Configuration", + [AJAX_TAB_ABOUT] = "About", }; /** @@ -227,6 +228,53 @@ ajax_page_titlebar(http_connection_t *hc, const char *remain, void *opaque) return 0; } + + +/** + * About + */ +static int +ajax_about_tab(http_connection_t *hc) +{ + tcp_queue_t tq; + + tcp_init_queue(&tq, -1); + + tcp_qprintf(&tq, "
HTS / Tvheadend
" + "(c) 2006-2008 Andreas \303\226man
" + "Latest release and information is available at:
" + "" + "http://www.lonelycoder.com/hts/
" + "" + "
This webinterface is powered by
" + "Prototype" + " and " + "script.aculo.us" + "
" + "" + "
Media formats and codecs by
" + "" + ); + + tcp_qprintf(&tq, "