Based on Layui web UI component library, Simple Lay Admin is a theme template for web admin applications. It simplifies the process by offering a fully functional iframe tabs framework (nothing more except a login page template at this point).
- Clone the project repo through git, or download it as a zip file and then decompress.
- Navigate to the project root directory.
- Open
login.htmlorindex.htmlin a modern web browser and it will be all good to go. - The template pages should be compitable with all common backend frameworks.
Any HTML element in index.html with an <a> tag and a layui-href class attribute will be used as the reference to open a new iframe tab or jump to an existing iframe tab.
Notice that the value of the referential iframe source URL should be set through the data-href attribute instead of the usual href attribute.
If inactive (lost focus) for a default of 60 minutes (can be changed), the index page will automatically jump to the login page. Implement the session or cookie reset logic at the backend.


