<td colspan="3"><input type="text" name="cf_title" value="<?php 
echo $config['cf_title'];
?>
" id="cf_title" required class="required frm_input" size="40"></td>
        </tr>
        <tr>
            <th scope="row"><label for="cf_admin">최고관리자<strong class="sound_only">필수</strong></label></th>
            <td colspan="3"><?php 
echo get_member_id_select('cf_admin', 10, $config['cf_admin'], 'required');
?>
</td>
        </tr>
        <tr>
            <th scope="row"><label for="cf_administrator">일반관리자</label></th>
            <td colspan="3"><?php 
echo get_member_id_select('cf_administrator', 10, $config['cf_administrator']);
?>
</td>
        </tr>
        <tr>
            <th scope="row"><label for="cf_admin_email">관리자 메일 주소<strong class="sound_only">필수</strong></label></th>
            <td colspan="3">
                <?php 
echo help('관리자가 보내고 받는 용도로 사용하는 메일 주소를 입력합니다. (회원가입, 인증메일, 테스트, 회원메일발송 등에서 사용)');
?>
                <input type="text" name="cf_admin_email" value="<?php 
echo $config['cf_admin_email'];
?>
" id="cf_admin_email" required class="required email frm_input" size="40">
            </td>
        </tr>
echo subtitle("기본 설정");
?>
</td>
</tr>
<tr><td colspan=4 class=line1></td></tr>
<tr class='ht'>
    <td>홈페이지 제목</td>
    <td>
        <input type=text class=ed name='cf_title' size='30' required itemname='홈페이지 제목' value='<?php 
echo $config[cf_title];
?>
'>
    </td>
    <td>최고관리자</td>
    <td><?php 
echo get_member_id_select("cf_admin", 10, $config[cf_admin], "required itemname='최고 관리자'");
?>
</td>
</tr>
<tr class='ht'>
    <td>포인트 사용</td>
    <td colspan=3><input type='checkbox' name='cf_use_point' value='1' <?php 
echo $config[cf_use_point] ? 'checked' : '';
?>
> 사용</td>
</tr>
<tr class='ht'>
    <td>로그인시 포인트</td>
    <td><input type=text class=ed name='cf_login_point' size='5' required itemname='로그인시 포인트' value='<?php 
echo $config[cf_login_point];
?>
            <col>
            <col class="grid_4">
            <col>
        </colgroup>
        <tbody>
        <tr>
            <th scope="row"><label for="cf_title">홈페이지 제목<strong class="sound_only">필수</strong></label></th>
            <td colspan="3"><input type="text" name="cf_title" value="<?php 
echo $config['cf_title'];
?>
" id="cf_title" required class="required frm_input" size="40"></td>
        </tr>
        <tr>
            <th scope="row"><label for="cf_admin">최고관리자<strong class="sound_only">필수</strong></label></th>
            <td colspan="3"><?php 
echo get_member_id_select('cf_admin', 10, $config['cf_admin'], 'required');
?>
</td>
        </tr>
        <tr>
            <th scope="row"><label for="cf_admin_email">관리자 메일 주소<strong class="sound_only">필수</strong></label></th>
            <td colspan="3">
                <?php 
echo help('관리자가 보내고 받는 용도로 사용하는 메일 주소를 입력합니다. (회원가입, 인증메일, 테스트, 회원메일발송 등에서 사용)');
?>
                <input type="text" name="cf_admin_email" value="<?php 
echo $config['cf_admin_email'];
?>
" id="cf_admin_email" required class="required email frm_input" size="40">
            </td>
        </tr>
Exemple #4
0
?>
<div id="adm_config">
<form id='fconfigform' method='post' action='#' onsubmit="return fconfigform_submit(this);">
	<?php 
echo subtitle("기본 설정");
?>
	<table class="normal2">
		<tr>
			<th scope="row" width="20%">홈페이지 제목</th>
			<td width="30%"><input type="text" name="cf_title" size="30" class="text required" title="홈페이지 제목" value="<?php 
echo $config['cf_title'];
?>
" /></td>
			<th scope="row" width="20%">최고관리자</th>
			<td><?php 
echo get_member_id_select("cf_admin", 10, $config['cf_admin'], "class='required' title='최고 관리자'");
?>
</td>
		</tr>
		<tr>
			<th scope="row">포인트 사용</th>
			<td colspan="3"><input type="checkbox" name="cf_use_point" id="cf_use_point" value="1" <?php 
echo $config['cf_use_point'] ? "checked='checked'" : "";
?>
 /> <label for="cf_use_point">사용</label></td>
		</tr>
		<tr>
			<th scope="row">로그인시 포인트</th>
			<td><input type="text" name="cf_login_point" size="5" class="text required" title="로그인시 포인트" value="<?php 
echo $config['cf_login_point'];
?>