Revize a908ef13
Přidáno uživatelem Ondřej Anděl před více než 3 roky(ů)
application/index.php | ||
---|---|---|
7 | 7 |
|
8 | 8 |
<!-- css --> |
9 | 9 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> |
10 |
<link rel="stylesheet" href="./view/style.css">
|
|
10 |
<link rel="stylesheet" href="view/style.css"> |
|
11 | 11 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
12 | 12 |
|
13 | 13 |
<!-- jQuery library --> |
... | ... | |
31 | 31 |
<?php include "./view/footer.html" ?> |
32 | 32 |
</div> |
33 | 33 |
|
34 |
<?php include "./view/loginModal.html" ?> |
|
34 |
<?php include "./view/modals/loginModal.html" ?>
|
|
35 | 35 |
</body> |
36 | 36 |
</html> |
Také k dispozici: Unified diff
Feature #8350: Vytvoření modalů detailu a editu - detail