diff --git a/adm/board_list.php b/adm/board_list.php
index 7452750de..9abe90d01 100644
--- a/adm/board_list.php
+++ b/adm/board_list.php
@@ -144,9 +144,8 @@ $colspan = 15;
|
|
title="선택시 검색사용"> |
- title="선택시 메뉴보이기"> |
+ title="선택시 메뉴보이기"> |
|
-
|
-
+
}else{?>
| =$row['gr_admin']?>
}?>
|
=$row2['cnt']?> |
- value="1" id="gr_use_access" title="선택 시 접근회원 사용"> |
+ value="1" id="gr_use_access_=$i?>" title="선택 시 접근회원 사용"> |
=$row1['cnt']?> |
- value="1" id="gr_show_menu" title="선택 시 메뉴보이기"> |
+ value="1" id="gr_show_menu_=$i?>" title="선택 시 메뉴보이기"> |
|
diff --git a/adm/config_form.php b/adm/config_form.php
index ba043d805..65effaf80 100644
--- a/adm/config_form.php
+++ b/adm/config_form.php
@@ -102,7 +102,7 @@ $pg_anchor = "
|
- =help('HTML의 태그위로 추가될 JavaScript와 css 코드를 설정합니다.')?>
+ =help('HTML의 </HEAD> 태그위로 추가될 JavaScript와 css 코드를 설정합니다.')?>
|
@@ -173,7 +173,7 @@ $pg_anchor = "
라인
|
-
+ |
=help('목록 한페이지당 라인수')?>
라인
|
@@ -182,7 +182,7 @@ $pg_anchor = "
|
페이지씩 표시 |
|
- 페이지씩 표시 |
+ 페이지씩 표시 |
|
@@ -191,6 +191,7 @@ $pg_anchor = "
$arr = get_skin_dir('new');
for ($i=0; $i선택";
echo "\n";
}
?>
@@ -202,6 +203,7 @@ $pg_anchor = "
$arr = get_skin_dir('new', G4_MOBILE_PATH.'/'.G4_SKIN_DIR);
for ($i=0; $i선택";
echo "\n";
}
?>
@@ -215,6 +217,7 @@ $pg_anchor = "
$arr = get_skin_dir('search');
for ($i=0; $i선택";
echo "\n";
}
?>
@@ -226,6 +229,7 @@ $pg_anchor = "
$arr = get_skin_dir('search', G4_MOBILE_PATH.'/'.G4_SKIN_DIR);
for ($i=0; $i선택";
echo "\n";
}
?>
@@ -239,6 +243,7 @@ $pg_anchor = "
$arr = get_skin_dir('connect');
for ($i=0; $i선택";
echo "\n";
}
?>
@@ -250,6 +255,7 @@ $pg_anchor = "
$arr = get_skin_dir('connect', G4_MOBILE_PATH.'/'.G4_SKIN_DIR);
for ($i=0; $i선택";
echo "\n";
}
?>
@@ -374,6 +380,7 @@ $pg_anchor = "
$arr = get_skin_dir('member');
for ($i=0; $i선택";
echo ''."\n";
}
?>
@@ -385,6 +392,7 @@ $pg_anchor = "
$arr = get_skin_dir('member', G4_MOBILE_PATH.'/'.G4_SKIN_DIR);
for ($i=0; $i선택";
echo ''."\n";
}
?>
diff --git a/adm/member_form.php b/adm/member_form.php
index beb5536a3..5c38d498f 100644
--- a/adm/member_form.php
+++ b/adm/member_form.php
@@ -8,8 +8,9 @@ $token = get_token();
if ($w == '')
{
- $required_mb_id = 'class="required minlength=3 alnum_"';
- $required_mb_password = 'class="required"';
+ $required_mb_id = 'required';
+ $required_mb_id_class = 'required minlength=3 alnum_';
+ $required_mb_password = 'required';
$sound_only = '필수';
$mb['mb_mailling'] = 1;
@@ -113,11 +114,11 @@ include_once('./admin.head.php');
|
- class="frm_input" size="15" maxlength="20" >
+ class="frm_input =$required_mb_id_class?>" size="15" maxlength="20" >
접근가능그룹보기}?>
|
|
- class="frm_input" size="15" maxlength="20"> |
+ class="frm_input =$required_mb_password?>" size="15" maxlength="20"> |
|
@@ -163,7 +164,7 @@ include_once('./admin.head.php');
$icon_file = G4_DATA_PATH.'/member/'.$mb_dir.'/'.$mb['mb_id'].'.gif';
if (file_exists($icon_file)) {
$icon_url = G4_DATA_URL.'/member/'.$mb_dir.'/'.$mb['mb_id'].'.gif';
- echo '
';
+ echo '
';
echo '삭제';
}
?>
@@ -190,13 +191,13 @@ include_once('./admin.head.php');
>
- >
+ >
|
|
- |
+ |
|
diff --git a/adm/point_list.php b/adm/point_list.php
index d46f07829..4781ee3fb 100644
--- a/adm/point_list.php
+++ b/adm/point_list.php
@@ -220,7 +220,7 @@ function point_clear()
-
+
include_once ('./admin.tail.php');
diff --git a/adm/popular_rank.php b/adm/popular_rank.php
index 309e50230..245e75ce2 100644
--- a/adm/popular_rank.php
+++ b/adm/popular_rank.php
@@ -7,7 +7,7 @@ auth_check($auth[$sub_menu], 'r');
if (empty($fr_date)) $fr_date = G4_TIME_YMD;
if (empty($to_date)) $to_date = G4_TIME_YMD;
-$qstr = "fr_date={$fr_date}{&to_date}={$to_date}";
+$qstr = "fr_date={$fr_date}{&to_date}={$to_date}";
$sql_common = " from {$g4['popular_table']} a ";
$sql_search = " where trim(pp_word) <> '' and pp_date between '{$fr_date}' and '{$to_date}' ";
diff --git a/adm/visit.sub.php b/adm/visit.sub.php
index 69737b0c4..6a14daffb 100644
--- a/adm/visit.sub.php
+++ b/adm/visit.sub.php
@@ -25,7 +25,7 @@ $qstr = "fr_date=".$fr_date."&to_date=".$to_date;
diff --git a/bbs/point.php b/bbs/point.php
index c0a13575c..5007ffac5 100644
--- a/bbs/point.php
+++ b/bbs/point.php
@@ -52,7 +52,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
- | 소계
+ | 소계 |
=number_format($sum_point1)?> |
=number_format($sum_point2)?> |
diff --git a/lib/common.lib.php b/lib/common.lib.php
index f45ef28a4..a6b2f308f 100644
--- a/lib/common.lib.php
+++ b/lib/common.lib.php
@@ -978,7 +978,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='')
$width = $config['cf_member_icon_width'];
$height = $config['cf_member_icon_height'];
$icon_file_url = G4_DATA_URL.'/member/'.$mb_dir.'/'.$mb_id.'.gif';
- $tmp_name = '
';
+ $tmp_name = '
';
if ($config['cf_use_member_icon'] == 2) // 회원아이콘+이름
$tmp_name = $tmp_name . " $name";