jumpserver/templates/nav_li_profile.html

21 lines
868 B
HTML
Raw Normal View History

2015-01-03 14:24:34 +00:00
<li class="nav-header">
<div class="dropdown profile-element"> <span>
2015-01-03 15:11:15 +00:00
<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="#">
<span class="clear"> <span class="block m-t-xs"> <strong class="font-bold">David Williams</strong>
</span> <span class="text-muted text-xs block">Art Director <b class="caret"></b></span> </span> </a>
<ul class="dropdown-menu animated fadeInRight m-t-xs">
<li><a href="profile.html">Profile</a></li>
<li><a href="contacts.html">Contacts</a></li>
<li><a href="mailbox.html">Mailbox</a></li>
<li class="divider"></li>
2015-01-30 15:30:16 +00:00
<li><a href="/logout/">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