2015-02-27 14:14:09 +00:00
|
|
|
{% load mytags %}
|
2015-01-03 14:24:34 +00:00
|
|
|
<li class="nav-header">
|
|
|
|
<div class="dropdown profile-element"> <span>
|
2015-03-01 07:01:15 +00:00
|
|
|
{# <img alt="image" class="img-circle" width="64" height="64" src="/static/img/{{ role_id | to_avatar }}.png" />#}
|
|
|
|
<img alt="image" class="img-circle" src="/static/img/profile_small.jpg">
|
2015-01-03 14:24:34 +00:00
|
|
|
</span>
|
|
|
|
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
|
2015-02-28 15:22:52 +00:00
|
|
|
<span class="clear"> <span class="block m-t-xs"> <strong class="font-bold">{{ user_id | to_name}}</strong>
|
|
|
|
</span> <span class="text-muted text-xs block">{{ role_id | to_role_name }} <b class="caret"></b></span> </span> </a>
|
2015-01-03 14:24:34 +00:00
|
|
|
<ul class="dropdown-menu animated fadeInRight m-t-xs">
|
2015-02-28 15:22:52 +00:00
|
|
|
<li><a href="/juser/profile/">个人信息</a></li>
|
|
|
|
<li><a href="/juser/chg_pass/">修改密码</a></li>
|
2015-01-03 14:24:34 +00:00
|
|
|
<li class="divider"></li>
|
2015-02-28 15:22:52 +00:00
|
|
|
<li><a href="/logout/">注销</a></li>
|
2015-01-03 14:24:34 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="logo-element">
|
2015-02-10 10:53:01 +00:00
|
|
|
JS+
|
2015-01-03 14:24:34 +00:00
|
|
|
</div>
|
|
|
|
</li>
|
2015-01-30 15:30:16 +00:00
|
|
|
|