Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-02-15 14:02:29 +09:00
2 changed files with 53 additions and 5 deletions

View File

@ -38,10 +38,16 @@ $pg_anchor = "
<?=$pg_anchor?>
<table class="frm_tbl">
<colgroup>
<col class="grid_2">
<col class="grid_3">
<col class="grid_2">
<col class="grid_3">
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="cf_title">홈페이지 제목<strong class="sound_only">필수</strong></label></th>
<td><input type="text" id="cf_title" name="cf_title" class="required" required value="<?=$config['cf_title']?>" size="50"></td>
<td><input type="text" id="cf_title" name="cf_title" class="required" required value="<?=$config['cf_title']?>" size="40"></td>
<th scope="row"><label for="cf_admin">최고관리자<strong class="sound_only">필수</strong></label></th>
<td><?=get_member_id_select('cf_admin', 10, $config['cf_admin'], 'required')?></td>
</tr>
@ -180,6 +186,12 @@ $pg_anchor = "
<p>각 게시판 관리에서 개별적으로 설정 가능합니다.</p>
<table class="frm_tbl">
<colgroup>
<col class="grid_2">
<col class="grid_3">
<col class="grid_2">
<col class="grid_3">
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="cf_read_point">글읽기 포인트<strong class="sound_only">필수</strong></label></th>
@ -251,6 +263,12 @@ $pg_anchor = "
<p>회원가입 시 사용할 스킨과 입력 받을 정보 등을 설정할 수 있습니다.</p>
<table class="frm_tbl">
<colgroup>
<col class="grid_2">
<col class="grid_3">
<col class="grid_2">
<col class="grid_3">
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="cf_member_skin">회원 스킨<strong class="sound_only">필수</strong></label></th>
@ -373,6 +391,10 @@ $pg_anchor = "
<?=$pg_anchor?>
<table class="frm_tbl">
<colgroup>
<col class="grid_2">
<col class="grid_8">
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="cf_email_use">메일발송 사용</label></th>
@ -410,6 +432,10 @@ $pg_anchor = "
<?=$pg_anchor?>
<table class="frm_tbl">
<colgroup>
<col class="grid_2">
<col class="grid_8">
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="cf_email_wr_super_admin">최고관리자</label></th>
@ -455,6 +481,10 @@ $pg_anchor = "
<?=$pg_anchor?>
<table class="frm_tbl">
<colgroup>
<col class="grid_2">
<col class="grid_8">
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="cf_email_mb_super_admin">최고관리자 메일발송</label></th>
@ -480,6 +510,10 @@ $pg_anchor = "
<?=$pg_anchor?>
<table class="frm_tbl">
<colgroup>
<col class="grid_2">
<col class="grid_8">
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="cf_email_po_super_admin">최고관리자 메일발송</label></th>
@ -498,6 +532,10 @@ $pg_anchor = "
<p>각 게시판 관리에서 개별적으로 설정 가능합니다.</p>
<table class="frm_tbl">
<colgroup>
<col class="grid_2">
<col class="grid_8">
</colgroup>
<tbody>
<? for ($i=1; $i<=10; $i++) { ?>
<tr>

View File

@ -42,7 +42,6 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"dotum";letter-spa
#snb a {display:inline-block;padding:5px 0;color:#e0e0e0;text-decoration:none}
/* gnb js off */
#gnb {}
#gnb ul {z-index:10}
.gnb_1depth {position:relative;margin-left:-1px;background:#383a3f;zoom:1}
@ -103,6 +102,17 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
/* 내용 없는 테이블 */
.empty_table {padding:200px 0;text-align:center}
/* 테이블 그리드 */
table .grid_1 {width:80px}
table .grid_2 {width:170px}
table .grid_3 {width:260px}
table .grid_4 {width:350px}
table .grid_5 {width:440px}
table .grid_6 {width:530px}
table .grid_7 {width:620px}
table .grid_8 {width:710px}
table .grid_9 {width:800px}
table .grid_10 {width:890px}
/* 버튼 */
.btn_confirm {margin-bottom:20px;text-align:center}
@ -141,7 +151,7 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
.adm_field_explain {display:block;padding:0 0 5px;color:#5b747e}
/* 폼 바로가기 */
.frm_list {margin:0 0 20px;padding:0 0 0 1px;zoom:1}
.frm_list {margin:0 0 10px;padding:0;zoom:1}
.frm_list:after {display:block;visibility:hidden;clear:both;content:""}
.frm_list li {float:left;margin-left:-1px;list-style:none}
.frm_list a {display:inline-block;border:1px solid #586267;background:#667379;padding:0 7px;height:30px;color:#fff;text-decoration:none;line-height:2.3em}
@ -149,7 +159,7 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
.frm_list a:hover {background:#434f54;text-decoration:none}
/* 폼 테이블 */
.frm_tbl th {width:130px;text-align:left;font-weight:normal}
.frm_tbl th {padding:0 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#eef2f3;text-align:left;font-weight:normal}
.frm_tbl textarea {height:150px}
#frm_extra label {display:inline-block;width:100px}
#frm_extra input {margin-right:10px}
@ -159,7 +169,7 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
/* 관리권한설정 목록 */
.td_menu {}
.td_auth {width:100px;text-align:center}
.td_auth_mbnick {width:200px;text-align:center}
.td_auth_mbnick {width:200px}
/* 회원관리 목록 */
.tbl_mb_list td {text-align:center}
/* 포인트관리 목록 */