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

使用中文后显示乱码问题修改;
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,7 +25,8 @@
</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>-->
<h1>对不起,该文件现在不能下载!</h1>
<h3> <a href="http://forge.trustie.net" style="">Goto Home page</a> </h3> <h3> <a href="http://forge.trustie.net" style="">Goto Home page</a> </h3>
<div class="container" style=""> <div class="container" style="">
@ -36,5 +38,5 @@
<a href="javascript:history.back()">Back</a> <a href="javascript:history.back()">Back</a>
</p> </p>
</div> </div>
</body> </body>
</html> </html>

Loading…
Cancel
Save