2026 년 4 월

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

 
그누스킨 그누소스 소스변경 소스문법 홈준비 기타
 
작성일 : 07-02-17 10:56
[그누소스] 네비게이션
 글쓴이 : Morning (124.♡.110.183)
조회 : 4,548  
   http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=10377 [1146]
■용법 : nav_top.php 로 저장한 후, head.php 등에 <? include "nav_top.php" ?> 하면 됩니다. 물론 파일명은 임의로 정할 수 있습니다. 아니면 아래 소스를 원하는 문서에 바로 집어넣어도 되겠습니다.
■형식 : Home >> 게시판명 >> 카테고리  (각자 해당링크가 걸려있음)

<table border=0 cellspacing=0 cellpadding=0><tr> 
<? 
echo "<td><a href='$g4[path]' style=font-size:10pt;font-family:돋움;color:navy;>Home"; // 인덱스로 가기 

if($bo_table) {  //게시판에 들어 갔을 경우 

echo "<td style=font-size:8pt;font-family:돋움;> > "; 
echo "<td><a href='$g4[path]/bbs/group.php?gr_id=$gr_id' style=font-size:10pt;font-family:돋움;color:navy;> $group[gr_subject]"; //그룹 이름

  if($board[bo_subject]!='')  { 
echo "<td style=font-size:8pt;font-family:돋움;> > "; 
echo "<td><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]' style=font-size:10pt;font-family:돋움;color:navy;> $board[bo_subject]"; //게시판 이름 
              } 

    if($board[bo_table]!='' && $write[ca_name]!='') {                                 
echo "<td style=font-size:8pt;font-family:돋움;> >> "; 
echo "<td><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]&sca={$write[ca_name]}' style=font-size:10pt;font-family:돋움;color:navy;> {$write[ca_name]}"; //카테고리 이름 
              }
} else { 
echo "<td style=font-size:8pt;font-family:돋움;> > "; 
echo "<td style=font-size:10pt;font-family:돋움;color:navy;>$g4[title]"; }//일반페이지에 접속했을 경우 
?> 
</table>
[이 게시물은 morning님에 의해 2009-11-22 17:49:48 홈관리자료실에서 이동 됨]
[이 게시물은 morning님에 의해 2009-11-22 17:56:43 알림판에서 이동 됨]
주님과 함께 모닝커피를

Morning 07-02-17 11:03
 124.♡.110.183  
<? if($bo_table){
           
            $sql5 = "select a.gr_id, a.gr_subject, b.bo_table, b.bo_subject from 
            $g4[group_table] as a left join $g4[board_table] as b 
                on b.gr_id = a.gr_id 
                where b.bo_table = '$bo_table' 
                order by a.gr_id";

            $theday5 = sql_fetch($sql5);
           
            ?>
        <!-- 현재위치표시 ------> 
        <table height=20 border=0 cellspacing=0 cellpadding=0 align=right><tr> 
            <td style='font-size:9pt;'><a href='$g4[path]'>Home</a>   
            <td width='25' align='center' style='font-size:8pt;font-family:돋움;'>>>     

        <? 
        if($theday5[bo_subject] != '') { 
        echo "<td style=font-size:9pt;><a href='$g4[path]/bbs/group.php?gr_id=$theday5[gr_id]'>$theday5[gr_subject]</a>"; //게시판 이름 
        echo "<td width=25 align=center style=font-size:8pt;font-family:돋움;>>>"; 

        echo "<td style=font-size:9pt;><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]'>$theday5[bo_subject]</a>"; //게시판 이름 
        echo "<td width=25 align=center style=font-size:8pt;font-family:돋움;>>>"; 
        } 
                                       
        if($sca != '') { 
        echo "<td style=font-size:9pt;><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]&sca=$sca'>$sca</a>"; //카테고리 이름 
        echo "<td width=25 align=center style=font-size:8pt;font-family:돋움;>>>"; 
        }

        if($wr_id) { 
        echo "<td style=font-size:9pt;><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]&wr_id=$theday7[wr_id]'>$write[wr_subject]</a>"; //게시판 글 
        } 
        ?>
        </tr>
        </table> 
        <table width=100% cellpadding=0 cellspacing=0><tr><td height=30></td></tr></table>
        <!-- 현재위치표시 ------> 
        <? } ?>
 
 

Total 167
번호 제   목 글쓴이 날짜 조회
107 [그누소스] 숫자변경 Morning 02-22 3356
106 [소스변경] 온라인문의 (1) Morning 02-22 6691
105 [소스문법] 일정한 부분을 다른 것으로 치환하는 방법 (9) Morning 02-22 6530
104 [소스문법] div, table (2) Morning 01-20 5520
103 [소스변경] 블로그단축주소를 위한 소스변경 Morning 02-19 4486
102 [그누소스] 네비게이션 (1) Morning 02-17 4549
101 [그누소스] 홈관리메뉴 (1) Morning 02-16 3348
100 [소스변경] 펼침카테고리 사용시 Morning 02-15 3893
99 [그누스킨] morning_webzin3 Morning 02-13 4001
98 [그누소스] 블로그 최신글 Morning 02-12 4265
97 [소스변경] 까페를 위한 소스변경사항 Morning 02-07 4184
96 [홈준비] 웹진과제 Morning 02-06 5148
95 [소스문법] dq_thumb_engine2를 쓴 최신글스킨에서 썸네일 안… (1) Morning 02-04 5552
94 [그누소스] 생성한 썸네일을 스킨에서 몽땅 삭제하기 Morning 02-04 3456
93 [그누소스] 썸네일 생성- 않으면서 빠르게 출력 (2) Morning 02-04 3717
 1  2  3  4  5  6  7  8  9  10    

Therefore, holy brothers, who share in the heavenly calling,
fix your thoughts on Jesus, the apostle and high priest whom we confess.
Let us fix our eyes on Jesus, the author and perfecter of our faith,
who for the joy set before him endured the cross, scorning its shame,
and sat down at the right hand of the throne of God