-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataObj.html
65 lines (56 loc) · 2.65 KB
/
dataObj.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
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<title>سامانه ویرایش فایل JSON</title>
<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" />
</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" 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>
<h2 class="text-center text-blue mt-3">نتایج:</h2>
<p class="text-blue mx-auto text-center w-50">پس از ایجاد تغییرات، روی دکمه «ذخیره اطلاعات» کلیک کنید.</p>
<div id="app" class="border border-1 mx-auto p-2 min-vh-100">
<div id="overlay" class="text-center">
<img src="img/Loading_icon.gif" alt="Loading" />
</div>
</div>
<footer>
<div class="container-fluid mx-auto row justify-content-center border-primary border-top py-3 mt-3 sticky-bottom">
<div class="ws-copyright text-blue">
تمامی حقوق متعلق به بنیاد ملی نخبگان می باشد.
</div>
</div>
</footer>
<a href="#" class="ws-top-btn">
<i class="fas fa-arrow-up"></i>
</a>
<script src="./js/jquery-3.6.3.min.js"></script>
<script src="./js/script.js"></script>
</body>
</html>