2013-03-20 09:10:12 +00:00
<?php
$config = Zend_Registry::get('config');
$this->headTitle($config->title->site);
$this->headTitle($config->title->qzr);
$this->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/water.css');
2013-03-20 09:29:18 +00:00
$this->theme->AppendPlus($this,'jquery');
$this->theme->AppendPlus($this,'jplayer');
$this->headLink()->appendStylesheet('/js/lib/jplayer/skin/blue.monday/jplayer.blue.monday.css');
2013-03-20 09:10:12 +00:00
$this->breadcrumb('< a href = "/" > 首页< / a > ');
$this->breadcrumb('< a href = "/qzr/" > 青藏铁路< / a > ');
$this->breadcrumb($this->infos['title']);
$this->breadcrumb()->setSeparator(' > ');
if(!empty($this->infos['keyword'])) $keyword = $this->infos['keyword']; else $keyword = $this->infos['title'];
2013-03-20 09:29:18 +00:00
?>
< div id = 'sidebar' >
< div id = 'leftnavi' >
<? = $this -> partial ( 'qzr/navi.phtml' ); ?>
< / div >
< / div >
< div id = 'right' >
< script type = "text/javascript" >
//< ![CDATA[
$(document).ready(function(){
$("#jquery_jplayer_1").jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
flv: "<? = 'http://' . $_SERVER [ 'SERVER_NAME' ] ?> /upload/flash/extreme_railway_chs.flv",
//poster: "http://www.jplayer.org/video/poster/Big_Buck_Bunny_Trailer_480x270.png"
});
},
swfPath: "/js/lib/jplayer/",
supplied: "flv",
size: {
width: "640px",
height: "360px",
cssClass: "jp-video-360p"
}
});
});
//]]>
< / script >
< div id = "jp_container_1" class = "jp-video jp-video-360p" >
< div class = "jp-type-single" >
< div id = "jquery_jplayer_1" class = "jp-jplayer" > < / div >
< div class = "jp-gui" >
< div class = "jp-video-play" >
< a href = "javascript:;" class = "jp-video-play-icon" tabindex = "1" > play< / a >
< / div >
< div class = "jp-interface" >
< div class = "jp-progress" >
< div class = "jp-seek-bar" >
< div class = "jp-play-bar" > < / div >
< / div >
< / div >
< div class = "jp-current-time" > < / div >
< div class = "jp-duration" > < / div >
< div class = "jp-title" >
< ul >
< li > Big Buck Bunny Trailer< / li >
< / ul >
< / div >
< div class = "jp-controls-holder" >
< ul class = "jp-controls" >
< li > < a href = "javascript:;" class = "jp-play" tabindex = "1" > play< / a > < / li >
< li > < a href = "javascript:;" class = "jp-pause" tabindex = "1" > pause< / a > < / li >
< li > < a href = "javascript:;" class = "jp-stop" tabindex = "1" > stop< / a > < / li >
< li > < a href = "javascript:;" class = "jp-mute" tabindex = "1" title = "mute" > mute< / a > < / li >
< li > < a href = "javascript:;" class = "jp-unmute" tabindex = "1" title = "unmute" > unmute< / a > < / li >
< li > < a href = "javascript:;" class = "jp-volume-max" tabindex = "1" title = "max volume" > max volume< / a > < / li >
< / ul >
< div class = "jp-volume-bar" >
< div class = "jp-volume-bar-value" > < / div >
< / div >
< ul class = "jp-toggles" >
< li > < a href = "javascript:;" class = "jp-full-screen" tabindex = "1" title = "full screen" > full screen< / a > < / li >
< li > < a href = "javascript:;" class = "jp-restore-screen" tabindex = "1" title = "restore screen" > restore screen< / a > < / li >
< li > < a href = "javascript:;" class = "jp-repeat" tabindex = "1" title = "repeat" > repeat< / a > < / li >
< li > < a href = "javascript:;" class = "jp-repeat-off" tabindex = "1" title = "repeat off" > repeat off< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "jp-no-solution" >
< span > Update Required< / span >
To play the media you will need to either update your browser to a recent version or update your < a href = "http://get.adobe.com/flashplayer/" target = "_blank" > Flash plugin< / a > .
< / div >
< / div >
< / div >
2013-03-20 09:10:12 +00:00
< p >
2013-03-20 09:29:18 +00:00
<?php echo $this -> infos [ 'body' ]; ?>
2013-03-20 09:10:12 +00:00
< / p >
< / div >
< / div >