Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $page_title = 'MythWeb - '.t('Upcoming Recordings') | |
| $headers [] = '<link rel="stylesheet" type="text/css" href="'.skin_url.'/tv_upcoming.css" />' | |
| $group_field = $_GET['sortby'] | |
| if(empty($group_field))(!in_array($group_field, array('title', 'channum', 'airdate')))('Display')?> ('', '', 'change_display')" <?php if ($_SESSION['scheduled_recordings']['disp_scheduled']) echo ' CHECKED' ?>> <a onclick if ($_SESSION['scheduled_recordings']['disp_duplicates']) echo ' CHECKED' ?>> <a onclick if ($_SESSION['scheduled_recordings']['disp_deactivated']) echo ' CHECKED' ?>> <a onclick | if ($_SESSION['scheduled_recordings']['disp_conflicts']) echo 'CHECKED'?>>< a onclick = "toggle_checkbox('disp_scheduled');submit_form('','','change_display')"><?php echo t('Scheduled') "toggle_checkbox('disp_duplicates');submit_form('','','change_display')"><?php echo t('Duplicates') "toggle_checkbox('disp_deactivated');submit_form('','','change_display')"><?php echo t('Deactivated') "toggle_checkbox('disp_conflicts');submit_form('','','change_display')"><?php echo t('Conflicts') |
| $prev_group = '' | |
| $cur_group = '' | |
| $commands = array() | |
| $urlstr = 'chanid='.$show->chanid.'&starttime='.$show->starttime | |
| break | |
| case | __pad31__ |
| $css_class = 'duplicate' | |
| $commands [] | |
| case | __pad32__ |
| case | __pad33__ |
| case | __pad34__ |
| case | __pad35__ |
| case | __pad36__ |
| case | __pad37__ |
| $rec_class | |
| case | __pad38__ |
| case | __pad39__ |
| case | __pad40__ |
| case | __pad41__ |
| case | __pad42__ |
| case | __pad43__ |
| default | __pad44__ |
| deactivated< ahref="'.root.'tv/upcoming?record=yes&'.$urlstr.'"> Activate</a >< ahref="'.root.'tv/upcoming?dontrec=yes&'.$urlstr.'"> | Don |
| if | ($cur_group!=$prev_group &&$group_field!= '') (!empty($group_field)) echo" <td class = \"rec_class $rec_class\">$rec_char</td>\n" |
| __pad45__ | |
| $show channel | name |
| $row | |
| $page_title = 'MythWeb - '.t('Upcoming Recordings') |
Definition at line 17 of file tmpl/lite/upcoming.php.
| $headers[] = '<link rel="stylesheet" type="text/css" href="'.skin_url.'/tv_upcoming.css" />' |
Definition at line 20 of file tmpl/lite/upcoming.php.
| $group_field = $_GET['sortby'] |
| if(empty($group_field))(!in_array($group_field, array('title', 'channum', 'airdate'))) ('Display') ?> ('', '', 'change_display')"<?php if ($_SESSION['scheduled_recordings']['disp_scheduled']) echo ' CHECKED' ?>> <a onclick if ($_SESSION['scheduled_recordings']['disp_duplicates']) echo ' CHECKED' ?>> <a onclick if ($_SESSION['scheduled_recordings']['disp_deactivated']) echo ' CHECKED' ?>> <a onclick if($_SESSION['scheduled_recordings']['disp_conflicts']) echo 'CHECKED'?>>< a onclick = "toggle_checkbox('disp_scheduled');submit_form('','','change_display')"><?php echo t('Scheduled') "toggle_checkbox('disp_duplicates');submit_form('','','change_display')"><?php echo t('Duplicates') "toggle_checkbox('disp_deactivated');submit_form('','','change_display')"><?php echo t('Deactivated') "toggle_checkbox('disp_conflicts');submit_form('','','change_display')"><?php echo t('Conflicts') |
Definition at line 57 of file tmpl/lite/upcoming.php.
| $prev_group = '' |
Definition at line 75 of file tmpl/lite/upcoming.php.
| $cur_group = '' |
Definition at line 76 of file tmpl/lite/upcoming.php.
| $commands = array() |
Definition at line 81 of file tmpl/lite/upcoming.php.
| $urlstr = 'chanid='.$show->chanid.'&starttime='.$show->starttime |
Definition at line 82 of file tmpl/lite/upcoming.php.
Definition at line 98 of file tmpl/lite/upcoming.php.
| case __pad31__ |
Definition at line 100 of file tmpl/lite/upcoming.php.
| $css_class = 'duplicate' |
Definition at line 101 of file tmpl/lite/upcoming.php.
| $commands[] |
Initial value:
'<a href="'.root.'tv/upcoming?record=yes&' .$urlstr.'">'.t('Record This').'</a>'
Definition at line 102 of file tmpl/lite/upcoming.php.
| case __pad32__ |
Definition at line 109 of file tmpl/lite/upcoming.php.
| case __pad33__ |
Definition at line 118 of file tmpl/lite/upcoming.php.
| case __pad34__ |
Definition at line 122 of file tmpl/lite/upcoming.php.
| case __pad35__ |
Definition at line 130 of file tmpl/lite/upcoming.php.
| case __pad36__ |
Definition at line 134 of file tmpl/lite/upcoming.php.
| case __pad37__ |
Definition at line 142 of file tmpl/lite/upcoming.php.
| $rec_class |
Initial value:
implode(' ', array(recstatus_class($show), 'conflicting'))
Definition at line 147 of file tmpl/lite/upcoming.php.
| case __pad38__ |
Definition at line 156 of file tmpl/lite/upcoming.php.
| case __pad39__ |
Definition at line 164 of file tmpl/lite/upcoming.php.
| case __pad40__ |
Definition at line 169 of file tmpl/lite/upcoming.php.
| case __pad41__ |
Definition at line 174 of file tmpl/lite/upcoming.php.
| case __pad42__ |
Definition at line 182 of file tmpl/lite/upcoming.php.
| case __pad43__ |
Definition at line 190 of file tmpl/lite/upcoming.php.
| default __pad44__ |
Definition at line 198 of file tmpl/lite/upcoming.php.
| deactivated<ahref="'.root.'tv/upcoming?record=yes&'.$urlstr.'"> Activate</a><ahref="'.root.'tv/upcoming?dontrec=yes&'.$urlstr.'"> Don |
Definition at line 204 of file tmpl/lite/upcoming.php.
| if ($cur_group!=$prev_group &&$group_field!= '')(!empty($group_field)) echo" <td class = \"rec_class $rec_class\">$rec_char</td>\n" |
Definition at line 216 of file tmpl/lite/upcoming.php.
Definition at line 229 of file tmpl/lite/upcoming.php.
| $show channel name |
Definition at line 237 of file tmpl/lite/upcoming.php.
| $row |
Definition at line 245 of file tmpl/lite/upcoming.php.
1.5.5