1 Star 0 Fork 93

卮客/git

forked from 云落/git 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
404.php 2.44 KB
一键复制 编辑 原始数据 按行查看 历史
云落 提交于 2015-04-20 17:58 . add
<?php get_header(); ?>
<div class="content-wrap">
<?php if( git_get_option('git_sj404_b') ){
echo '
<style type="text/css">
.cont { margin:0 auto; line-height:20px; }
.c1 { text-align:center; }
.c1 .img1, .c1 .img2{ margin-top:80px; }
.cont h2{ text-align:center; color:#555; font-size:18px; font-weight:normal; height:35px; }
.c2{ height:35px; text-align:center; }
.c2 a{ display:inline-block; margin:0 4px; font-size:14px; height:23px; color:#626262; padding-top:1px; text-decoration:none; text-align:left; }
.c2 a:hover{ color:#626262; text-decoration:none;}
.c2 a.home{ width:66px; background:url("'.get_bloginfo("template_url").'/img/02.png"); padding-left:30px; }
.c2 a.home:hover{ background:url("'.get_bloginfo("template_url").'/img/02.png") 0 -24px; }
.c2 a.home:active{ background:url("'.get_bloginfo("template_url").'/img/02.png") 0 -48px; }
.c2 a.re{ width:66px; background:url("'.get_bloginfo("template_url").'/img/03.png"); padding-left:30px; }
.c2 a.re:hover{ background:url("'.get_bloginfo("template_url").'/img/03.png") 0 -24px; }
.c2 a.re:active{ background:url("'.get_bloginfo("template_url").'/img/03.png") 0 -48px; }
.c2 a.sr{ width:153px; background:url("'.get_bloginfo("template_url").'/img/04.png"); padding-left:28px; }
.c2 a.sr:hover{ background:url("'.get_bloginfo("template_url").'/img/04.png") 0 -24px; }
.c2 a.sr:active{ background:url("'.get_bloginfo("template_url").'/img/04.png") 0 -48px; }
.c3{ height:180px; text-align:center; color:#999; font-size:12px; }
</style>
<div class="cont">
<div class="c1"><img src="'.get_bloginfo("template_url").'/img/01.png" class="img1" /></div>
<h2>404页面咯~你访问的页面不存在</h2>
<div class="c2"><a href="javascript:;" class="re" onclick="javascript:history.back();">返回上页</a><a href="/" class="home">网站首页</a></div>
<div class="c3">通过搜索把你想找的文章给揪出来吧...</div>
</div>';
}else{ echo '<div style="text-align:center;padding:10px 0;font-size:16px;background-color:#ffffff;">
<h2 style="font-size:36px;margin-bottom:10px;">哎呦卧槽~404了~休息一下,玩个游戏吧!</h2>
<embed type="application/x-shockwave-flash" width="600" height="400" src="http://images.yusi123.com/zhuamao.swf" wmode="transparent" quality="high" scale="noborder" flashvars="width=600&amp;height=400" allowscriptaccess="sameDomain" align="L">
</div>';
} ?>
<?php if( git_get_option('git_404ad') ) echo git_get_option('git_404ad'); ?>
</div>
<?php get_footer(); ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zhiiker/git.git
git@gitee.com:zhiiker/git.git
zhiiker
git
git
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385