-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (80 loc) · 3.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="./css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="./js/jquery-3.6.3.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplePagination.js/1.6/jquery.simplePagination.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simplePagination.js/1.6/simplePagination.min.css">
<script src="./js/script.js"></script>
<title>سامانه ویرایش فایل JSON</title>
</head>
<body>
<nav class="navbar navbar-expand sticky-top">
<div class="container-fluid">
<div class="collapse navbar-collapse navbar-dark">
<ul class="navbar-nav my-2 my-lg-0">
<li class="nav-item border-2">
<i class="fa fa-home" aria-hidden="true"></i>
<a class="nav-link" aria-current="page" href="./index.html">
صفحه اصلی</a>
</li>
</ul>
<form class="search-box d-flex me-auto" role="search" action="./dataObj.html">
<input class="form-control bg-light searchInput" type="search" placeholder="جستجو ..." aria-label="Search" />
<button class="btn border border-2">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search"
viewBox="0 0 16 16">
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
</svg>
</button>
</form>
</div>
</div>
</nav>
<div>
<div class="p-3 d-flex flex-column align-items-center justify-content-center">
<img src="./img/logo.png" class="py-3" alt="" srcset="">
<h1 class="text-blue">سامانه ویرایش موجودیت های علوم اسلامی</h1>
<br>
<form class="d-flex mx-auto w-50" role="search" action="">
<input class="form-control searchInput rounded-pill border-primary" type="search" name="search"
placeholder="جستجو ..." aria-label="Search" />
<button class="btn btn-blue rounded-circle me-2">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search"
viewBox="0 0 16 16">
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
</svg>
</button>
</form>
</div>
</div>
<div class="mx-auto p-2 w-50 my-2">
<ol id="titles-list" class="list-group ">
<div id="overlay" class="text-center">
<img src="img/Loading_icon.gif" alt="Loading" />
</div>
</ol>
<div id="pagination" class=" my-3"></div>
</div>
<footer class="mt-5">
<div class="container-fluid mx-auto row justify-content-center border-primary border-top py-3 sticky">
<div class="ws-copyright text-blue">
تمامی حقوق متعلق به بنیاد ملی نخبگان می باشد.
</div>
</div>
</footer>
<a href="#" class="ws-top-btn">
<i class="fas fa-arrow-up"></i>
</a>
</body>
</html>