mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Merge pull request #4161 from Jimmi08/patch-2
Bootstrap4 user profile template
This commit is contained in:
commit
c07b20f268
@ -98,11 +98,11 @@ if (!defined('e107_INIT')) { exit; }
|
||||
{SETIMAGE: w=600}
|
||||
<div class="user-profile user-profile-bs4 row">
|
||||
<div class="col-md-12">
|
||||
<div class="panel panel-default panel-profile clearfix">
|
||||
<div class="panel-heading" style="height:180px; background-size: cover;background-image: url( {USER_PHOTO: type=url});">
|
||||
<div class="panel panel-default panel-profile card card-profile clearfix">
|
||||
<div class="panel-heading card-heading pt-2 pl-2" style="height:180px; background-size: cover;background-image: url( {USER_PHOTO: type=url});">
|
||||
<h5 class="user-id">'.LAN_USER_58.' {USER_ID}</h5>
|
||||
</div>
|
||||
<div class="panel-body text-center">
|
||||
<div class="panel-body card-body text-center">
|
||||
{SETIMAGE: w=200&h=200&crop=1}
|
||||
{USER_PICTURE: shape=circle&link=1}
|
||||
<div class="profile-header">
|
||||
@ -112,7 +112,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
{USER_SENDPM}
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="panel-body card-body">
|
||||
<div class="row"><div class="col-xs-12 col-md-4">'.LAN_USER_63.'</div><div class="col-xs-12 col-md-8">{USER_REALNAME}</div></div>
|
||||
<div class="row"><div class="col-xs-12 col-md-4">'.LAN_USER_02.'</div><div class="col-xs-12 col-md-8">{USER_LOGINNAME}</div></div>
|
||||
<div class="row"><div class="col-xs-12 col-md-4">'.LAN_USER_60.'</div><div class="col-xs-12 col-md-8">{USER_EMAIL}</div></div>
|
||||
@ -125,21 +125,19 @@ if (!defined('e107_INIT')) { exit; }
|
||||
{USER_EXTENDED_ALL}
|
||||
<div class="row"></div>
|
||||
</div>
|
||||
<div class="panel-body text-center">
|
||||
<div class="panel-body card-body text-center">
|
||||
{USER_UPDATE_LINK}
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<ul class="pagination user-view-nextprev">
|
||||
<li class="page-item previous">
|
||||
<div class="panel-body card-body user-view-nextprev">
|
||||
<div class="float-left previous">
|
||||
{USER_JUMP_LINK=prev}
|
||||
</li>
|
||||
<li>
|
||||
</div>
|
||||
<div class="text-center ">
|
||||
<!-- Back to List? -->
|
||||
</li>
|
||||
<li class="page-item next">
|
||||
</div>
|
||||
<div class="float-right next">
|
||||
{USER_JUMP_LINK=next}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user