You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
2.2 KiB
Smarty
33 lines
2.2 KiB
Smarty
10 years ago
|
|
||
|
<div class="account-username-box" data-userslug="{userslug}" data-uid="{uid}">
|
||
|
<ul class="nav nav-pills account-sub-links">
|
||
|
<li>
|
||
|
<div class="btn-group">
|
||
|
<a href="{config.relative_path}/user/{userslug}" class="btn btn-primary" id="profile"><i class="fa fa-user"></i> [[user:profile]]</a>
|
||
|
<button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">
|
||
|
<span class="caret"></span>
|
||
|
<span class="sr-only">Toggle Dropdown</span>
|
||
|
</button>
|
||
|
<ul class="dropdown-menu pull-right" role="menu">
|
||
|
<li><a href="{config.relative_path}/user/{userslug}/following"><i class="fa fa-fw fa-users"></i> [[user:following]]</a></li>
|
||
|
<li><a href="{config.relative_path}/user/{userslug}/followers"><i class="fa fa-fw fa-users"></i> [[user:followers]]</a></li>
|
||
|
<li class="divider"></li>
|
||
|
<li><a href="{config.relative_path}/user/{userslug}/topics"><i class="fa fa-fw fa-book"></i> [[global:topics]]</a></li>
|
||
|
<li><a href="{config.relative_path}/user/{userslug}/posts"><i class="fa fa-fw fa-pencil"></i> [[global:posts]]</a></li>
|
||
|
<li><a href="{config.relative_path}/user/{userslug}/groups"><i class="fa fa-fw fa-users"></i> [[global:header.groups]]</a></li>
|
||
|
<!-- IF showHidden -->
|
||
|
<li><a href="{config.relative_path}/user/{userslug}/favourites"><i class="fa fa-fw fa-heart"></i> [[user:favourites]]</a></li>
|
||
|
<li><a href="{config.relative_path}/user/{userslug}/watched"><i class="fa fa-fw fa-eye"></i> [[user:watched]]</a></li>
|
||
|
<!-- ENDIF showHidden -->
|
||
|
<!-- BEGIN profile_links -->
|
||
|
<li id="{profile_links.id}" class="plugin-link <!-- IF profile_links.public -->public<!-- ELSE -->private<!-- ENDIF profile_links.public -->"><a href="{config.relative_path}/user/{userslug}/{profile_links.route}"><i class="fa fa-fw {profile_links.icon}"></i> {profile_links.name}</a></li>
|
||
|
<!-- END profile_links -->
|
||
|
</ul>
|
||
|
</div>
|
||
|
</li>
|
||
|
<!-- IF showHidden -->
|
||
|
<li><a href="{config.relative_path}/user/{userslug}/settings"><i class="fa fa-gear"></i> [[user:settings]]</a></li>
|
||
|
<li><a href="{config.relative_path}/user/{userslug}/edit"><i class="fa fa-pencil-square-o"></i> [[user:edit]]</a></li>
|
||
|
<!-- ENDIF showHidden -->
|
||
|
</ul>
|
||
|
</div>
|