묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.04.25 00:00
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 2
-
영진
2005.04.25 09:56
-
영진
2005.04.25 11:01
<!-- 목록 부분 시작 -->
<? include "$dir/value.php3"; ?>
<?
if($setup[only_board]) {
$popup_text=str_replace("\r\n","<br>",$data[memo]);
}
else {
$popup_text=str_replace("<","<",$data[memo]);
$popup_text=str_replace(">",">",$popup_text);
$popup_text=str_replace("\r","",$popup_text);
$popup_text=str_replace("\n","",$popup_text);
}
$popup_text=str_replace("'","",$popup_text);
if($file_name1) {
$size=GetImageSize($data[file_name1]);
if($size[0]>$size[1]) { $per=$size_factor / $size[0]; }
else { $per=$size_factor / $size[1]; }
$x_size=$size[0]*$per;
$y_size=$size[1]*$per;
$img_src=$data[file_name1];
}
else {
$size[0]=$size[1]=0;
$size[0]=$size[1]=0;
$x_size=100;
$y_size=60;
$img_src=$dir."/images/zetyx.gif";
}
//팝엽창 실제크기보다 40 더 크게.
$sz1=$size[0]+40;
$sz2=$size[1]+40;
$view_img="<a href=".$view_file."?$href$sort&no=$data[no] onMouseOver=\"viewon('$popup_text'); return true;\" onMouseOut=\"viewoff(); return true;\">";
?>
<th class=thm8 width=<?echo (100 / $max_show_image);?>% valign=top>
<script language='JavaScript' type='text/javascript'>
<!--
function Win( sURL, sName, scrollbars,wid,hei,left,top){
var win;
win = window.open(sURL, sName, "status=no,toolbar=no,resizable=no,scrollbars="+scrollbars+",menubar=no, width="+wid+", height="+hei+", left="+left+", top="+top);
win.opener.self;
}
//-->
</script>
<table border=1 cellspacing=0 cellpadding=0 bordercolor=#CDEE8C bgcolor=#F8FFD3 width=<?=$size_factor*1.1?>>
<tr height=115 bgcolor=<?=$sC_light0?>>
<td align=center>
<a href=# onClick="Win( '$data[file_name1]', 'popuppopup1','yes','$sz1','$sz2','1','1');" onMouseOver="viewon('$popup_text'); return true;" onMouseOut="viewoff(); return true;"><img src=<?=$img_src?> width=<?=$x_size?> height=<?=$y_size?> border=0></a>
</td>
</tr>
<tr height=20>
<td><?=$hide_cart_start?><input type=checkbox name=cart value="<?=$data[no]?>"><?=$hide_cart_end?>[<?=$name?>](<?=$hit?>)</td>
</tr>
</table>
</th>
<?
$image_loop++;
if($image_loop>=$max_show_image)
{
echo"
</tr>
<tr>
<td colspan=$max_show_image bgcolor=#EEFADD <img src=images/t.gif height=3></td>
</tr>";
$image_loop=0;
}
?>
스킨파일을 보내주시면 제가 수정해서 보내줄깨요.