修改为视频列表形式
This commit is contained in:
parent
cf66b417aa
commit
f00639b9d2
|
@ -1,5 +1,6 @@
|
|||
<ul>
|
||||
<li><a href="/qzr/">青藏铁路介绍</a></li>
|
||||
<li><a href="/qzr/news">相关新闻</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="/qzr/document">文档</a></li>
|
||||
|
|
|
@ -34,15 +34,15 @@ $(document).ready(function(){
|
|||
},
|
||||
[
|
||||
{
|
||||
title:"青藏铁路",
|
||||
artist:"Blender Foundation",
|
||||
title:"National Geographic Megastructures Extreme Railway",
|
||||
artist:"Natioan Geography",
|
||||
free:true,
|
||||
flv: "<?= 'http://'.$_SERVER['SERVER_NAME'] ?>/images/National Geographic Megastructures Extreme Railway.flv",
|
||||
},
|
||||
{
|
||||
title:"青藏铁路",
|
||||
artist:"Blender Foundation",
|
||||
flv: "<?= 'http://'.$_SERVER['SERVER_NAME'] ?>/images/National Geographic Megastructures Extreme Railway.flv",
|
||||
title:"寰宇地理:青藏铁路",
|
||||
artist:"中国教育",
|
||||
flv: "<?= 'http://'.$_SERVER['SERVER_NAME'] ?>/images/extreme_railway_chs.flv",
|
||||
}
|
||||
],
|
||||
{
|
||||
|
@ -116,7 +116,9 @@ $(document).ready(function(){
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p><a href="/images/National Geographic Megastructures Extreme Railway.avi">AVI版本下载</a></p>
|
||||
<p><a href="/images/National Geographic Megastructures Extreme Railway.avi">National Geographic Megastructures Extreme Railway: AVI版本下载</a><br/>
|
||||
<a href="/images/extreme_railway_chs.avi">寰宇地理:青藏铁路 AVI版本下载</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?php echo $this->infos['body'];?>
|
||||
|
|
Loading…
Reference in New Issue