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

使用中文后显示乱码问题修改;
competition
chenmin 11 years ago
parent 86cb7d13d5
commit 87ada7c0d5

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

Loading…
Cancel
Save