13 lines
273 B
HTML
13 lines
273 B
HTML
|
<div class="myprofile">
|
||
|
<span class="myprofile-img">
|
||
|
<img
|
||
|
class="thumbnail"
|
||
|
ucapImage
|
||
|
[base]="profileImageRoot"
|
||
|
[path]="profileImageFile"
|
||
|
[default]="'assets/images/img_nophoto_50.png'"
|
||
|
/>
|
||
|
</span>
|
||
|
<span>내프로필</span>
|
||
|
</div>
|