new version main page

This commit is contained in:
Your Name
2021-05-24 01:13:43 +03:00
parent 2f2c1489a2
commit 766e572752
18 changed files with 434 additions and 108 deletions

View File

@@ -1,11 +0,0 @@
<?$checklogin = check_login_kuri();?>
<div id="auth">
<?if ($checklogin['error'] == 'client not found'):?>
<a href="<?=SITE?>login">Войти</a>
<?else:?>
<?=$checklogin['clientmail']?>
<a href="<?=SITE?>mybooks">Моя библиотека</a>&nbsp;
<a href="<?=SITE?>out">Выйти</a>
<?endif?>
</div>