加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model.php 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
GeJI7108 提交于 2023-07-26 03:12 . update
<?php
define('htmlhead','<html><head><title>$TITLE$</title><meta charset="utf-8"><meta name="title" content="$TITLE$"/><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="keywords" content="$KEYWORDS$'.$set['keywords'].'"><meta name="description" content="$DESCRIPTION$'.$set['description'].'"><link rel="stylesheet" href="https://apps.bdimg.com/libs/jquerymobile/1.3.0/jquery.mobile-1.3.0.min.css" />'.$set['js'].'<script src="https://apps.bdimg.com/libs/jquery/2.0.0/jquery.min.js"></script><script src="https://apps.bdimg.com/libs/jquerymobile/1.3.0/jquery.mobile-1.3.0.min.js"></script><script src="/js/de.js"></script><style type="text/css">span {font-size:14px;}.headerNfooter {background-color: '.$set['theme'].';color: #fff;text-shadow: none;}.headerNfooter a:link,.headerNfooter a:hover,.headerNfooter a:visited,.headerNfooter a:active { color: #000; text-decoration: none;}.headerNfooter h1 {text-indent: -999em; }@keyframes blink{0%{opacity: 1;}100%{opacity: 0;}}@-webkit-keyframes blink {0% { opacity: 1; }100% { opacity: 0; }}.blink{color: red;animation: blink 1s linear infinite;-webkit-animation: blink 1s linear infinite;}iframe{border-style:none;background-color:black;}</style></head><body><div data-role="page"><div class="headerNfooter" data-role="header" data-theme="f" data-position="fixed"><h1>$TITLE$</h1><a href="#" data-iconpos="left" data-icon="back" data-rel="back"><font color="white">返回</font></a><a href="/" data-icon="home" data-role="button" data-inline="true"><font color="white">首頁</font></a></div>');
define('htmlfoot','<img src="'.$set['footicon'].'" width="100%"></img><div data-role="footer"></a><h4>'.$set['foottext'].'</h4></div><div id="fb-root"></div></body></html>');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化