add admin templates
This commit is contained in:
@@ -2,42 +2,42 @@
|
||||
<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">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="css/adminpage.css">
|
||||
<title>3d Detals</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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/adminpage.css')}}">
|
||||
<title>3d Detals</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1 class="h1header"> Административная панель </h1>
|
||||
</header>
|
||||
<div class="container">
|
||||
<div class="row ">
|
||||
<form class="uploadform">
|
||||
<h1 class="h1header"> Административная панель </h1>
|
||||
</header>
|
||||
<div class="container">
|
||||
|
||||
<div class="">
|
||||
<label class="form-label" for="imgfile">Выберите изображение </label>
|
||||
<input type="file" class="form-control" id="imgfile" />
|
||||
<label class="form-label" for="origfile">Выберите исходный file </label>
|
||||
<input type="file" class="form-control" id="origfile" />
|
||||
<label class="form-label" for="stlfile">Выберите stl file </label>
|
||||
<input type="file" class="form-control" id="stflfile" />
|
||||
<button class="btn btn-block">Загрузить </button>
|
||||
</div>
|
||||
<div class="row ">
|
||||
<form method="post" enctype=multipart/form-data>
|
||||
<label class=" d-block p-2">Выберите изображение </label>
|
||||
<input class=" formblock d-block p-2" type="file" name="imgfile" />
|
||||
<label class=" d-block p-2">Выберите исходный file </label>
|
||||
<input class=" formblock d-block p-2" type="file" name="origfile" />
|
||||
<label class=" d-block p-2">Выберите stl file </label>
|
||||
<input class=" formblock d-block p-2" type="file" name="stlfile" />
|
||||
<label > Напечатано </label>
|
||||
<input type="checkbox" class="bxigchekcbox" id="printed" name="isprinted">
|
||||
<input class="btn d-block p-2" type="submit" value="Upload">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user