Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 4acf93a

Browse files
committed
Changed Spinner
1 parent f169d44 commit 4acf93a

File tree

7 files changed

+22
-10
lines changed

7 files changed

+22
-10
lines changed

frontend/Views/Error/Load1.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@{
2+
23
ViewData["Title"] = "Loading...";
34
}
45

@@ -14,7 +15,7 @@
1415
</style>
1516

1617
<div class="mainSection" style="box-shadow: none; margin-top:200px">
17-
<img src="https://i.pinimg.com/originals/43/b7/88/43b788696f1888284f0f321fd0af022a.gif" alt="load">
18+
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
1819
</div>
1920
<script>
2021
setTimeout(function () {

frontend/Views/Error/Load2.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@{
2+
23
ViewData["Title"] = "Loading...";
34
}
45

@@ -14,7 +15,7 @@
1415
</style>
1516

1617
<div class="mainSection" style="box-shadow: none; margin-top:200px">
17-
<img src="https://i.pinimg.com/originals/43/b7/88/43b788696f1888284f0f321fd0af022a.gif" alt="load">
18+
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
1819
</div>
1920
<script>
2021
setTimeout(function () {

frontend/Views/Error/Load3.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@{
2+
23
ViewData["Title"] = "Loading...";
34
}
45

@@ -14,7 +15,7 @@
1415
</style>
1516

1617
<div class="mainSection" style="box-shadow: none; margin-top:200px">
17-
<img src="https://i.pinimg.com/originals/43/b7/88/43b788696f1888284f0f321fd0af022a.gif" alt="load">
18+
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
1819
</div>
1920
<script>
2021
setTimeout(function () {

frontend/Views/Error/Load4.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@{
2+
23
ViewData["Title"] = "Loading...";
34
}
45

@@ -14,7 +15,7 @@
1415
</style>
1516

1617
<div class="mainSection" style="box-shadow: none; margin-top:200px">
17-
<img src="https://i.pinimg.com/originals/43/b7/88/43b788696f1888284f0f321fd0af022a.gif" alt="load">
18+
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
1819
</div>
1920
<script>
2021
setTimeout(function () {

frontend/Views/User/ControlPannel.cshtml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
</div>
4747
<div class="mainSection">
4848
<div class="subSection">
49-
<h1>Care</h1> <br>
49+
<h1>ContactUs</h1> <br>
5050

5151
<a asp-controller="ContactUs" asp-action="Index">
52-
Messages
52+
ContactUs
5353
</a>
5454

5555
</div>
@@ -60,13 +60,15 @@
6060
<h1>Management</h1> <br>
6161

6262
<a asp-controller="Order" asp-action="Index">
63-
Orders Recieved
63+
Order Recieved
6464
</a>
6565

6666
</div>
6767
</div>
6868
}
69+
6970
else
71+
7072
{
7173
<style>
7274
#customNav {
@@ -80,7 +82,7 @@ else
8082
</style>
8183

8284
<div class="mainSection" style="box-shadow: none; margin-top:200px">
83-
<img src="https://i.pinimg.com/originals/43/b7/88/43b788696f1888284f0f321fd0af022a.gif" alt="load">
85+
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
8486
</div>
8587
<script>
8688
setTimeout(function () {

frontend/Views/User/HomePage.cshtml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
</div>
2424
</div>
2525
}
26+
2627
else if (@ViewBag.LogMessage != null)
28+
2729
{
2830
<div class="mainSection">
2931

@@ -52,7 +54,9 @@ else if (@ViewBag.LogMessage != null)
5254

5355
</div>
5456
}
57+
5558
else if (@ViewBag.LogMessage == null)
59+
5660
{
5761
<style>
5862
#customNav {
@@ -66,7 +70,7 @@ else if (@ViewBag.LogMessage == null)
6670
</style>
6771

6872
<div class="mainSection" style="box-shadow: none; margin-top:200px">
69-
<img src="https://i.pinimg.com/originals/43/b7/88/43b788696f1888284f0f321fd0af022a.gif" alt="load">
73+
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
7074
</div>
7175
<script>
7276
setTimeout(function () {

frontend/Views/User/MyAccount.cshtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929

3030
</div>
3131
}
32+
3233
else if (@ViewBag.LogMessage == null)
34+
3335
{
3436
<style>
3537
#customNav {
@@ -43,7 +45,7 @@ else if (@ViewBag.LogMessage == null)
4345
</style>
4446

4547
<div class="mainSection" style="box-shadow: none; margin-top:200px">
46-
<img src="https://i.pinimg.com/originals/43/b7/88/43b788696f1888284f0f321fd0af022a.gif" alt="load">
48+
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
4749
</div>
4850
<script>
4951
setTimeout(function () {

0 commit comments

Comments
 (0)