How to modify prompt box style and jump time in Empire CMS

silencement
Release: 2019-11-26 14:57:27
forward
2585 people have browsed it

How to modify prompt box style and jump time in Empire CMS

The example in this article describes the method of modifying the prompt box style and jump time in Empire CMS. Share it with everyone for your reference. The specific implementation method is as follows:

The prompt box of Empire cms and the display template for modifying the jump time are: e/message/index.php

The prompt box is located on line 41, and the code is as follows:

The code is as follows:

It is recommended to study "Empire cms tutorial"

The style is defined as class="tableborder", and the referenced The style sheet is in the e/data/images/qcss.css file.

The jump time is located on line 18 of e/message/index.php:

The code is as follows:

var secs=3;//3秒
Copy after login

Just modify it to the time you want to set .

I hope this article will be helpful to everyone’s Imperial CMS website building.

The above is the detailed content of How to modify prompt box style and jump time in Empire CMS. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:www.word666.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!