298 lines
11 KiB
HTML
298 lines
11 KiB
HTML
{% extends "ereuse_devicehub/base.html" %}
|
|
{% block page_title %}{{ page_title }}{% endblock %}
|
|
{% block body %}
|
|
<!-- ======= Header ======= -->
|
|
<header id="header" class="header fixed-top d-flex align-items-center">
|
|
|
|
<div class="d-flex align-items-center justify-content-between">
|
|
<a href="{{ url_for('inventory.devicelist')}}" class="logo d-flex align-items-center">
|
|
<img src="{{ url_for('static', filename='img/logo_usody_clock.png') }}" alt="">
|
|
</a>
|
|
<i class="bi bi-list toggle-sidebar-btn"></i>
|
|
</div><!-- End Logo -->
|
|
|
|
<div class="search-bar">
|
|
<form class="search-form d-flex align-items-center" method="" id="SearchForm" action="#">
|
|
<input class="dropdown-toggle" type="text" name="query" placeholder="Search" title="Enter search keyword"
|
|
autocomplete="off" id="dropdownSearch" data-bs-toggle="dropdown" aria-expanded="false">
|
|
<button type="submit" title="Search"><i class="bi bi-search"></i></button>
|
|
|
|
<ul class="dropdown-menu" autoClose="outside" aria-labelledby="dropdownSearch" id="dropdown-search-list"
|
|
style="min-width: 100px;">
|
|
<li class="dropdown-header">
|
|
<h6 class="dropdown-header">You can search:</h6>
|
|
</li>
|
|
<li class="dropdown-item"><i class="bi bi-laptop"></i> Devices <span class="badge bg-secondary"
|
|
style="float: right;">DHID</span></li>
|
|
<li class="dropdown-item"><i class="bi bi-folder2"></i> lots <span class="badge bg-secondary"
|
|
style="float: right;">Name</span></li>
|
|
<li class="dropdown-item">
|
|
<small class="text-muted">
|
|
<a href="{{ url_for('inventory.advanced_search')}}">Advanced Search</a>
|
|
</small>
|
|
</li>
|
|
</ul>
|
|
</form>
|
|
</div><!-- End Search Bar -->
|
|
|
|
<nav class="header-nav ms-auto">
|
|
<ul class="d-flex align-items-center">
|
|
|
|
<li class="nav-item d-block d-lg-none">
|
|
<a class="nav-link nav-icon search-bar-toggle " href="#">
|
|
<i class="bi bi-search"></i>
|
|
</a>
|
|
</li><!-- End Search Icon-->
|
|
|
|
<li class="nav-item dropdown pe-3">
|
|
|
|
<a class="nav-link nav-profile d-flex align-items-center pe-0" href="#" data-bs-toggle="dropdown">
|
|
<span class="d-none d-md-block dropdown-toggle ps-2 pb-3 pt-3">Reports</span>
|
|
</a><!-- End Profile Iamge Icon -->
|
|
|
|
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-arrow profile">
|
|
<li class="dropdown-header">
|
|
<h6>Exports</h6>
|
|
</li>
|
|
<li>
|
|
<hr class="dropdown-divider">
|
|
</li>
|
|
|
|
<li>
|
|
<a class="dropdown-item d-flex align-items-center" href="{{ url_for('inventory.export', export_id='lots') }}">
|
|
<i class="bi bi-file-spreadsheet"></i>
|
|
<span>Lots Spreadsheet</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li class="nav-item dropdown pe-3">
|
|
|
|
<a class="nav-link nav-profile d-flex align-items-center pe-0" href="#" data-bs-toggle="dropdown">
|
|
<i class="bi bi-person-circle" style="font-size: 36px;"></i>
|
|
<span class="d-none d-md-block dropdown-toggle ps-2">{{ current_user.email }}</span>
|
|
</a><!-- End Profile Iamge Icon -->
|
|
|
|
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-arrow profile">
|
|
<li class="dropdown-header">
|
|
<h6>{{ current_user.get_full_name }}</h6>
|
|
</li>
|
|
<li>
|
|
<hr class="dropdown-divider">
|
|
</li>
|
|
|
|
<li>
|
|
<a class="dropdown-item d-flex align-items-center" href="{{ url_for('core.user-profile') }}">
|
|
<i class="bi bi-person"></i>
|
|
<span>My Profile</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<hr class="dropdown-divider">
|
|
</li>
|
|
|
|
<li>
|
|
<a class="dropdown-item d-flex align-items-center" href="{{ url_for('workbench.settings') }}">
|
|
<i class="bi bi-tools"></i>
|
|
<span>Workbench</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<hr class="dropdown-divider">
|
|
</li>
|
|
|
|
<li>
|
|
<a class="dropdown-item d-flex align-items-center" href="https://help.usody.com/" target="_blank">
|
|
<i class="bi bi-question-circle"></i>
|
|
<span>Need Help?</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<hr class="dropdown-divider">
|
|
</li>
|
|
|
|
<li>
|
|
<a class="dropdown-item d-flex align-items-center" href="{{ url_for('core.logout') }}">
|
|
<i class="bi bi-box-arrow-right"></i>
|
|
<span>Sign Out</span>
|
|
</a>
|
|
</li>
|
|
|
|
</ul><!-- End Profile Dropdown Items -->
|
|
</li><!-- End Profile Nav -->
|
|
|
|
</ul>
|
|
</nav><!-- End Icons Navigation -->
|
|
|
|
</header><!-- End Header -->
|
|
|
|
<!-- ======= Sidebar ======= -->
|
|
<aside id="sidebar" class="sidebar">
|
|
|
|
<ul class="sidebar-nav" id="sidebar-nav">
|
|
<!-- We need defined before the Dashboard
|
|
<li class="nav-item">
|
|
<a class="nav-link collapsed" href="index.html">
|
|
<i class="bi bi-grid"></i>
|
|
<span>Dashboard</span>
|
|
</a>
|
|
</li><!-- End Dashboard Nav -->
|
|
|
|
<li class="nav-heading">Snapshots</li>
|
|
|
|
<li class="nav-item">
|
|
<a class="nav-link collapsed" href="{{ url_for('inventory.snapshotslist') }}">
|
|
<i class="bi-menu-button-wide"></i>
|
|
<span>Uploaded Snapshots</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="nav-heading">Placeholders</li>
|
|
|
|
<li class="nav-item">
|
|
<a class="nav-link collapsed" href="{{ url_for('inventory.placeholder_logs') }}">
|
|
<i class="bi-menu-button-wide"></i>
|
|
<span>Uploaded Placeholders</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="nav-heading">Devices</li>
|
|
|
|
<li class="nav-item">
|
|
<a class="nav-link collapsed" href="{{ url_for('inventory.devicelist') }}?only_unassigned=false">
|
|
<i class="bi bi-laptop"></i>
|
|
<span>All devices</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
<a class="nav-link collapsed" href="{{ url_for('inventory.devicelist') }}">
|
|
<i class="bi-menu-button-wide"></i>
|
|
<span>Unassigned devices</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="nav-heading">Lots</li>
|
|
|
|
<li class="nav-item">
|
|
{% if lot and lot.is_incoming %}
|
|
<a class="nav-link" data-bs-target="#incoming-lots-nav" data-bs-toggle="collapse" href="#">
|
|
{% else %}
|
|
<a class="nav-link collapsed" data-bs-target="#incoming-lots-nav" data-bs-toggle="collapse" href="#">
|
|
{% endif %}
|
|
<i class="bi bi-arrow-down-right"></i><span>Incoming Lots</span><i class="bi bi-chevron-down ms-auto"></i>
|
|
</a>
|
|
{% if lot and lot.is_incoming %}
|
|
<ul id="incoming-lots-nav" class="nav-content collapse show" data-bs-parent="#sidebar-nav">
|
|
{% else %}
|
|
<ul id="incoming-lots-nav" class="nav-content collapse" data-bs-parent="#sidebar-nav">
|
|
{% endif %}
|
|
{% for lot in lots %}
|
|
{% if lot.is_incoming %}
|
|
<li>
|
|
<a href="{{ url_for('inventory.lotdevicelist', lot_id=lot.id) }}">
|
|
<i class="bi bi-circle"></i><span>{{ lot.name }}</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ul>
|
|
</li><!-- End Incoming Lots Nav -->
|
|
|
|
<li class="nav-item">
|
|
{% if lot and lot.is_outgoing %}
|
|
<a class="nav-link" data-bs-target="#outgoing-lots-nav" data-bs-toggle="collapse" href="#">
|
|
{% else %}
|
|
<a class="nav-link collapsed" data-bs-target="#outgoing-lots-nav" data-bs-toggle="collapse" href="#">
|
|
{% endif %}
|
|
<i class="bi bi-arrow-up-right"></i><span>Outgoing Lots</span><i class="bi bi-chevron-down ms-auto"></i>
|
|
</a>
|
|
{% if lot and lot.is_outgoing %}
|
|
<ul id="outgoing-lots-nav" class="nav-content collapse show" data-bs-parent="#sidebar-nav">
|
|
{% else %}
|
|
<ul id="outgoing-lots-nav" class="nav-content collapse " data-bs-parent="#sidebar-nav">
|
|
{% endif %}
|
|
{% for lot in lots %}
|
|
{% if lot.is_outgoing %}
|
|
<li>
|
|
<a href="{{ url_for('inventory.lotdevicelist', lot_id=lot.id) }}">
|
|
<i class="bi bi-circle"></i><span>{{ lot.name }}</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ul>
|
|
</li><!-- End Outgoing Lots Nav -->
|
|
|
|
<li class="nav-item">
|
|
{% if lot and lot.is_temporary %}
|
|
<a class="nav-link" data-bs-target="#temporal-lots-nav" data-bs-toggle="collapse" href="#">
|
|
{% else %}
|
|
<a class="nav-link collapsed" data-bs-target="#temporal-lots-nav" data-bs-toggle="collapse" href="#">
|
|
{% endif %}
|
|
<i class="bi bi-layout-text-window-reverse"></i><span>Temporary Lots</span><i
|
|
class="bi bi-chevron-down ms-auto"></i>
|
|
</a>
|
|
{% if lot and lot.is_temporary %}
|
|
<ul id="temporal-lots-nav" class="nav-content collapse show" data-bs-parent="#sidebar-nav">
|
|
{% else %}
|
|
<ul id="temporal-lots-nav" class="nav-content collapse " data-bs-parent="#sidebar-nav">
|
|
{% endif %}
|
|
<li>
|
|
<a href="{{ url_for('inventory.lot_add')}}">
|
|
<i class="bi bi-plus" style="font-size: larger;"></i><span>New temporary lot</span>
|
|
</a>
|
|
</li>
|
|
{% for lot in lots %}
|
|
{% if lot.is_temporary %}
|
|
<li>
|
|
<a href="{{ url_for('inventory.lotdevicelist', lot_id=lot.id) }}">
|
|
<i class="bi bi-circle"></i><span>{{ lot.name }}</span>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ul>
|
|
</li><!-- End Temporal Lots Nav -->
|
|
|
|
</ul>
|
|
|
|
</aside><!-- End Sidebar-->
|
|
|
|
<main id="main" class="main">
|
|
{% block messages %}
|
|
{% for level, message in get_flashed_messages(with_categories=true) %}
|
|
<div class="alert alert-{{ level}} alert-dismissible fade show" role="alert">
|
|
{% if '_message_icon' in session %}
|
|
<i class="bi bi-{{ session['_message_icon'][level]}} me-1"></i>
|
|
{% else %}
|
|
<!-- fallback if 3rd party libraries (e.g. flask_login.login_required) -->
|
|
<i class="bi bi-info-circle me-1"></i>
|
|
{% endif %}
|
|
{{ message }}
|
|
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
|
</div>
|
|
{% endfor %}
|
|
{% endblock %}
|
|
{% block main %}
|
|
|
|
{% endblock main %}
|
|
</main><!-- End #main -->
|
|
|
|
<!-- ======= Footer ======= -->
|
|
<footer id="footer" class="footer">
|
|
<div class="copyright">
|
|
© Copyright <strong><span>USOdy</span></strong>. All Rights Reserved
|
|
</div>
|
|
<div class="credits">
|
|
<!-- All the links in the footer should remain intact. -->
|
|
<!-- You can delete the links only if you purchased the pro version. -->
|
|
<!-- Licensing information: https://bootstrapmade.com/license/ -->
|
|
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/ -->
|
|
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> // DeviceHub {{ version }}
|
|
</div>
|
|
</footer><!-- End Footer -->
|
|
|
|
{% endblock body %}
|