CC-2438: Add a button to listen to the stream immediately
-Pop-up. Just need a proper skin.
This commit is contained in:
parent
83bba9532e
commit
1e70feda6b
8 changed files with 497 additions and 2 deletions
|
@ -13,6 +13,14 @@ class DashboardController extends Zend_Controller_Action
|
|||
// action body
|
||||
}
|
||||
|
||||
public function streamPlayerAction()
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
$baseUrl = $request->getBaseUrl();
|
||||
$this->view->headLink()->appendStylesheet($baseUrl.'/js/jplayer/skin/jplayer.blue.monday.css');
|
||||
$this->_helper->layout->setLayout('bare');
|
||||
}
|
||||
|
||||
public function helpAction()
|
||||
{
|
||||
// action body
|
||||
|
|
|
@ -90,12 +90,13 @@ class NowplayingController extends Zend_Controller_Action
|
|||
$this->view->entries = Application_Model_Nowplaying::GetDataGridData($viewType, $dateString);
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
public function livestreamAction()
|
||||
{
|
||||
//use bare bones layout (no header bar or menu)
|
||||
$this->_helper->layout->setLayout('bare');
|
||||
}
|
||||
*/
|
||||
|
||||
public function dayViewAction()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue