mirror of
https://github.com/hequan2017/seal.git
synced 2026-02-03 10:13:27 +08:00
37 lines
1.1 KiB
Python
37 lines
1.1 KiB
Python
<div class="row border-bottom">
|
|
<nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
|
|
|
|
|
|
<div class="navbar-header">
|
|
<a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
|
|
{# <form role="search" class="navbar-form-custom" action="search_results.html">#}
|
|
{# <div class="form-group">#}
|
|
{# <input type="text" placeholder="请输入搜索内容" class="form-control" name="top-search" id="top-search">#}
|
|
{# </div>#}
|
|
{# </form>#}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<ul class="nav navbar-top-links navbar-right">
|
|
<li style="padding: 20px">
|
|
<span class="m-r-sm text-muted welcome-message">欢迎 {{ user }} 来到 海豹管理后台</span>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<a href="{% url "system:logout" %}">
|
|
<i class="fa fa-sign-out"></i> 注销
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
</nav>
|
|
</div> |