mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@751 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f7a361bd10
commit
e902d0aa4e
6 changed files with 10 additions and 8 deletions
|
|
@ -667,7 +667,8 @@
|
|||
// 이미지 마크 체크 (가로 길이 20px 이내의 마크만 고려하고 직접 style로 표시를 해 준다, css를 쓸수가 없으므로)
|
||||
$image_mark_file = sprintf('./files/attach/image_mark/%s%d.gif', getNumberingPath($member_srl), $member_srl);
|
||||
if(file_exists($image_mark_file)) {
|
||||
$text = sprintf('<span style="background:url(%s) no-repeat left;padding-left:22px;">%s</span>', $image_mark_file, $text);
|
||||
list($width, $height, $type, $attrs) = getimagesize($image_mark_file);
|
||||
$text = sprintf('<span style="background:url(%s) no-repeat left;padding-left:%dpx;">%s</span>', $image_mark_file, $width+2, $text);
|
||||
}
|
||||
|
||||
$GLOBALS['_transImageNameList'][$member_srl] = $text;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<td>{$val->member_srl}</td>
|
||||
<td><a href="{getUrl('act','dispMemberInfo','member_srl',$val->member_srl)}">{$val->user_id}</a></td>
|
||||
<td>{$val->user_name}</td>
|
||||
<td>{$val->nick_name}</td>
|
||||
<td><div class="member_{$val->member_srl}"><a href="#">{$val->nick_name}</a></div></td>
|
||||
<td>{$val->allow_mailing}</td>
|
||||
<td>{$val->denied}</td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue