Sindbad~EG File Manager
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Delegate Registration</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<!-- <link href="static/css/style.css" rel="stylesheet"> -->
<style type="text/css">
.radiobox
{
}
.radiobutton
{
border: 1px solid blue;
border-radius: 5px;
background: #3bffeb;
padding: 10px;
margin-bottom: 10px ;
/*border-bottom: 1px solid blue; */
}
.radiobutton input[type='radio'] {
transform: scale(2);
margin-right: 10px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.element {
position: relative;
top:50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.list-group-item {
user-select: none;
}
.list-group input[type="checkbox"] {
display: none;
}
.list-group input[type="checkbox"] + .list-group-item {
cursor: pointer;
}
.list-group input[type="checkbox"] + .list-group-item:before {
content: "\2713";
color: transparent;
font-weight: bold;
margin-right: 1em;
}
.list-group input[type="checkbox"]:checked + .list-group-item {
background-color: #0275D8;
color: #FFF;
}
.list-group input[type="checkbox"]:checked + .list-group-item:before {
color: inherit;
}
.list-group input[type="radio"] {
display: none;
}
.list-group input[type="radio"] + .list-group-item {
cursor: pointer;
}
.list-group input[type="radio"] + .list-group-item:before {
content: "\2022";
color: transparent;
font-weight: bold;
margin-right: 1em;
}
.list-group input[type="radio"]:checked + .list-group-item {
background-color: #0275D8;
color: #FFF;
}
.list-group input[type="radio"]:checked + .list-group-item:before {
color: inherit;
}
input.right {
float: right;
}
</style>
</head>
<body>
<div class="row" style="background-color:grey;max-height: 120px;">
<div class="col-md-6">
<img src="{{header_logo.header_log}}" alt="logo" class="brand img-fluid" >
</div>
<div class="col-md-6 text-center" style="color:white;">
<h2 class="element">{{header_logo.header_text}}</h2>
</div>
</div>
</body>
<body>
<div id="content" >{% block content %} {% endblock %}</div>
</body>
<script src = "https://code.jquery.com/jquery-3.3.1.slim.min.js" ></script>
<script src = "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" ></script>
<script src = "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<script src="../static/js/jquery.min.js" charset="utf-8"></script>
<script src="../static/js/jquery.validate.js" charset="utf-8"></script>
<script src="../static/js/popper.min.js" charset="utf-8"></script>
<style type="text/css">
label.error
{
color:red;
font-family:verdana, Helvetica;
}
</style>
{% block bottomscript %}
{% endblock %}
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists