mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
커뮤니케이션 모듈 네모의 꿈 스킨 (#815)
* Communication 모듈 네모의 꿈 스킨 작업을 시작합니다. * default skin 코드를 기반으로 했습니다. * 추후 javascript 에 과도하게 의존하는 액션을 수정할 예정입니다. * 중간 완성본입니다.
This commit is contained in:
parent
35eae12cca
commit
b991869463
24 changed files with 885 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<ul class="rx_sw_list">
|
||||
<li loop="$active_logins => $no, $autologin_info">
|
||||
{@ $autologin_info->user_agent = @json_decode($autologin_info->user_agent) ?: new stdClass()}
|
||||
<span class="content_basic">
|
||||
<span class="content_basic cont_a">
|
||||
<span class="content_title">
|
||||
{escape($autologin_info->user_agent->browser)} {escape($autologin_info->user_agent->version)} ({escape($autologin_info->user_agent->os)})
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
</span>
|
||||
</span>
|
||||
</a>
|
||||
<span class="content_delete">
|
||||
<button type="button" class="text" onclick="doDeleteSavedDocument({$item->document_srl},'{lang('common.confirm_delete')}');return false;">{$lang->cmd_delete}</button>
|
||||
</span>
|
||||
<span class="content_delete">
|
||||
<button type="button" class="text" onclick="doDeleteSavedDocument({$item->document_srl},'{lang('common.confirm_delete')}');return false;">{$lang->cmd_delete}</button>
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue