mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			126 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			126 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% load static %}
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
 | 
						|
<!-- Required meta tags -->
 | 
						|
<meta charset="utf-8">
 | 
						|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
						|
 | 
						|
<!-- Favicon -->
 | 
						|
<link rel="apple-touch-icon" sizes="57x57" href="{% static 'img/favicon/apple-icon-57x57.png' %}">
 | 
						|
<link rel="apple-touch-icon" sizes="60x60" href="{% static 'img/favicon/apple-icon-60x60.png' %}">
 | 
						|
<link rel="apple-touch-icon" sizes="72x72" href="{% static 'img/favicon/apple-icon-72x72.png' %}">
 | 
						|
<link rel="apple-touch-icon" sizes="76x76" href="{% static 'img/favicon/apple-icon-76x76.png' %}">
 | 
						|
<link rel="apple-touch-icon" sizes="114x114" href="{% static 'img/favicon/apple-icon-114x114.png' %}">
 | 
						|
<link rel="apple-touch-icon" sizes="120x120" href="{% static 'img/favicon/apple-icon-120x120.png' %}">
 | 
						|
<link rel="apple-touch-icon" sizes="144x144" href="{% static 'img/favicon/apple-icon-144x144.png' %}">
 | 
						|
<link rel="apple-touch-icon" sizes="152x152" href="{% static 'img/favicon/apple-icon-152x152.png' %}">
 | 
						|
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'img/favicon/apple-icon-180x180.png' %}">
 | 
						|
<link rel="icon" type="image/png" sizes="192x192"  href="{% static 'img/favicon/android-icon-192x192.png' %}">
 | 
						|
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'img/favicon/favicon-32x32.png' %}">
 | 
						|
<link rel="icon" type="image/png" sizes="96x96" href="{% static 'img/favicon/favicon-96x96.png' %}">
 | 
						|
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'img/favicon/favicon-16x16.png' %}">
 | 
						|
<link rel="manifest" href="{% static 'img/favicon/manifest.json' %}">
 | 
						|
<meta name="msapplication-TileColor" content="#ffffff">
 | 
						|
<meta name="msapplication-TileImage" content="{% static 'img/favicon/ms-icon-144x144.png' %}">
 | 
						|
<meta name="theme-color" content="#ffffff">
 | 
						|
 | 
						|
<!-- CSS -->
 | 
						|
<link rel="stylesheet" href="{% static 'css/bootstrap_3.3.7_css_bootstrap.min.css' %}">
 | 
						|
<link rel="stylesheet" href="{% static 'css/bootstrap-table.css' %}">
 | 
						|
<link rel="stylesheet" href="{% static 'css/select2.css' %}">
 | 
						|
<link rel="stylesheet" href="{% static 'css/select2-bootstrap.css' %}">
 | 
						|
<link rel="stylesheet" href="{% static 'css/inventree.css' %}">
 | 
						|
 | 
						|
{% block css %}
 | 
						|
{% endblock %}
 | 
						|
{% block head %}
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
<title>
 | 
						|
{% block page_title %}
 | 
						|
InvenTree
 | 
						|
{% endblock %}
 | 
						|
</title>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
 | 
						|
{% include "navbar.html" %}
 | 
						|
 | 
						|
<div class='main body wrapper'>
 | 
						|
 | 
						|
<div class='inventree-body'>
 | 
						|
 | 
						|
<div class='containter-fluid inventree-pre-content'>    
 | 
						|
    {% block pre_content %}
 | 
						|
    {% endblock %}
 | 
						|
</div>
 | 
						|
 | 
						|
<div class='sidenav' id='sidenav'>
 | 
						|
{% block sidenav %}
 | 
						|
{% endblock %}
 | 
						|
</div>
 | 
						|
    
 | 
						|
<div class="container container-fluid inventree-content" id='inventree-content'>
 | 
						|
{% block content %}
 | 
						|
<!-- Each view fills in here.. -->
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block post_content %}
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
{% include 'modals.html' %}
 | 
						|
{% include 'about.html' %}
 | 
						|
{% include 'notification.html' %}
 | 
						|
</div>
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
<!-- Scripts -->
 | 
						|
<script type="text/javascript" src="{% static 'script/jquery_3.3.1_jquery.min.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/jquery.form.min.js' %}"></script>
 | 
						|
 | 
						|
<script type="text/javascript" src="{% static 'script/bootstrap/bootstrap.min.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/bootstrap/bootstrap-treeview.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/bootstrap/bootstrap-table.min.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/bootstrap/bootstrap-table-en-US.min.js' %}"></script>
 | 
						|
 | 
						|
<script type="text/javascript" src="{% static 'script/select2/select2.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/moment.js' %}"></script>
 | 
						|
 | 
						|
<script type='text/javascript' src="{% static 'script/inventree/inventree.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/inventree/api.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/inventree/tables.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/inventree/modals.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/inventree/notification.js' %}"></script>
 | 
						|
<script type='text/javascript' src="{% static 'script/inventree/sidenav.js' %}"></script>
 | 
						|
{% block js_load %}
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
<script type='text/javascript'>
 | 
						|
$(document).ready(function () {
 | 
						|
{% block js_ready %}
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
    /* Run document-ready scripts.
 | 
						|
     * Ref: static/script/inventree/inventree.js
 | 
						|
    */
 | 
						|
    inventreeDocReady();
 | 
						|
    
 | 
						|
    /* Display any cached alert messages
 | 
						|
     * Ref: static/script/inventree/notification.js
 | 
						|
     */
 | 
						|
    showCachedAlerts();
 | 
						|
});
 | 
						|
</script>
 | 
						|
 | 
						|
{% block js %}
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
</body>
 | 
						|
</html> |