아무도 답변이 없으셔서...소스 올려봅니다...head.php... > 그누3질답

그누3질답

아무도 답변이 없으셔서...소스 올려봅니다...head.php... 정보

그누보드 아무도 답변이 없으셔서...소스 올려봅니다...head.php...

본문

<?
/*
    사용자 화면 상단과 좌측을 담당하는 페이지입니다.
    상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
*/
include "./$cfg[bbs_dir]/gblayer.php";
?>
<table width=800  background="http://61.99.156.89:88/gnu3/title.gif" cellpadding=0 cellspacing=0 align=center  >
<tr  valign="bottom" >
<td width=70% height="96" >
       
        <?
        echo "<a href='./'>HOME</a> | ";
        if (!$member[mb_id]) {
            echo "
            <a href='./?doc=$cfg[bbs_dir]/mblogin.php&url=$urlencode'>로그인</a> |
            <a href='./?doc=$cfg[bbs_dir]/mbform.php'>회원가입</a>";
        } else {
            echo "
            <a href='./?doc=$cfg[bbs_dir]/mblogout.php&url=$urlencode'>로그아웃</a> |
            <a href='./?doc=$cfg[bbs_dir]/mbform.php&w=u'>정보수정</a>";
            if ($is_admin == "default" || $is_admin == "group") {
                echo " (<a href='./?doc=$cfg[bbs_dir]/admin/index.php'><u>ADMIN</u></a>)";
            }
        }
        ?>
    </td>
    <td width=30% align=right height="96">
       
  <!-- 그누보드 외부 검색 폼 시작
        <table width=100% cellpadding=0 cellspacing=0 align=right  border="0">
        <form name=fgnusearch method=get action='./'>
        <tr>
            <td>
                <input type='hidden' name='doc'          value='<?="$cfg[bbs_dir]/gnusearch.php"?>'>
                <input type='hidden' name='sselect'      value='wr_subject|wr_content'>
                <input type='hidden' name='soperator'    value='0'>
                <input type='hidden' name='srch_rows'    value='5'>
                <input type='hidden' name='srch_comment'  value='1'>
                <input type='hidden' name='srch_days'    value='0'>

                <input type=text class=input name='stext' size=15 required minlength=2 itemname='검색어' value='<?=hsc($stext)?>'>
                <input type=submit value='검색'>
                &nbsp;


            </td>
        </tr>
       
        </table>
        <!-- 그누보드 외부 검색 폼 끝 -->
    </td>

</tr>
</table>

<!-- 공백 -->
<table width=100% height=5 >
        <tr>
            <td>
            </td>
        </tr>
 </table>

<table width=800 cellpadding=0 cellspacing=0 border="0" align=center  >
<colgroup width=180>
<colgroup width=5>
<colgroup width=''>
<tr>
    <td valign=top width="180" style="border-width:2px; border-top-color:black;
          border-right-color:black; border-bottom-color:rgb(153,153,153);
          border-left-color:rgb(153,153,153); border-top-style:none; border-right-style:none;
          border-bottom-style:none; border-left-style:dotted;">

      <!-- 외부 로그인 시작 -->
        <table width=100% cellpadding=0 cellspacing=0>
        <tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
        <tr><td class='subject subjectbg ht arial' align=center>LOGIN</td></tr>
        <tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
        <tr><td><? include "./$cfg[bbs_dir]/outlogin.php"; ?></td></tr>
        </table>
        <!-- 외부 로그인 끝 -->

        <!-- 공백 -->
        <table width=100% height=5  border="0" cellpadding=0 cellspacing=0 align=center  >
                <tr>
                      <td height="5">       
                      </td>
                </tr>
        </table>

  <table  border="0"  width=100% height=100 cellpadding=0 cellspacing=0 align=center  >
              <tr>
                    <td>

                            <table border="0" cellpadding="1" cellspacing="1" width="180">
                                  <tr>
                                      <td width="177" height="49">
                                          <p><img src="http://61.99.156.89:88/gnu3/m1.gif" width="179" height="50" border="0"></p>
                                      </td>
                                    </tr>
              <tr>
                  <td width="177" height="21">
                        <p><img src="http://61.99.156.89:88/gnu3/m2.gif" width="179" height="50" border="0"></p>
                  </td>
            </tr>
          <tr>
                <td width="177">
                      <p><img src="http://61.99.156.89:88/gnu3/m3.gif" width="179" height="50" border="0"></p>
                </td>
          </tr>
            <tr>
                <td width="177">
                  <p><img src="http://61.99.156.89:88/gnu3/m4.gif" width="179" height="50" border="0"></p>
              </td>
          </tr>
      </table>

</td>
</tr>
</table>

<table width=100% height=5  border="0" cellpadding=0 cellspacing=0 align=center  >
          <tr>
                <td height="5"></td></tr></table>
                    <!-- 투표 시작 -->
                        <? include "./$cfg[bbs_dir]/vote.php"; ?>
                              <!-- 투표 끝 -->

                    <!-- 공백 -->
                  <table  border="0"  width=100% cellpadding=0 cellspacing=0 align=center  > 
                        <tr>
                          <td height=5>
                          </td>
                        <tr>
</table>


        <!-- 카운터 시작 -->

            <? include "./$cfg[bbs_dir]/count.php"; ?>
     
        <!-- 카운터 끝 -->

      </td>
    <td></td>
                    <td valign=top width="100%" style="border-width:2px; border-top-color:rgb(153,153,153);
                      border-right-color:rgb(204,204,204); border-bottom-color:black; border-left-color:rgb(204,204,204);
                      border-top-style:none; border-right-style:dotted; border-bottom-style:none; border-left-style:dotted;">
  • 복사

댓글 전체

ㅎㅎ 죄송...제가 잠시 고시돕을...
역시나 님 말씀데로 베이직으로 바꾸니깐 정상작동하네요...
아무래두 스킨에 레이아웃이 문제가 있었던거 같습니다.
감사합니다.
혼자 무지 낑낑 거렸는데...
좋은 밤 되세요.^^
ㅎㅎ 어제는 제가 서버 돌릴 줄을 몰라서리....
테스트용 아이디 kcs1106  pass는 2356
이파일만 수정했구요...
tall 파일은 그대로구요...
저두 테이블쪽이지 싶은데...암만 봐두 터진 데는 없었는데요...
© SIRSOFT
현재 페이지 제일 처음으로