다시수정했는데요... > 그누3질답

그누3질답

다시수정했는데요... 정보

그누보드 다시수정했는데요...

첨부파일

gnu3.alz (943.1K) 1회 다운로드 2004-10-20 10:39:01

본문

파일도 올립니다...소스도 다시 올립니다..하지만 왼쪽 메뉴(하위메뉴)및 홈피 들어가시면 제가 못하는게 있을겁니다...메인소스는 원래 꺼 다시 올려서 다시 수정했습니다.....파일을 열어보시면 더 나을 듯 합니다..어느 부분을 고쳐야 하고 왼쪽 메뉴는 어디에 어디 부분에 들어가야 하는지요...

*메인소스입니다(이거 수정 않해도 되죠..)
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

define("_DOCTYPE_", "DESIGN");

$html_title = "전주희망교회";
?>
<STYLE> BODY { scrollbar-3dlight-color:#ffFFFF; scrollbar-arrow-color:#ffFFFF; scrollbar-track-color:#ffFFff; scrollbar-darkshadow-color:#ffffff; scrollbar-face-color:#ffFF; scrollbar-highlight-color:#FFFFFF; scrollbar-shadow-color:} </STYLE>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
           
<table width="998" cellpadding=0 cellspacing=0>
<colgroup width=''>
<colgroup width=5>
<colgroup width=170>
<tr>
    <td valign=top height="378" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;" width="995">
    메인
        </td>
    </tr>
</table>
</body>


* tall.php(이것도 수정해야 하나요)
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

/*
    사용자 화면 우측과 하단을 담당하는 페이지입니다.
    우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
*/
?>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
<table width="1000">
 <tr>


        <td width="989" height="134" align="left" valign="top" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;">
            <p>저작권</p>
        </td>
    </tr>
    </table>
    </body>


*head.php(많이 수정해야 할듯 합니다...)
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

/*
    사용자 화면 상단과 좌측을 담당하는 페이지입니다.
    상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
*/
include "./bbs/gblayer.php";
?>




</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
                <table cellpadding=0 cellspacing=0 width="998">
                <form name=fgnusearch method=get action='<?="./"?>'>
                <tr>
                    <td height="19" valign="top" style="border-right-width:1; border-right-color:rgb(204,204,204); border-right-style:solid;" width="997">
                       
            <p align="right">
                <?
                echo "<a href='./' class=tm>HOME</a> | ";
                if (!$member[mb_id]) {
                    echo "<a href='./?doc=bbs/mblogin.php&url=$urlencode'  class=tm>로그인</a> | ";
                    echo "<a href='./?doc=bbs/mbform.php'  class=tm>회원가입</a>";
                } else {
                    echo "<a href='./?doc=bbs/mblogout.php&url=$urlencode'  class=tm>로그아웃</a> | ";
                    echo "<a href='./?doc=bbs/mbform.php&w=u'  class=tm>정보수정</a>";
                    if ($is_admin == "default" || $is_admin == "group") {
                        echo " <a href='./?doc=bbs/admin/index.php'  class=tm>(ADMIN)</a>";
                    }
                }
                ?>
  <input type='hidden' name='doc' value='bbs/gnusearch.php'>
                        <input type='hidden' name='sselect'      value='concat(wr_subject,wr_content)'>
                        <input type='hidden' name='soperator'    value='1'>
                        <input type='hidden' name='srch_rows'    value='5'>
                        <input type='hidden' name='srch_comment'  value='1'>
                        <input type='hidden' name='srch_days'    value='0'>

<img src="image/title_search.gif" align=absmiddle width="58" height="9">
                        <input type=text class=input name='stext' size=15 required minlength=2 itemname='검색어'>
                        <input type=image src="image/btn_go.gif" border=0 align=absmiddle></p>

                    </td>
                </tr>
                </form>   
    <tr>
        <td width="996" height="50" valign="top" style="border-top-width:1; border-right-width:1; border-bottom-width:1; border-left-width:1; border-top-color:rgb(153,153,153); border-right-color:rgb(204,204,204); border-bottom-color:rgb(204,204,204); border-left-color:rgb(204,204,204); border-style:solid;" align="right">
            <table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" width="982">
                <tr>
                    <td width="254" height="48">
 
                    </td>
                    <td width="105" height="48" style="border-right-width:1; border-right-color:rgb(204,204,204); border-right-style:dotted;">
                        <p><a href="http://flyjin.com/gnu3"><img src="Untitled-1.gif" width="105" height="48" border="0"></a></p>
                    </td>
                    <td width="105" height="48" style="border-right-width:1; border-left-width:1; border-right-color:rgb(204,204,204); border-left-color:rgb(204,204,204); border-right-style:dotted; border-left-style:dotted;">
                        <p><img src="Untitled-1.gif" width="105" height="48" border="0"></p>
                    </td>
                    <td width="105" height="48" style="border-right-width:1; border-left-width:1; border-right-color:rgb(204,204,204); border-left-color:rgb(204,204,204); border-right-style:dotted; border-left-style:dotted;">
                        <p><img src="Untitled-1.gif" width="105" height="48" border="0"></p>
                    </td>
                    <td width="105" height="48" style="border-right-width:1; border-left-width:1; border-right-color:rgb(204,204,204); border-left-color:rgb(204,204,204); border-right-style:dotted; border-left-style:dotted;">
                        <p><img src="Untitled-1.gif" width="105" height="48" border="0"></p>
                    </td>
                    <td width="105" height="48" style="border-right-width:1; border-left-width:1; border-right-color:rgb(204,204,204); border-left-color:rgb(204,204,204); border-right-style:dotted; border-left-style:dotted;">
                        <p><img src="Untitled-1.gif" width="105" height="48" border="0"></p>
                    </td>
                    <td width="105" height="48" style="border-right-width:1; border-left-width:1; border-right-color:rgb(204,204,204); border-left-color:rgb(204,204,204); border-right-style:dotted; border-left-style:dotted;">
                        <p><img src="Untitled-1.gif" width="105" height="48" border="0"></p>
                    </td>
                    <td width="91" height="48" style="border-right-width:1; border-left-width:1; border-right-color:rgb(204,204,204); border-left-color:rgb(204,204,204); border-right-style:dotted; border-left-style:dotted;">
                        <p><img src="Untitled-1.gif" width="105" height="48" border="0"></p>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
    <tr valign="top">
        <td width="996" height="13" valign="top" style="border-top-width:1; border-right-width:1; border-bottom-width:1; border-left-width:1; border-color:rgb(204,204,204); border-style:solid;" align="right">
       
            <p><!-- 외부 로그인 -->
        <? include "./bbs/outlogin.php"; ?>

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


이상입니다..제가 생각하는 것은 상단에 상위메뉴및로그인 왼쪽에 하위메뉴 오른쪽 메인부분 하단 저작권 입니다..
자세히 쉽게 알려주세요 꼭 막히거든요...예전꺼 올린파일보다는 나을 거 지만 지금도 많이 햇갈립니다...좋은 답변 부탁드립니다...소스수정해주시면 더 좋겠지만 제가 할 수 있을정도면 제가 하겠습니다..감사합니다....
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로