Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $page_title = 'MythWeb - '.t('Recorded Programs') | |
| $headers [] = '<link rel="stylesheet" type="text/css" href="'.skin_url.'/recorded.css" />' | |
| global | $All_Shows |
| global | $Total_Programs |
| global | $Total_Time |
| global | $Total_Used |
| global | $Groups |
| global | $Program_Titles |
| if(count($Groups) > 1)($group_field=="")(!(($group_field=="title")||($group_field=="channum")||($group_field=="airdate")||($group_field=="recgroup")))(count($Groups) > 1) | ('Show group')?> ('All groups')?></option ><?php foreach($Groups as $recgroup |
| get_sort_link('recgroup', t('Recording Group'))('length', t('Length'))?> </td >< th class | $row = "x-filesize"><?php echo get_sort_link('file_size', t('File Size')) 0 |
| $section = -1 | |
| $prev_group = '' | |
| $cur_group = '' | |
| break | |
| case | __pad26__ |
| case | __pad27__ |
| case | __pad28__ |
| $show channel | name |
| skin_url | |
| $page_title = 'MythWeb - '.t('Recorded Programs') |
Definition at line 17 of file tmpl/lite/recorded.php.
| $headers[] = '<link rel="stylesheet" type="text/css" href="'.skin_url.'/recorded.css" />' |
Definition at line 20 of file tmpl/lite/recorded.php.
| global $All_Shows |
Definition at line 23 of file tmpl/lite/recorded.php.
| global $Total_Programs |
Definition at line 23 of file tmpl/lite/recorded.php.
| global $Total_Time |
Definition at line 23 of file tmpl/lite/recorded.php.
| global $Total_Used |
Definition at line 23 of file tmpl/lite/recorded.php.
| global $Groups |
Definition at line 23 of file tmpl/lite/recorded.php.
| global $Program_Titles |
Definition at line 23 of file tmpl/lite/recorded.php.
| if(count($Groups) > 1)($group_field=="")(!(($group_field=="title")||($group_field=="channum")||($group_field=="airdate")||($group_field=="recgroup")))(count($Groups) > 1) ('Show group')?>('All groups')?></option ><?php foreach($Groups as $recgroup |
Initial value:
> $count) { echo '<option id="Group '.htmlspecialchars($recgroup).'" value="'.htmlspecialchars($recgroup).'"'; if ($_GET['recgroup'] == $recgroup) echo ' SELECTED'; echo '>'.html_entities($recgroup) .' ('.tn('$1 recording', '$1 recordings', $count) .')</option>'; }
Definition at line 30 of file tmpl/lite/recorded.php.
| get_sort_link ('recgroup', t('Recording Group')) ('length', t('Length')) ?></td> <th class $row = "x-filesize"><?php echo get_sort_link('file_size', t('File Size')) 0 |
Definition at line 104 of file tmpl/lite/recorded.php.
| $section = -1 |
Definition at line 105 of file tmpl/lite/recorded.php.
| $prev_group = '' |
Definition at line 107 of file tmpl/lite/recorded.php.
| $cur_group = '' |
Definition at line 108 of file tmpl/lite/recorded.php.
Definition at line 116 of file tmpl/lite/recorded.php.
| case __pad26__ |
Definition at line 118 of file tmpl/lite/recorded.php.
| case __pad27__ |
Definition at line 121 of file tmpl/lite/recorded.php.
| case __pad28__ |
Definition at line 124 of file tmpl/lite/recorded.php.
| $show channel name |
Definition at line 158 of file tmpl/lite/recorded.php.
Definition at line 184 of file tmpl/lite/recorded.php.
1.5.5