1 Star 0 Fork 0

redgreat/fancyindex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
footer.html 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
redgreat 提交于 2022-08-23 17:13 . 修复issue内的历史问题
</div>
</div>
<script>
var loc =decodeURI(window.location.pathname);
var segments = loc.split('/');
var breadcrumbs = '';
var currentPath = '/';
for (var i=0; i<segments.length; i++) {
if (segments[i] != '') {
currentPath += segments[i] + '/';
breadcrumbs += '<a href="' + currentPath + '">' + window.unescape(segments[i]) + '<\/a>';
} else if (segments.length -1 !== i) {
currentPath += '';
breadcrumbs += '<a href="' + currentPath + '">Root<\/a>';
}
}
document.getElementById('breadcrumbs').innerHTML = breadcrumbs;
</script>
<script src="/fancyindex/js/history.js"></script>
<footer>
<div id="copyright&themeinfo" class="page-footer" style="position:absolute;bottom:12px;left:40%;color:gray;font-size:x-small;">
<a href="#" onclick="MGJS.goTop();return false;"> 回到顶部 </a> |
<a href="https://github.com/TheInsomniac/Nginx-Fancyindex-Theme" target="_blank">Them by GitHub</a> |
<a href="https://blog.wongcw.cn" target="_blank">
<script>document.write("Copyright © wangcw 2000-" + new Date().getFullYear() + " All Rights Reserved")
</script> </a>
</div>
</footer>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/rubygreat/fancyindex.git
git@gitee.com:rubygreat/fancyindex.git
rubygreat
fancyindex
fancyindex
master

搜索帮助