change download behavior.

This commit is contained in:
wlx 2009-12-25 11:57:59 +00:00
parent f39f8867d2
commit bbb5b8fb0b
2 changed files with 11 additions and 11 deletions

View File

@ -22,16 +22,6 @@
</ul>
</fieldset>
</div>
<div id="ftpinfo">
<fieldset><legend>FTP使用说明</legend>
帐号信息如下:<ul><li>FTP的用户名<?php echo $this->username; ?></li>
<li>FTP的密码<?php echo $this->userpass; ?></li>
<li>密码有效期限:<?php echo $this->ftptime; ?></li>
</ul>
<p>FTP是一种常用的文件传输协议您可以使用您自己喜欢的FTP客户端来进行数据下载也可以使用开源的<a href="http://filezilla-project.org">FileZilla</a>软件来进行数据下载。</p>
<p>您也可以直接使用浏览器进行下载支持的浏览器包括IE7+FIREFOX。注意在IE6下无法直接下载</p>
</fieldset>
</div>
<div id="link">
<?php if ($this->links) : ?>
<fieldset><legend>其他在线资源</legend>
@ -50,4 +40,14 @@
<?php endif; ?>
</fieldset>
</div>
<div id="ftpinfo">
<fieldset><legend>FTP使用说明</legend>
帐号信息如下:<ul><li>FTP的用户名<?php echo $this->username; ?></li>
<li>FTP的密码<?php echo $this->userpass; ?></li>
<li>密码有效期限:<?php echo $this->ftptime; ?></li>
</ul>
<p>FTP是一种常用的文件传输协议您可以使用您自己喜欢的FTP客户端来进行数据下载也可以使用开源的<a href="http://filezilla-project.org">FileZilla</a>软件来进行数据下载。</p>
<p>您也可以直接使用浏览器进行下载支持的浏览器包括IE7+FIREFOX。注意在IE6下无法直接下载</p>
</fieldset>
</div>
</div>

View File

@ -1,6 +1,6 @@
h1{font-size:18px;text-align:center;border-bottom:#ddd 1px dotted;}
#thumb {float:left;width:250px;}
#ftpurl,#ftpinfo{clear:left;float:left;}
#ftpurl{float:left;}
#ftpurl fieldset {position:relative;border:1px;border-bottom:0;border-right:0;border-left:0;}
#ftpurl legend{text-align:right;}
#ftpinfo fieldset {border:1px;border-bottom:0;border-right:0;}