资源搜索页面下载文件改为中文提示;

使用中文后显示乱码问题修改;
This commit is contained in:
chenmin 2014-08-14 10:52:34 +08:00
parent 86cb7d13d5
commit 87ada7c0d5
1 changed files with 13 additions and 11 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>File not found</title>
<style>
body{
@ -24,17 +25,18 @@
</head>
<body>
<div class="container" >
<h1>Sorry, this file can not be downloaded now. </h1>
<h3> <a href="http://forge.trustie.net" style="">Goto Home page</a> </h3>
<!--<h1>Sorry, this file can not be downloaded now. </h1>-->
<h1>对不起,该文件现在不能下载!</h1>
<h3> <a href="http://forge.trustie.net" style="">Goto Home page</a> </h3>
<div class="container" style="">
<div style="position: relative; right:0;text-align: right;">
<h4>Trustie Team.</h4>
<div class="container" style="">
<div style="position: relative; right:0;text-align: right;">
<h4>Trustie Team.</h4>
</div>
</div>
<p class="hidden" >
<a href="javascript:history.back()">Back</a>
</p>
</div>
<p class="hidden" >
<a href="javascript:history.back()">Back</a>
</p>
</div>
</body>
</html>
</body>
</html>