This commit is contained in:
shim
2023-04-17 11:06:08 +09:00
parent d0b393aa97
commit 76264e09ad
4686 changed files with 552713 additions and 0 deletions

View File

@@ -0,0 +1 @@
_postList.html

View File

@@ -0,0 +1,17 @@
<a href="{$referer}" class="list-group-item list-group-item-action {$check_read}">
<div class="d-flex w-100">
<div class="mr-3">
<img class="rounded-circle" src="{$avatar}" style="width:52px">
</div>
<div class="w-100">
<div class="d-flex w-100 justify-content-between">
<h6 class="mb-2">{$title}</h6>
<small><time class="small" data-plugin="timeago" datetime="{$datetime}"></time></small>
</div>
<p class="f13 text-muted mb-1">{$message}</p>
<i class="{$icon} {$check_from}"></i>
<small class="align-top ml-2">{$from}</small>
</div>
</div>
</a>

View File

@@ -0,0 +1,18 @@
<div class="media" style="width:200px">
<img class="border rounded mr-3" src="{$avatar}" alt="{$name}" width="48">
<div class="media-body">
<h6 class="mt-0">
<a href="/@{$id}" class="muted-link">{$nic}</a>
</h6>
<div class="small text-muted">
<span class="d-block mb-1">가입일 : {$d_regis}</span>
<span>포인트: {$point} </span>
<span class="ml-1">레벨: {$level}</span>
</div>
</div>
</div>
<div class="mt-3">
{$bio}
</div>

View File

@@ -0,0 +1 @@
profile_setting.html