2019-11-25 00:56:59 +00:00
|
|
|
<div class="myprofile">
|
2019-12-31 06:49:48 +00:00
|
|
|
<span class="myprofile-img thumbnail-mask">
|
2019-11-25 00:56:59 +00:00
|
|
|
<img
|
|
|
|
class="thumbnail"
|
|
|
|
ucapImage
|
|
|
|
[base]="profileImageRoot"
|
|
|
|
[path]="profileImageFile"
|
|
|
|
[default]="'assets/images/img_nophoto_50.png'"
|
|
|
|
/>
|
|
|
|
</span>
|
2019-12-31 06:49:48 +00:00
|
|
|
<div class="btn-setting">
|
|
|
|
<span class="presence pcOff"></span>
|
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
2019-12-31 07:05:08 +00:00
|
|
|
width="18"
|
|
|
|
height="18"
|
2019-12-31 06:49:48 +00:00
|
|
|
viewBox="0 0 24 24"
|
|
|
|
fill="none"
|
|
|
|
stroke="currentColor"
|
|
|
|
stroke-width="1.5"
|
|
|
|
stroke-linecap="butt"
|
|
|
|
stroke-linejoin="round"
|
|
|
|
>
|
|
|
|
<path d="M6 9l6 6 6-6" />
|
|
|
|
</svg>
|
|
|
|
</div>
|
2019-11-25 00:56:59 +00:00
|
|
|
</div>
|