智慧建站平台,千套网站模板,免费随心选!

您现在的位置: 首页>>网站教程

帝国cms修改提示框样式以及跳转时间的方法

来源: 发布时间:2019-11-26热度:1624 ℃
本文实例讲述了帝国cms修改提示框样式以及跳转时间的方法。分享给大家供大家参考。具体实现方法如下:帝国cms的提示框及修改跳转时间的显示模板是:e/message/index.php提示框位于第41行···

帝国cms修改提示框样式以及跳转时间的方法

本文实例讲述了帝国cms修改提示框样式以及跳转时间的方法。分享给大家供大家参考。具体实现方法如下:

帝国cms的提示框及修改跳转时间的显示模板是:e/message/index.php

提示框位于第41行,代码如下:

代码如下:

<table width="500" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<tr class="header">
<td height="25"><div align="center">信息提示</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="80">
<div align="center">
<?=$error?>
<a href="<?=$gotourl?>">如果您的浏览器没有自动跳转,请点击这里</a>
</div></td>
</tr>
</table>
登录后复制

本文地址:http://ezhuoer.com