首页 > 作文

TP5框架页面跳转样式操作示例

更新时间:2023-04-08 19:29:13 阅读: 评论:0

本文实例讲述了tp5框架页面跳转样式操作。分享给大家供大家参考,具体如下:

1、效果图

2、上干货

为了增加对移动设备的支持,在 /application/common.php加入以下函数:

function ismobile(){   if (ist ($_rver['http_x_wap_profile']))  {    return true;  }   if (ist ($_rver['http_via']))  {     return stristr($_rver['http_via'], "wap") ? true : fal;  }   if (ist ($_rver['http_ur_agent']))  {    $clientkeywords = array ('nokia',      'sony',      'ericsson',      'mot',      'samsung',      'htc',      'sgh',      'lg',      'sharp',      'sie-',      'philips',      'panasonic',      'alcatel',      'lenovo',      'iphone',      'ipod',      'blackberry',      'meizu',      'android',      'netfront',      'symbian',      'ucweb',      'windowsce',      'palm',      'operamini',      'operamobi',      'openwave',      'nexusone',      'cldc',      'midp',      'wap',      'mobile'      );     if (preg_match("/(" . implode('|', $clientkeywords) . ")/i", strtolower($_rver['http_ur_agent'])))    {      return true;    }   }   if (ist ($_rver['http_accept']))  {     if ((strpos($_rver['http_accept'], 'vnd.wap.wml') !== fal) && (strpos($_rver['http_accept'], 'text/html') === fal || (strpos($_rver['http_accept'], 'vnd.wap.wml') < strpos($_rver['http_accept'], 'text/html'))))    {      return true;    }   }   return fal;}

替换模板( 找到文件 /thinkphp/tpl/dispatch_jump.tpl ,删除里面的全部代码,加入下面代码)

{__nolayout__}<!doctype html public "-//w3c//dtd xhtml 1.0 transiti连续函数的定义onal//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-tran大学生心理健康教育论文sitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, ur-scalable=yes" />   <meta http-equiv="content-type" content="text/html; chart=utf-8" />  <title>跳转提示</title>  <?php if(ismobile()==true){?>苏联为啥解体;  <goup;style type="text/css">    body, h1, h2, p,dl,dd,dt{margin: 0;padding: 0;font: 15px/1.5 微软雅黑,tahoma,arial;}    body{background:#efefef;}    h1, h2, h3, h4, h5, h6 {font-size: 100%;cursor:default;}    ul, ol {list-style: none outside none;}    a {text-decoration: none;color:#447bc4}    a:hover {text-decoration: underline;}    .ip-attack{width:100%; margin:200px auto 0;}    .ip-attack dl{ background:#fff; padding:30px; border-radius:10px;border: 1px solid #cdcdcd;-webkit-box-shadow: 0 0 8px #cdcdcd;-moz-box-shadow: 0 0 8px #cdcdcd;box-shadow: 0 0 8px #cdcdcd;}    .ip-attack dt{text-align:center;}    .ip-attack dd{font-size:16px; color:#333; text-align:center;}    .tips{text-align:center; font-size:14px; line-height:50px; color:#999;}  </style><?php }el{ ?><style type="text/css">    body, h1, h2, p,dl,dd,dt{margin: 0;padding: 0;font: 15px/1.5 微软雅黑,tahoma,arial;}    body{background:#efefef;}    h1, h2, h3, h4, h5, h6 {font-size: 100%;cursor:default;}    ul, ol {list-style: none outside none;}    a {text-decoration: none;color:#447bc4}    a:hover {text-decoration: underline;}    .ip-attack{width:600px; margin:200px auto 0;}    .ip-attack dl{ background:#fff; padding:30px; border-radius:10px;border: 1px solid #cdcdcd;-webkit-box-shadow: 0 0 8px #cdcdcd;-moz-box-shadow: 0 0 8px #cdcdcd;box-shadow: 0 0 8px #cdcdcd;}    .ip-attack dt{text-align:center;}    .ip-attack dd{font-size:16px; color:#333; text-align:center;}  陈郡  .tips{text-align:center; font-size:14px; line-height:50px; color:#999;}  </style><?php }?>  </head><body>  <div class="ip-attack"><dl>    <?php switch ($code) {?>      <?php ca 1:?>      <dt style="color: green"><?php echo(strip_tags($msg));?></dt>      <?php break;?>      <?php ca 0:?>      <dt style="color: red"><?php echo(strip_tags($msg));?></dt>      <?php break;?>    <?php } ?>    <br>    <dt>      页面自动 <a id="href" href="<?php echo($url);?>" rel="external nofollow" >跳转</a> 等待时间: <b id="wait"><?php echo($wait);?></b>    </dt></dl>  </div>  <script type="text/javascript">    (function(){      var wait = document.getelementbyid('wait'),        href = document.getelementbyid('href').href;      var interval = tinterval(function(){        var time = --wait.innerhtml;        if(time <= 0) {          location.href = href;          clearinterval(interval);        };      }, 1000);    })();  </script></body></html>

3、over over over!!!

本文发布于:2023-04-08 19:29:10,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/2712ecdb2a01e66e73e60959b696a735.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:TP5框架页面跳转样式操作示例.doc

本文 PDF 下载地址:TP5框架页面跳转样式操作示例.pdf

标签:跳转   微软   连续函数   苏联
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图