패스워드 가운데 정렬?

패스워드 가운데 정렬?

QA

패스워드 가운데 정렬?

답변 2

본문

게시판 수정에서 해당 보드판의  
"비밀글사용하기" 를 체크했는데
이거 어디서 수정해주어야 하나요?
 
Untitled-1.jpg
 

이 질문에 댓글 쓰기 :

답변 2

<table width="668" border="0" cellspacing="0" cellpadding="0" align="center"> 
skin/member/password.skin.php

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>

<script type="text/javascript" src="<?=$g4[path]?>/js/capslock.js"></script>

<form name="fboardpassword" method=post onsubmit="return fboardpassword_submit(this);">
<input type=hidden name=w          value="<?=$w?>">
<input type=hidden name=bo_table    value="<?=$bo_table?>">
<input type=hidden name=wr_id      value="<?=$wr_id?>">
<input type=hidden name=comment_id  value="<?=$comment_id?>">
<input type=hidden name=sfl        value="<?=$sfl?>">
<input type=hidden name=stx        value="<?=$stx?>">
<input type=hidden name=page        value="<?=$page?>">

<table width="668" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td width="20" height="26"></td>
    <td width="628"></td>
    <td width="20"></td>
</tr>
<tr>
    <td width="20" height="2"></td>
    <td width="628" bgcolor="#8F8F8F"></td>
    <td width="20"></td>
</tr>
<tr>
    <td width="20" height="48"></td>
    <td width="628" align="right" background="<?=$member_skin_path?>/img/secrecy_table_bg_top.gif"><img src="<?=$member_skin_path?>/img/secrecy_img.gif" width="344" height="48"></td>
    <td width="20"></td>
</tr>
<tr>
    <td width="20" height="223"></td>
    <td width="628" align="center" background="<?=$member_skin_path?>/img/secrecy_table_bg.gif">
        <table width="460" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td width="460" height="223" align="center" bgcolor="#FFFFFF">
                <table width="350" border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td width="30" align="center"><img src="<?=$member_skin_path?>/img/icon.gif" width="3" height="3"></td>
                    <td width="70" align="left"><b>패스워드</b></td>
                    <td width="150"><INPUT type=password maxLength=20 size=15 name="wr_password" id="password_wr_password" itemname="패스워드" required onkeypress="check_capslock(event, 'password_wr_password');"></td>
                    <td width="100" height="100" valign="middle"><INPUT name="image" type=image src="<?=$member_skin_path?>/img/btn_confirm.gif" width="65" height="52" border=0></td>
                </tr>
                <tr align="center">
                    <td height="1" colspan="4" background="<?=$member_skin_path?>/img/dot_line.gif"></td>
                </tr>
                <tr align="center">
                    <td height="60" colspan="4">이 게시물의 패스워드를 입력하십시오.</td>
                </tr>
                </table></td>
        </tr>
        </table></td>
    <td width="20"></td>
</tr>
<tr>
    <td width="20" height="1"></td>
    <td width="628" bgcolor="#F0F0F0"></td>
    <td width="20"></td>
</tr>
<tr>
    <td height="20" colspan="3"></td>
</tr>
</table>

</form>

<script type='text/javascript'>
document.fboardpassword.wr_password.focus();

function fboardpassword_submit(f)
{
    f.action = "<?=$action?>";
    return true;
}
</script>

-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------

질문:  어느부분인지요?

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 52
© SIRSOFT
현재 페이지 제일 처음으로