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