mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
관리자 페이지 디자인을 개정해보았습니다. (#1056)
* 관리자 페이지 디자인을 개정해보았습니다. 스마트폰과 같이 좁은 화면에서도 보기 좋도록 쉽게 조정할 수 있는 것들을 조정해보았습니다. XE icon 1.0.4 를 활용했습니다.
This commit is contained in:
parent
deca0d40b1
commit
9929df9c07
19 changed files with 634 additions and 621 deletions
|
|
@ -4,14 +4,20 @@
|
|||
</div>
|
||||
<section class="section">
|
||||
|
||||
<table id="domain_list" class="x_table x_table-striped x_table-hover">
|
||||
<table id="domain_list" class="x_table x_table-striped x_table-hover dsTg">
|
||||
<caption>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<button class="x_btn x_active __simple">{$lang->simple_view}</button>
|
||||
<button class="x_btn __detail">{$lang->detail_view}</button>
|
||||
</div>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="nowr">{$lang->site_title}</th>
|
||||
<th scope="col" class="nowr">{$lang->domain}</th>
|
||||
<th scope="col" class="nowr">{$lang->use_ssl}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_index_module_srl}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_index_document_srl}</th>
|
||||
<th scope="col" class="nowr rx_detail_marks">{$lang->use_ssl}</th>
|
||||
<th scope="col" class="nowr rx_detail_marks">{$lang->cmd_index_module_srl}</th>
|
||||
<th scope="col" class="nowr rx_detail_marks">{$lang->cmd_index_document_srl}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_modify} / {$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -22,13 +28,13 @@
|
|||
<i cond="$domain->is_default_domain === 'Y'" class="x_icon-home" title="{$lang->cmd_is_default_domain}">{$lang->cmd_is_default_domain}</i>
|
||||
</td>
|
||||
<td class="nowr">{$domain->domain}</td>
|
||||
<td class="nowr">{preg_replace('/\\(.+$/', '', $lang->ssl_options[$domain->security ?: 'none'])}</td>
|
||||
<td class="nowr">
|
||||
<td class="nowr rx_detail_marks">{preg_replace('/\\(.+$/', '', $lang->ssl_options[$domain->security ?: 'none'])}</td>
|
||||
<td class="nowr rx_detail_marks">
|
||||
<a href="{getSiteUrl($domain->domain, '', 'mid', $module_list[$domain->index_module_srl]->mid)}" cond="$domain->index_module_srl && $module_list[$domain->index_module_srl]" target="_blank">
|
||||
{($domain->index_module_srl && $module_list[$domain->index_module_srl]) ? $module_list[$domain->index_module_srl]->browser_title : ''}
|
||||
</a>
|
||||
</td>
|
||||
<td class="nowr">
|
||||
<td class="nowr rx_detail_marks">
|
||||
<a href="{getSiteUrl($domain->domain, '', 'mid', $module_list[$domain->index_module_srl]->mid, 'document_srl', $domain->index_document_srl)}" cond="$domain->index_document_srl" target="_blank">
|
||||
{$domain->index_document_srl ?: ''}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue