mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.1 KiB
23 lines
1.1 KiB
{% load static %}
|
|
|
|
<!-- css file -->
|
|
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/font-awesome.css" %}" rel="stylesheet">
|
|
{#<link href="{% static "css/plugins/iCheck/custom.css" %}" rel="stylesheet">#}
|
|
{#<link href="{% static "css/animate.css" %}" rel="stylesheet">#}
|
|
|
|
{#<link href="{% static "css/colorbox.css" %}" rel="stylesheet">#}
|
|
<link href="{% static "css/plugins/vaildator/jquery.validator.css" %}" rel="stylesheet">
|
|
{#<link href="{% static "css/magnific/magnific-popup.css" %}" rel="stylesheet">#}
|
|
{#<link href="{% static "css/plugins/fullcalendar/fullcalendar.css" %}" rel="stylesheet">#}
|
|
{#<link href="{% static "css/dropzone/basic.css" %}" rel="stylesheet">#}
|
|
|
|
<!-- scripts -->
|
|
<script src="{% static "js/jquery-2.1.1.js" %}"></script>
|
|
<script src="{% static "js/bootstrap.min.js" %}"></script>
|
|
|
|
<!-- validator js -->
|
|
{#<script src="{% static "js/validator/jquery.validator.js" %}"></script>#}
|
|
{#<script src="{% static "js/validator/zh_CN.js" %}"></script>#}
|
|
{#<script src="{% static "js/datapicker/bootstrap-datepicker.js" %}"></script>#}
|