mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
xe_board 스킨의 글/댓글에 ipaddress주소를 관리자의 경우 온전히, 비관리자의 경우 A클래스를 지워서 노출하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4304 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3c7fa167db
commit
24bab32a3b
5 changed files with 20 additions and 15 deletions
|
|
@ -22,10 +22,7 @@
|
|||
<div class="date">
|
||||
|
||||
<strong>{$comment->getRegdate('Y.m.d')}</strong> {$comment->getRegdate('H:i:s')}
|
||||
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$comment->get('ipaddress')})
|
||||
<!--@end-->
|
||||
({$comment->getIpaddress()})
|
||||
</div>
|
||||
|
||||
<div class="author">
|
||||
|
|
|
|||
|
|
@ -58,7 +58,11 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .titleAndUser .userInfo .author { color:#3074a5; }
|
||||
.boardRead .titleAndUser .userInfo .author a { font-size:.9em; color:#3074a5; text-decoration:none; }
|
||||
|
||||
.boardRead .dateAndCount { clear:both; white-space:nowrap; color:#444444; margin:5px 0 0 0; float:left; font-size:.9em; font-family:tahoma; line-height:17px; padding-bottom:10px; }
|
||||
.boardRead .dateAndCount { clear:both; white-space:nowrap; color:#444444; margin:5px 0 0 0; font-size:.9em; font-family:tahoma; line-height:17px; padding-bottom:10px; }
|
||||
|
||||
.boardRead .dateAndCount .uri { float:left; }
|
||||
.boardRead .dateAndCount .uri a { text-decoration:none; margin-left:4px; color:#BBBBBB; }
|
||||
|
||||
.boardRead .dateAndCount .date { float:right; background:url("../images/common/calendar.gif") no-repeat left top; padding-left:18px; margin-left:10px; }
|
||||
.boardRead .dateAndCount .readedCount { float:right; color:#AAAAAA; margin-left:10px; background:url("../images/common/read.gif") no-repeat left top; padding-left:18px; color:#4A3FD7;}
|
||||
.boardRead .dateAndCount .votedCount { float:right; color:#AAAAAA; margin-left:10px; background:url("../images/common/vote.gif") no-repeat left top; padding-left:18px; color:#D76A3F;}
|
||||
|
|
@ -70,8 +74,6 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .dateAndCount .category { float:left; margin-right:10px; }
|
||||
.boardRead .dateAndCount .category a { color:#555555; text-decoration:none; background:url("../images/common/category.gif") no-repeat left -1px; padding-left:18px; font-weight:bold;}
|
||||
.boardRead .dateAndCount .category a:hover { text-decoration:underline; }
|
||||
.boardRead .dateAndCount .uri { float:left; }
|
||||
.boardRead .dateAndCount .uri a { text-decoration:none; margin-left:4px; color:#BBBBBB; }
|
||||
|
||||
/* extraVars list */
|
||||
.boardRead .extraVarsList { width:100%; border:1px solid #e0e1db; border-bottom:none; margin:0 0 30px 0; table-layout:fixed;}
|
||||
|
|
@ -80,7 +82,6 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .extraVarsList td a { color:#555555; }
|
||||
|
||||
.boardRead .readBody { color:#555555; margin-top:20px; }
|
||||
.boardRead .readBody .contentBody .ipaddress { text-align:right; margin-top:10px; color:#bbbbbb; font-family:tahoma;}
|
||||
|
||||
|
||||
.boardRead .tag { background:#FFFFFF url(../images/common/iconTag.gif) no-repeat 3px 2px; padding-left:25px; margin:10px 0 0 0; }
|
||||
|
|
|
|||
|
|
@ -29,8 +29,10 @@
|
|||
</div>
|
||||
|
||||
<div class="dateAndCount">
|
||||
<div class="uri" title="{$lang->document_url}"><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getPermanentUrl()}</a></div>
|
||||
|
||||
<div class="date" title="{$lang->regdate}">
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')} ({$oDocument->getIpaddress()})
|
||||
</div>
|
||||
|
||||
<div class="readedCount" title="{$lang->readed_count}">{$oDocument->get('readed_count')}</div>
|
||||
|
|
@ -54,8 +56,6 @@
|
|||
<div class="category" title="{$lang->category}"><a href="{getUrl('category',$oDocument->get('category_srl'), 'document_srl', '')}">{$category_list[$oDocument->get('category_srl')]->title}</a></div>
|
||||
<!--@end-->
|
||||
|
||||
<div class="uri" title="{$lang->document_url}"><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getPermanentUrl()}</a></div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
|
@ -102,10 +102,6 @@
|
|||
{$oDocument->getContent()}
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($grant->is_admin)-->
|
||||
<div class="ipaddress">ipaddress : {$oDocument->get('ipaddress')}</div>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 서명 / 프로필 이미지 출력 -->
|
||||
<!--@if($oDocument->getProfileImage() || $oDocument->getSignature())-->
|
||||
<div class="memberSignature">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue