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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{% extends 'base.html' %}
{% load mytags %}
{% block content %}
{% include 'nav_cat_bar.html' %}
< div class = "wrapper wrapper-content animated fadeIn" >
< div class = "row" >
< div class = "col-lg-12" >
< div class = "ibox float-e-margins" >
< div class = "ibox-title" >
< h5 > 下载文件< / h5 >
< div class = "ibox-tools" >
< a class = "collapse-link" >
< i class = "fa fa-chevron-up" > < / i >
< / a >
< a class = "dropdown-toggle" data-toggle = "dropdown" href = "#" >
< i class = "fa fa-wrench" > < / i >
< / a >
< ul class = "dropdown-menu dropdown-user" >
< li > < a href = "#" > Config option 1< / a >
< / li >
< li > < a href = "#" > Config option 2< / a >
< / li >
< / ul >
< a class = "close-link" >
< i class = "fa fa-times" > < / i >
< / a >
< / div >
< / div >
< div class = "ibox-content" >
< h2 > 下载文件可联系管理员在服务器安装lrzsz, 使用sz命令下载。 < / h2 >
< / div >
< / div >
< / div >
< / div >
< / div >
{% endblock %}