Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Functions | |
| http_failure (err, errstr) | |
Variables | |
| $page_title = 'MythWeb - '.t('Recorded Programs') | |
| $headers [] = '<link rel="stylesheet" type="text/css" href="'.skin_url.'/tv_recorded.css">' | |
| global | $All_Shows |
| global | $Total_Programs |
| global | $Total_Time |
| global | $Total_Used |
| global | $Groups |
| global | $Program_Titles |
| else | $recgroup_cols = 0 |
| $group_field = $_SESSION['recorded_sortby'][0]['field'] | |
| programcount | |
| innerHTML = programcount | |
| totaltime = file.length | |
| diskused = file.size | |
| </script >< formid="change_title"action=" <?phpechoroot?> tv recorded | method |
| $row = 0 | |
| $section = -1 | |
| $prev_group = '' | |
| $cur_group = '' | |
| break | |
| case | __pad0__ |
| case | __pad1__ |
| case | __pad2__ |
| if | ($_SESSION['recorded_pixmaps']) ('Recording Details')?>" ><img src |
| root | |
| $show | chanid |
| $show $show | recstartts |
| $show $show | $_SESSION ['recorded_pixmaps'] |
| skin_url | |
| n | |
| http_failure | ( | err | , | |
| errstr | ||||
| ) |
Definition at line 208 of file tmpl/default/recorded.php.
| $page_title = 'MythWeb - '.t('Recorded Programs') |
Definition at line 17 of file tmpl/default/recorded.php.
| $headers[] = '<link rel="stylesheet" type="text/css" href="'.skin_url.'/tv_recorded.css">' |
Definition at line 20 of file tmpl/default/recorded.php.
| global $All_Shows |
Definition at line 23 of file tmpl/default/recorded.php.
| global $Total_Programs |
Definition at line 23 of file tmpl/default/recorded.php.
| global $Total_Time |
Definition at line 23 of file tmpl/default/recorded.php.
| global $Total_Used |
Definition at line 23 of file tmpl/default/recorded.php.
| global $Groups |
Definition at line 23 of file tmpl/default/recorded.php.
| global $Program_Titles |
Definition at line 23 of file tmpl/default/recorded.php.
| else $recgroup_cols = 0 |
Definition at line 32 of file tmpl/default/recorded.php.
| $group_field = $_SESSION['recorded_sortby'][0]['field'] |
Definition at line 35 of file tmpl/default/recorded.php.
Definition at line 187 of file tmpl/default/recorded.php.
Definition at line 189 of file tmpl/default/recorded.php.
Definition at line 191 of file tmpl/default/recorded.php.
Definition at line 199 of file tmpl/default/recorded.php.
| </script><formid="change_title"action="<?phpechoroot?> tv recorded method |
Initial value:
"get"> <table id="title_choices" class="commandbox commands" border="0" cellspacing="0" cellpadding="4"> <tr> <?php if (count($Groups) > 1) { ?> <td class="x-group"><?php echo t('Show group') ?>:</td> <td><select name="recgroup" onchange="$('change_title').submit()"> <option value=""><?php echo t('All groups') ?></option><?php foreach($Groups as $recgroup => $count) { echo '<option id="Group '.htmlspecialchars($recgroup).'" value="'.htmlspecialchars($recgroup).'"'; if ($_REQUEST['recgroup'] == $recgroup) echo ' SELECTED'; echo '>'.html_entities($recgroup) .' ('.tn('$1 recording', '$1 recordings', $count) .')</option>'; } ?> </select></td> <?php }
Definition at line 217 of file tmpl/default/recorded.php.
Referenced by $method(), decode_init(), and main().
| $row = 0 |
Definition at line 270 of file tmpl/default/recorded.php.
Referenced by MythTV::BackendRows(), getPlaylistM3u(), getplaylistnames(), getRandItems(), if(), internalGetPlaylist(), musicLookup(), play(), playlist_rem(), randAdd(), searchMusic(), viewPlaylist(), and while().
| $section = -1 |
Definition at line 271 of file tmpl/default/recorded.php.
| $prev_group = '' |
Definition at line 273 of file tmpl/default/recorded.php.
| $cur_group = '' |
Definition at line 274 of file tmpl/default/recorded.php.
Definition at line 282 of file tmpl/default/recorded.php.
| case __pad0__ |
Definition at line 284 of file tmpl/default/recorded.php.
| case __pad1__ |
Definition at line 287 of file tmpl/default/recorded.php.
| case __pad2__ |
Definition at line 290 of file tmpl/default/recorded.php.
Initial value:
"<?php echo $show->thumb_url(100,0) ?>"></a> <?php } else { echo ' -noimg">'; }
Definition at line 309 of file tmpl/default/recorded.php.
Definition at line 319 of file tmpl/default/recorded.php.
| $show chanid |
Definition at line 319 of file tmpl/default/recorded.php.
Referenced by Channel::__construct(), EITHelper::AddEIT(), TV::ChangeChannel(), ProgramData::clearDataBySource(), EITHelper::CompleteEvent(), ChannelUtil::CreateChanID(), MainServer::customEvent(), JobQueue::customEvent(), TV::doEditSchedule(), StatusBox::doJobQueueStatus(), AutoExpire::ExpireEpisodesOverMax(), GuideGrid::fillChannelInfos(), ProgramRecPriority::FillList(), ChannelListSetting::fillSelections(), ProgLister::fillViewList(), ProgramData::fix_end_times(), foreach(), DVBChannel::GetCachedPids(), Channel::GetCachedPids(), EITHelper::GetChanID(), ChannelBase::GetNextChannel(), TVRec::GetNextProgram(), TV::GetNextProgram(), TVRec::GetProgramRingBufferForLiveTV(), GuideGrid::GetSelection(), SIScan::HandleAllGood(), ChannelData::handleChannels(), ProgramData::handlePrograms(), MainServer::HandleRecorderQuery(), MainServer::HandleSetBookmark(), MainServer::HandleSetChannelInfo(), DBox2EPG::httpRequestFinished(), if(), incomingCustomEvent(), ChannelBase::Init(), is_input_group_busy(), TVRec::IsBusy(), TV::ITVRestart(), main(), ManualSchedule::ManualSchedule(), ProgLister::powerEdit(), JobQueue::ProcessQueue(), DBox2EPG::run(), IPTVChannelFetcher::RunScan(), TV::RunTV(), DVBChannel::SaveCachedPids(), Channel::SaveCachedPids(), startGuide(), TVRec::ToggleChannelFavorite(), GuideGrid::toggleChannelFavorite(), TVRec::TuningGetChanNum(), update_channel_basic(), AutoExpire::UpdateDontExpireSet(), SIScan::UpdatePMTinDB(), SIScan::UpdateSDTinDB(), IconData::UpdateSourceIcons(), and SIScan::UpdateVCTinDB().
| $show $show recstartts |
Definition at line 319 of file tmpl/default/recorded.php.
Referenced by ViewScheduled::FillList(), ViewScheduleDiff::FillList(), PlaybackBox::FillList(), and PlaybackBox::initPopup().
| $show $show $_SESSION['recorded_pixmaps'] |
Definition at line 319 of file tmpl/default/recorded.php.
Definition at line 371 of file tmpl/default/recorded.php.
Definition at line 410 of file tmpl/default/recorded.php.
1.5.5