-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gemma
committed
Nov 8, 2023
1 parent
52060b0
commit 50215b3
Showing
5 changed files
with
202 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,124 +2,133 @@ | |
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<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"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="media/mystyle.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
<link href="https://unpkg.com/@popperjs/core@2" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
<script src="media/tablesorter.js"></script> | ||
<script src="media/arrows.js"></script> | ||
</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"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="media/mystyle.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
<link href="https://unpkg.com/@popperjs/core@2" rel="stylesheet" | ||
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
<script src="media/tablesorter.js"></script> | ||
<script src="media/arrows.js"></script> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar navbar-expand-lg"> | ||
<div class="container-fluid"> | ||
<span class="navbar-text "> | ||
<img class="logo" src="media/logo.png" alt="EGA" height="70px"> | ||
</span> | ||
<a class="navbar-brand " href="/"><h1 class="bi bi-kanban display-6 mx-auto p-2 fw-bold ms-5" style="color: #760509;"> Beacon Admin Page</h1></a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarText"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<nav class="navbar navbar-expand-lg"> | ||
<div class="container-fluid"> | ||
<span class="navbar-text "> | ||
<img class="logo" src="media/logo.png" alt="EGA" height="70px"> | ||
</span> | ||
<a class="navbar-brand " href="/"> | ||
<h1 class="bi bi-kanban display-6 mx-auto p-2 fw-bold ms-5" style="color: #760509;"> Beacon Admin Page</h1> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" | ||
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarText"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</nav> | ||
|
||
<div class="container pt-3 " style="font-size: 14px; "> | ||
<div class="col"> | ||
<div class="containerfirst"> | ||
<div class="row"> | ||
</nav> | ||
|
||
<div class="col-3" style="display: inline"> | ||
|
||
|
||
<div class="row"> | ||
<div class="col"> | ||
<form method="post" onsubmit="openLoader()"> | ||
{% csrf_token %} | ||
<div class="row"><div> | ||
{% for f in form %} | ||
<p>{{f.help_text|safe}} {{f}} </p> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-5"> | ||
<button type="submit" class="btn btn-danger mb-3">Search</button> | ||
<div class="container pt-3 " style="font-size: 14px; "> | ||
<div class="col"> | ||
<div class="containerfirst"> | ||
<div class="row"> | ||
|
||
<div class="col-3" style="display: inline"> | ||
|
||
|
||
<div class="row"> | ||
<div class="col"> | ||
<form method="post" onsubmit="openLoader()"> | ||
{% csrf_token %} | ||
<div class="row"> | ||
<div> | ||
{% for f in form %} | ||
<p>{{f.help_text|safe}} {{f}} </p> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-5"> | ||
<button type="submit" class="btn btn-danger mb-3">Search</button> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</form> | ||
</div> | ||
|
||
</div> | ||
<div> | ||
<div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
{% include "footer.html" %} | ||
<script> | ||
function myFunction() { | ||
var x = document.getElementById("myDIV"); | ||
if (x.style.display === "block") { | ||
x.style.display = "none"; | ||
} else { | ||
x.style.display = "block"; | ||
} | ||
} | ||
</script> | ||
<script> | ||
function myFunction2() { | ||
var x = document.getElementById("example"); | ||
if (x.style.display === "inline-flex") { | ||
x.style.display = "none"; | ||
} else { | ||
x.style.display = "inline-flex"; | ||
} | ||
} | ||
</script> | ||
<script> | ||
|
||
function openLoader() { | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
{% include "footer.html" %} | ||
<script> | ||
function myFunction() { | ||
var x = document.getElementById("myDIV"); | ||
if (x.style.display === "block") { | ||
x.style.display = "none"; | ||
} else { | ||
x.style.display = "block"; | ||
} | ||
} | ||
</script> | ||
<script> | ||
function myFunction2() { | ||
var x = document.getElementById("example"); | ||
if (x.style.display === "inline-flex") { | ||
x.style.display = "none"; | ||
} else { | ||
x.style.display = "inline-flex"; | ||
} | ||
} | ||
</script> | ||
<script> | ||
|
||
function openLoader() { | ||
document.getElementById("missatge").style.display = "block"; | ||
} | ||
|
||
</script> | ||
<script src="media/app.js"></script> | ||
</body> | ||
</html> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters