帝国CMS的提示框及修改跳转时间的显示模板是:e/message/index.php
提示框位于第41行,
代码如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <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" > <b><?= $error ?></b> <a rel= "nofollow noopener noreferrer" href= "<?=$gotourl?>" >如果您的浏览器没有自动跳转,请点击这里</a> </div></td> </tr> </table> 其样式定义为 class = "tableborder" ,所引用的样式表在e/data/images/qcss.css文件中。 跳转时间位于e/message/index.php第18行: |
代码如下:
1 | var secs=3; //3秒 |
将其修改为自己想要设定的时间即可。
本文帝国CMS修改提示框&弹窗样式以及跳转时间的方法到此结束。当一个人摆脱了自已的恐惧,就会觉得无比的畅快和舒适。小编再次感谢大家对我们的支持!