2021-11-09 10:44:37 +03:00
|
|
|
<!doctype html>
|
2020-04-22 22:48:56 +03:00
|
|
|
<html lang="en">
|
2015-10-05 00:18:23 +03:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
|
2020-12-09 15:17:45 +03:00
|
|
|
<title>Installation | Easy!Appointments</title>
|
2020-09-07 13:51:50 +03:00
|
|
|
|
2017-11-14 16:01:49 +03:00
|
|
|
<link rel="icon" type="image/x-icon" href="<?= asset_url('assets/img/favicon.ico') ?>">
|
2022-06-01 13:56:41 +03:00
|
|
|
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/themes/default.min.css') ?>">
|
2017-11-14 16:01:49 +03:00
|
|
|
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/general.css') ?>">
|
2021-12-10 11:07:10 +03:00
|
|
|
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/pages/installation.css') ?>">
|
2015-10-05 00:18:23 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-12-09 15:17:45 +03:00
|
|
|
<div id="loading" class="d-none">
|
2021-12-10 11:07:10 +03:00
|
|
|
<img src="<?= base_url('assets/img/loading.gif') ?>" alt="loading">
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
<div class="container">
|
|
|
|
<h1 class="page-title">Easy!Appointments Installation</h1>
|
2015-10-05 00:18:23 +03:00
|
|
|
</div>
|
2020-12-09 15:17:45 +03:00
|
|
|
</header>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2020-12-09 15:17:45 +03:00
|
|
|
<div class="content container">
|
|
|
|
<div class="welcome">
|
|
|
|
<h3>Welcome to the Easy!Appointments installation page.</h3>
|
2024-04-30 04:43:35 +03:00
|
|
|
<p><details>
|
2023-11-29 12:24:09 +03:00
|
|
|
This page will help you set the main settings of your Easy!Appointments installation. You will be able to
|
|
|
|
edit these settings and many more in the backend session of your system. Remember to use the
|
|
|
|
<strong class="text-primary"><?= site_url('user/login') ?></strong> URL to connect to the backend section
|
2021-12-10 11:07:10 +03:00
|
|
|
of Easy!Appointments.
|
2020-12-09 15:17:45 +03:00
|
|
|
|
|
|
|
If you face any problems during the usage of Easy!Appointments you can always check the
|
2023-11-29 12:24:09 +03:00
|
|
|
<a href="https://easyappointments.org/docs.html">Documentation</a> and
|
|
|
|
<a href="https://groups.google.com/group/easy-appointments">Support Group</a> for getting help. You may also
|
2021-12-10 11:07:10 +03:00
|
|
|
submit new issues on
|
2020-12-09 15:17:45 +03:00
|
|
|
<a href="https://github.com/alextselegidis/easyappointments/issues">GitHub Issues</a>
|
|
|
|
in order to help our development process.
|
2024-04-30 04:43:35 +03:00
|
|
|
</details></p>
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2024-04-30 15:25:25 +03:00
|
|
|
<div class="alert" hidden></div>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2020-12-09 15:17:45 +03:00
|
|
|
<div class="row">
|
|
|
|
<div class="admin-settings col-12 col-sm-5">
|
2024-04-30 04:43:35 +03:00
|
|
|
<h3 class="text-black-50 mb-3 fw-light">Administrator</h3>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="first-name">
|
|
|
|
<?= lang('first_name') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input id="first-name" class="form-control required" maxlength="256">
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="last-name">
|
|
|
|
<?= lang('last_name') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input id="last-name" class="form-control required" maxlength="512">
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="email">
|
|
|
|
<?= lang('email') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input id="email" class="form-control required" maxlength="512">
|
2015-10-05 00:18:23 +03:00
|
|
|
</div>
|
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="phone-number">
|
|
|
|
<?= lang('phone_number') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input id="phone-number" class="form-control required" maxlength="128">
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="username">
|
|
|
|
<?= lang('username') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input id="username" class="form-control required" maxlength="256">
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="password">
|
|
|
|
<?= lang('password') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input type="password" id="password" class="form-control required" maxlength="512">
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="password-confirm">
|
|
|
|
<?= lang('retype_password') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input type="password" id="password-confirm" class="form-control required" maxlength="512">
|
2015-10-05 00:18:23 +03:00
|
|
|
</div>
|
2024-04-30 04:43:35 +03:00
|
|
|
|
2015-10-05 00:18:23 +03:00
|
|
|
</div>
|
|
|
|
|
2020-12-09 15:17:45 +03:00
|
|
|
<div class="company-settings col-12 col-sm-5">
|
2024-04-30 04:43:35 +03:00
|
|
|
<h3 class="text-black-50 mb-3 fw-light"><?= lang('company') ?></h3>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="company-name">
|
|
|
|
<?= lang('company_name') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input id="company-name" data-field="company_name" class="required form-control">
|
|
|
|
<div class="form-text text-muted">
|
|
|
|
<small>
|
|
|
|
<?= lang('company_name_hint') ?>
|
|
|
|
</small>
|
|
|
|
</div>
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="company-email">
|
|
|
|
<?= lang('company_email') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input id="company-email" data-field="company_email" class="required form-control">
|
|
|
|
<div class="form-text text-muted">
|
|
|
|
<small>
|
|
|
|
<?= lang('company_email_hint') ?>
|
|
|
|
</small>
|
|
|
|
</div>
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2015-10-05 00:18:23 +03:00
|
|
|
|
2021-11-23 11:53:10 +03:00
|
|
|
<div class="mb-3">
|
2024-04-30 04:43:35 +03:00
|
|
|
<label class="form-label" for="company-link">
|
|
|
|
<?= lang('company_link') ?>
|
|
|
|
<span class="text-danger">*</span>
|
|
|
|
</label>
|
|
|
|
<input id="company-link" data-field="company_link" class="required form-control">
|
|
|
|
<div class="form-text text-muted">
|
|
|
|
<small>
|
|
|
|
<?= lang('company_link_hint') ?>
|
|
|
|
</small>
|
|
|
|
</div>
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2024-04-30 04:43:35 +03:00
|
|
|
|
2020-12-09 15:17:45 +03:00
|
|
|
</div>
|
2015-10-05 00:18:23 +03:00
|
|
|
</div>
|
|
|
|
|
2020-12-09 15:17:45 +03:00
|
|
|
<br>
|
|
|
|
|
|
|
|
<p>
|
2021-12-10 11:07:10 +03:00
|
|
|
You will be able to set your business logic in the backend settings page after the installation is complete.
|
2020-12-09 15:17:45 +03:00
|
|
|
<br>
|
|
|
|
Press the following button to complete the installation process.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
2021-12-10 11:07:10 +03:00
|
|
|
<div class="mb-2">
|
|
|
|
<h3>License</h3>
|
2023-11-29 12:24:09 +03:00
|
|
|
Easy!Appointments is licensed under the <span class="badge bg-secondary">GPL-3.0 license</span>. By using the
|
|
|
|
code
|
2021-12-10 11:07:10 +03:00
|
|
|
of Easy!Appointments in any way <br> you agree with the terms described in the following url:
|
|
|
|
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">https://www.gnu.org/licenses/gpl-3.0.en.html</a>
|
|
|
|
</div>
|
2020-12-09 15:17:45 +03:00
|
|
|
|
|
|
|
<br>
|
|
|
|
|
2022-02-10 22:54:15 +03:00
|
|
|
<button type="button" id="install" class="btn btn-primary">
|
2021-11-23 10:41:37 +03:00
|
|
|
<i class="icon-white icon-ok me-2"></i>
|
2020-12-09 15:17:45 +03:00
|
|
|
Install Easy!Appointments
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
Powered by <a href="https://easyappointments.org">Easy!Appointments</a>
|
|
|
|
</footer>
|
|
|
|
|
2023-11-29 12:24:09 +03:00
|
|
|
<?php component('js_vars_script'); ?>
|
|
|
|
<?php component('js_lang_script'); ?>
|
2022-02-10 22:40:25 +03:00
|
|
|
|
2021-11-08 12:57:03 +03:00
|
|
|
<script src="<?= asset_url('assets/vendor/jquery/jquery.min.js') ?>"></script>
|
|
|
|
<script src="<?= asset_url('assets/vendor/@popperjs-core/popper.min.js') ?>"></script>
|
2021-11-23 12:12:49 +03:00
|
|
|
<script src="<?= asset_url('assets/vendor/bootstrap/bootstrap.min.js') ?>"></script>
|
2021-12-13 09:52:09 +03:00
|
|
|
|
|
|
|
<script src="<?= asset_url('assets/js/app.js') ?>"></script>
|
2022-01-12 13:18:57 +03:00
|
|
|
<script src="<?= asset_url('assets/js/utils/message.js') ?>"></script>
|
2022-02-10 22:40:25 +03:00
|
|
|
<script src="<?= asset_url('assets/js/utils/validation.js') ?>"></script>
|
|
|
|
<script src="<?= asset_url('assets/js/utils/url.js') ?>"></script>
|
2022-01-12 13:18:57 +03:00
|
|
|
<script src="<?= asset_url('assets/js/pages/installation.js') ?>"></script>
|
2021-12-13 09:52:09 +03:00
|
|
|
|
2015-10-05 00:18:23 +03:00
|
|
|
</body>
|
|
|
|
</html>
|