Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $page_title = 'Recording Statistics' | |
| $headers [] = '<link rel="stylesheet" type="text/css" href="'.skin_url.'/stats.css" />' | |
| < option<?phpif($_GET['query_time']=='All_time') echo'selected'?> value if($_GET['query_time']=='year') echo 'selected'?> value if($_GET['query_time']=='month') echo 'selected'?> value if($_GET['query_time']=='week') echo 'selected'?> value | if ($_GET['query_time']=='day') echo 'selected'?> value = "All_time"><?php echo t('All') "year"><?php echo t('Past Year') "month"><?php echo t('Past Month') "week"><?php echo t('Past Week') "day"><?php echo t('Yesterday') |
| if($_GET['count_dropdown']=='10') echo 'selected'?> value if($_GET['count_dropdown']=='25') echo 'selected'?> value if($_GET['count_dropdown']=='50') echo 'selected'?> value if($_GET['count_dropdown']=='100') echo 'selected'?> value | if ($_GET['count_dropdown']=='all') echo 'selected'?> value = "10"><?php echo t('Top $1', 10) "25"><?php echo t('Top $1', 25) "50"><?php echo t('Top $1', 50) "100"><?php echo t('Top $1', 100) "all"><?php echo t('All') |
| $maxcount = count($shows) | |
| $padded = false | |
| $page_title = 'Recording Statistics' |
Definition at line 18 of file default/stats.php.
| $headers[] = '<link rel="stylesheet" type="text/css" href="'.skin_url.'/stats.css" />' |
Definition at line 21 of file default/stats.php.
| <option<?phpif($_GET['query_time']=='All_time')echo'selected'?> value if ($_GET['query_time']=='year') echo 'selected' ?> value if ($_GET['query_time']=='month') echo 'selected' ?> value if ($_GET['query_time']=='week') echo 'selected' ?> value if($_GET['query_time']=='day') echo 'selected'?> value = "All_time"><?php echo t('All') "year"><?php echo t('Past Year') "month"><?php echo t('Past Month') "week"><?php echo t('Past Week') "day"><?php echo t('Yesterday') |
Definition at line 40 of file default/stats.php.
| if ($_GET['count_dropdown']=='10') echo 'selected' ?> value if ($_GET['count_dropdown']=='25') echo 'selected' ?> value if ($_GET['count_dropdown']=='50') echo 'selected' ?> value if ($_GET['count_dropdown']=='100') echo 'selected' ?> value if($_GET['count_dropdown']=='all') echo 'selected'?> value = "10"><?php echo t('Top $1', 10) "25"><?php echo t('Top $1', 25) "50"><?php echo t('Top $1', 50) "100"><?php echo t('Top $1', 100) "all"><?php echo t('All') |
Definition at line 51 of file default/stats.php.
| $maxcount = count($shows) |
Definition at line 94 of file default/stats.php.
| $padded = false |
Definition at line 97 of file default/stats.php.
1.5.5