도움말 띄우기 - 관리자 페이지에 있는 것을 추림
관리자 페이지에 있는 것을 추렸습니다.
js/common.js에 다음 추가
var old2='';
function help2(name, left, top) {
submenu2=eval(name+".style");
if (old2!=submenu2){
if(old2!='') { old2.display='none'; }
submenu2.display='block';
old2=submenu2;
} else {
submenu2.display='none';
old2='';
}
submenu2.posLeft = left;
submenu2.posTop = top;
}
lib/common.lib.php에 다음 추가
function help2( $icon, $help="")
{
global $admin_dir;
static $idx = 0;
$idx++;
$help = preg_replace("/\n/", "<br>", $help);
$str = "<img src='$icon' border=0 align=absmiddle onclick=\"help2('help__$idx', event.x+20, event.y-10+document.body.scrollTop);\" style='cursor:hand;'>";
$str .= "<div id='help__$idx' style='position:absolute; top:0px; left:0px; display:none;'>";
$str .= "<div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>$help</div></div></div>";
$str .= "</div>";
return $str;
}
사용법
js/common.js와 lib/common.lib.php가
있다는 조건하에
<?=help2("/images/q.gif", "heeeeeelp")?><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
js/common.js에 다음 추가
var old2='';
function help2(name, left, top) {
submenu2=eval(name+".style");
if (old2!=submenu2){
if(old2!='') { old2.display='none'; }
submenu2.display='block';
old2=submenu2;
} else {
submenu2.display='none';
old2='';
}
submenu2.posLeft = left;
submenu2.posTop = top;
}
lib/common.lib.php에 다음 추가
function help2( $icon, $help="")
{
global $admin_dir;
static $idx = 0;
$idx++;
$help = preg_replace("/\n/", "<br>", $help);
$str = "<img src='$icon' border=0 align=absmiddle onclick=\"help2('help__$idx', event.x+20, event.y-10+document.body.scrollTop);\" style='cursor:hand;'>";
$str .= "<div id='help__$idx' style='position:absolute; top:0px; left:0px; display:none;'>";
$str .= "<div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>$help</div></div></div>";
$str .= "</div>";
return $str;
}
사용법
js/common.js와 lib/common.lib.php가
있다는 조건하에
<?=help2("/images/q.gif", "heeeeeelp")?><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
댓글 2개
19년 전
rolo님 감사합니다.
적용해보니 깜찍(?)하고 좋아보입니다.^^
적용해보니 깜찍(?)하고 좋아보입니다.^^
19년 전
<div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>
이 부분 css에 대한 설명이 빠졌군요.
적당하게 조정해 주시면 됩니다. ^^
이 부분 css에 대한 설명이 빠졌군요.
적당하게 조정해 주시면 됩니다. ^^
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1030 | 18년 전 | 1780 | ||
| 1029 | 18년 전 | 2213 | ||
| 1028 | 18년 전 | 2627 | ||
| 1027 | 18년 전 | 1788 | ||
| 1026 | 18년 전 | 1521 | ||
| 1025 | 18년 전 | 1534 | ||
| 1024 | 18년 전 | 1460 | ||
| 1023 | 18년 전 | 3219 | ||
| 1022 | 18년 전 | 2910 | ||
| 1021 | 18년 전 | 1669 | ||
| 1020 | 18년 전 | 3406 | ||
| 1019 | 18년 전 | 1834 | ||
| 1018 | 18년 전 | 1484 | ||
| 1017 | 18년 전 | 1950 | ||
| 1016 | 18년 전 | 2092 | ||
| 1015 | 18년 전 | 1629 | ||
| 1014 | 18년 전 | 2341 | ||
| 1013 | 18년 전 | 1995 | ||
| 1012 | 18년 전 | 1613 | ||
| 1011 | 18년 전 | 1781 | ||
| 1010 | 18년 전 | 2036 | ||
| 1009 | 18년 전 | 1793 | ||
| 1008 | 18년 전 | 1598 | ||
| 1007 | 18년 전 | 1656 | ||
| 1006 | 18년 전 | 3127 | ||
| 1005 | 18년 전 | 1990 | ||
| 1004 | 18년 전 | 1863 | ||
| 1003 | 18년 전 | 4364 | ||
| 1002 | 18년 전 | 4991 | ||
| 1001 | 18년 전 | 3156 | ||
| 1000 | 18년 전 | 2904 | ||
| 999 | 18년 전 | 3495 | ||
| 998 | 18년 전 | 2038 | ||
| 997 | 18년 전 | 2392 | ||
| 996 | 18년 전 | 2687 | ||
| 995 | 18년 전 | 2750 | ||
| 994 | 18년 전 | 2346 | ||
| 993 | 18년 전 | 1608 | ||
| 992 | 18년 전 | 3374 | ||
| 991 | 18년 전 | 1978 | ||
| 990 | 18년 전 | 2378 | ||
| 989 | 18년 전 | 2449 | ||
| 988 | 18년 전 | 2877 | ||
| 987 | 18년 전 | 5210 | ||
| 986 |
|
18년 전 | 2486 | |
| 985 |
|
18년 전 | 3336 | |
| 984 | 18년 전 | 4273 | ||
| 983 |
느낌좋은날
|
18년 전 | 2498 | |
| 982 | 18년 전 | 2463 | ||
| 981 | 19년 전 | 4036 | ||
| 980 | 19년 전 | 2746 | ||
| 979 |
Sinpre
|
19년 전 | 2987 | |
| 978 | 19년 전 | 2204 | ||
| 977 | 19년 전 | 2215 | ||
| 976 | 19년 전 | 1990 | ||
| 975 | 19년 전 | 3272 | ||
| 974 | 19년 전 | 2103 | ||
| 973 |
|
19년 전 | 2779 | |
| 972 |
|
19년 전 | 1740 | |
| 971 | 19년 전 | 5310 | ||
| 970 | 19년 전 | 3564 | ||
| 969 | 19년 전 | 4316 | ||
| 968 | 19년 전 | 3058 | ||
| 967 | 19년 전 | 2523 | ||
| 966 | 19년 전 | 3916 | ||
| 965 | 19년 전 | 2644 | ||
| 964 | 19년 전 | 2988 | ||
| 963 | 19년 전 | 2956 | ||
| 962 | 19년 전 | 4173 | ||
| 961 | 19년 전 | 3122 | ||
| 960 | 19년 전 | 3017 | ||
| 959 | 19년 전 | 3667 | ||
| 958 | 19년 전 | 2973 | ||
| 957 | 19년 전 | 2190 | ||
| 956 | 19년 전 | 2220 | ||
| 955 | 19년 전 | 2164 | ||
| 954 | 19년 전 | 2764 | ||
| 953 | 19년 전 | 2473 | ||
| 952 | 19년 전 | 3342 | ||
| 951 | 19년 전 | 3200 | ||
| 950 | 19년 전 | 1826 | ||
| 949 | 19년 전 | 2738 | ||
| 948 | 19년 전 | 7824 | ||
| 947 |
|
19년 전 | 2500 | |
| 946 |
DeepnBlue
|
19년 전 | 3100 | |
| 945 |
pearly
|
19년 전 | 2860 | |
| 944 | 19년 전 | 3017 | ||
| 943 |
|
19년 전 | 2219 | |
| 942 | 19년 전 | 2449 | ||
| 941 |
|
19년 전 | 4068 | |
| 940 | 19년 전 | 2227 | ||
| 939 |
|
19년 전 | 4218 | |
| 938 |
|
19년 전 | 2377 | |
| 937 | 19년 전 | 2071 | ||
| 936 |
|
19년 전 | 2321 | |
| 935 | 19년 전 | 1868 | ||
| 934 |
|
19년 전 | 2397 | |
| 933 | 19년 전 | 2190 | ||
| 932 |
|
19년 전 | 3063 | |
| 931 | 19년 전 | 1851 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기