<!DOCTYPE html>
<html>
<head>
	<title>InstantCMS Installation</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link type="text/css" rel="stylesheet" href="css/sweetalert2.min.css">
    <link type="text/css" rel="stylesheet" href="css/styles.css">
    <script src="js/jquery.js"></script>
    <script src="js/install.js"></script>
    <script src="js/sweetalert2.all.min.js"></script>
</head>
<body>

    <div id="layout">

        <div id="header" class="section">
            <div class="logo">
                <span>Installation wizard</span>
                <div id="langs">
                                            <a class="language selected" href="?lang=en">
                            <img src="languages/en/flag.svg" alt="EN" title="EN">
                        </a>
                                            <a class="language" href="?lang=ru">
                            <img src="languages/ru/flag.svg" alt="RU" title="RU">
                        </a>
                                    </div>
            </div>
        </div>

        <table id="main" class="section">
            <tr>

                <td id="sidebar" valign="top">
                    <ul id="steps">
                                                    <li id="start" class="active">
                                1. Introduction                            </li>
                                                    <li id="license" >
                                2. License                            </li>
                                                    <li id="php" >
                                3. PHP Check                            </li>
                                                    <li id="paths" >
                                4. Paths                            </li>
                                                    <li id="site" >
                                5. Site                            </li>
                                                    <li id="database" >
                                6. Database                            </li>
                                                    <li id="admin" >
                                7. Administration                            </li>
                                                    <li id="config" >
                                8. Configuration                            </li>
                                                    <li id="cron" >
                                9. Scheduler                            </li>
                                                    <li id="finish" >
                                10. Finish                            </li>
                                            </ul>
                </td>

                <td id="body" valign="top">
                    <div class="page"><h1>Introduction</h1>

<div class="image">
    <img src="images/install.png" />
</div>

<p>The InstantCMS installation wizard will check whether your server meets the system requirements.</p>

<p>The wizard will ask you a series of questions that are required for the correct installation and configuration.</p>

<p>
    <a href="http://docs.instantcms.ru/en/manual/install" target="_blank" rel="noopener noreferrer">Installation Manual</a></p>

<div class="buttons">
    <input type="button" name="next" id="btn-next" value="Next &rarr;" onclick="nextStep()" />
</div></div>
                </td>

            </tr>
        </table>

        <div id="footer" class="section">
            <div id="copyright">
                <a href="http://instantsoft.ru" target="_blank">InstantSoft</a>, <a href="https://instantcms.ru/" target="_blank">InstantCMS</a> &copy; 2008 – 2023            </div>
            <div id="version">
                2.15.2            </div>
        </div>

    </div>

    <script>
        var current_step = 0;
        var LANG_ERROR = 'Error';
        var LANG_MANUAL = '<a href="http://docs.instantcms.ru/en/manual/install" target="_blank" rel="noopener noreferrer">Installation Manual</a>';
    </script>

</body>
</html>
