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

This commit is contained in:
chicpro
2013-11-26 18:25:49 +09:00
13 changed files with 57 additions and 58 deletions

View File

@ -672,7 +672,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
.new_win .win_btn {clear:both;margin:20px;text-align:center} .new_win .win_btn {clear:both;margin:20px;text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;vertical-align:middle;text-decoration:none;line-height:2.5em} .new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;vertical-align:middle;text-decoration:none;line-height:2.5em}
.new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em} .new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em}
.new_win .win_btn input {height:2.65em;line-height:2.65em} .new_win .win_btn input {height:2.5em;line-height:2.5em}
/* 자바스크립트 alert 대안 */ /* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px} #validation_check {margin:100px auto;width:500px}

View File

@ -27,7 +27,8 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<form name="fsearchbox" action="<?php echo G5_BBS_URL ?>/search.php" onsubmit="return fsearchbox_submit(this);" method="get"> <form name="fsearchbox" action="<?php echo G5_BBS_URL ?>/search.php" onsubmit="return fsearchbox_submit(this);" method="get">
<input type="hidden" name="sfl" value="wr_subject||wr_content"> <input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and"> <input type="hidden" name="sop" value="and">
<input type="text" name="stx" id="schall_stx" placeholder="검색어(필수)" required class="required" maxlength="20"> <label for="schall_stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="stx" id="schall_stx" required class="required" maxlength="20">
<input type="image" alt="검색" src="<?php echo G5_IMG_URL ?>/btn_search.jpg" id="schall_submit" width="24" height="24"> <input type="image" alt="검색" src="<?php echo G5_IMG_URL ?>/btn_search.jpg" id="schall_submit" width="24" height="24">
</form> </form>

View File

@ -20,41 +20,39 @@ include_once(G5_PATH.'/head.sub.php');
<div id="sit_rec_new" class="new_win"> <div id="sit_rec_new" class="new_win">
<h1><?php echo $g5['title']; ?></h1> <h1><?php echo $g5['title']; ?></h1>
<div class="cbox"> <form name="fitemrecommend" method="post" action="./itemrecommendmail.php" autocomplete="off" onsubmit="return fitemrecommend_check(this);">
<form name="fitemrecommend" method="post" action="./itemrecommendmail.php" autocomplete="off" onsubmit="return fitemrecommend_check(this);"> <input type="hidden" name="token" value="<?php echo $token; ?>">
<input type="hidden" name="token" value="<?php echo $token; ?>"> <input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
<div class="tbl_frm01 tbl_wrap"> <div class="tbl_frm01 tbl_wrap">
<table> <table>
<colgroup> <colgroup>
<col class="grid_3"> <col class="grid_3">
<col> <col>
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th scope="row"><label for="to_email">추천받는 분 E-mail</label></th> <th scope="row"><label for="to_email">추천받는 분 E-mail</label></th>
<td><input type="text" name="to_email" id="to_email" required class="frm_input"></td> <td><input type="email" name="to_email" id="to_email" required class="frm_input"></td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="subject">제목</label></th> <th scope="row"><label for="subject">제목</label></th>
<td><input type="text" name="subject" id="subject" required class="frm_input"></td> <td><input type="text" name="subject" id="subject" required class="frm_input"></td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="content">내용</label></th> <th scope="row"><label for="content">내용</label></th>
<td><textarea name="content" id="content" required></textarea></td> <td><textarea name="content" id="content" required></textarea></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="win_btn">
<input type="submit" id="btn_submit" value="보내기" class="btn_submit">
<a href="javascript:window.close();">창닫기</a>
</div>
</form>
</div> </div>
<div class="win_btn">
<input type="submit" id="btn_submit" value="보내기" class="btn_submit">
<a href="javascript:window.close();">창닫기</a>
</div>
</form>
</div> </div>
<script> <script>

View File

@ -371,11 +371,11 @@ ob_end_clean();
<tr> <tr>
<th scope="row"><label for="od_tel">전화번호</label></th> <th scope="row"><label for="od_tel">전화번호</label></th>
<td><input type="text" name="od_tel" value="<?php echo $member['mb_tel']; ?>" id="od_tel" required class="frm_input required" maxlength="20"></td> <td><input type="tel" name="od_tel" value="<?php echo $member['mb_tel']; ?>" id="od_tel" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="od_hp">핸드폰</label></th> <th scope="row"><label for="od_hp">핸드폰</label></th>
<td><input type="text" name="od_hp" value="<?php echo $member['mb_hp']; ?>" id="od_hp" class="frm_input" maxlength="20"></td> <td><input type="tel" name="od_hp" value="<?php echo $member['mb_hp']; ?>" id="od_hp" class="frm_input" maxlength="20"></td>
</tr> </tr>
<?php $zip_href = G5_BBS_URL.'/zip.php?frm_name=forderform&amp;frm_zip1=od_zip1&amp;frm_zip2=od_zip2&amp;frm_addr1=od_addr1&amp;frm_addr2=od_addr2'; ?> <?php $zip_href = G5_BBS_URL.'/zip.php?frm_name=forderform&amp;frm_zip1=od_zip1&amp;frm_zip2=od_zip2&amp;frm_addr1=od_addr1&amp;frm_addr2=od_addr2'; ?>
<tr> <tr>
@ -401,7 +401,7 @@ ob_end_clean();
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="od_email">E-mail</label></th> <th scope="row"><label for="od_email">E-mail</label></th>
<td><input type="text" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" maxlength="100"></td> <td><input type="email" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" maxlength="100"></td>
</tr> </tr>
<?php if ($default['de_hope_date_use']) { // 배송희망일 사용 ?> <?php if ($default['de_hope_date_use']) { // 배송희망일 사용 ?>
@ -502,11 +502,11 @@ ob_end_clean();
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="od_b_tel">전화번호</label></th> <th scope="row"><label for="od_b_tel">전화번호</label></th>
<td><input type="text" name="od_b_tel" id="od_b_tel" required class="frm_input required" maxlength="20"></td> <td><input type="tel" name="od_b_tel" id="od_b_tel" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="od_b_hp">핸드폰</label></th> <th scope="row"><label for="od_b_hp">핸드폰</label></th>
<td><input type="text" name="od_b_hp" id="od_b_hp" class="frm_input" maxlength="20"></td> <td><input type="tel" name="od_b_hp" id="od_b_hp" class="frm_input" maxlength="20"></td>
</tr> </tr>
<?php $zip_href = G5_BBS_URL.'/zip.php?frm_name=forderform&amp;frm_zip1=od_b_zip1&amp;frm_zip2=od_b_zip2&amp;frm_addr1=od_b_addr1&amp;frm_addr2=od_b_addr2'; ?> <?php $zip_href = G5_BBS_URL.'/zip.php?frm_name=forderform&amp;frm_zip1=od_b_zip1&amp;frm_zip2=od_b_zip2&amp;frm_addr1=od_b_addr1&amp;frm_addr2=od_b_addr2'; ?>
<tr> <tr>

View File

@ -119,11 +119,11 @@ if($default['de_escrow_use']) {
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="pp_email">이메일</label></th> <th scope="row"><label for="pp_email">이메일</label></th>
<td><input type="text" name="pp_email" value="<?php echo $member['mb_email']; ?>" id="pp_email" required class="required frm_input"></td> <td><input type="email" name="pp_email" value="<?php echo $member['mb_email']; ?>" id="pp_email" required class="required frm_input"></td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="pp_hp">휴대폰</label></th> <th scope="row"><label for="pp_hp">휴대폰</label></th>
<td><input type="text" name="pp_hp" value="<?php echo $member['mb_hp']; ?>" id="pp_hp" class="frm_input"></td> <td><input type="tel" name="pp_hp" value="<?php echo $member['mb_hp']; ?>" id="pp_hp" class="frm_input"></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -71,14 +71,14 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<?php if ($is_email) { ?> <?php if ($is_email) { ?>
<tr> <tr>
<th scope="row"><label for="wr_email">이메일</label></th> <th scope="row"><label for="wr_email">이메일</label></th>
<td><input type="text" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" maxlength="100"></td> <td><input type="email" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" maxlength="100"></td>
</tr> </tr>
<?php } ?> <?php } ?>
<?php if ($is_homepage) { ?> <?php if ($is_homepage) { ?>
<tr> <tr>
<th scope="row"><label for="wr_homepage">홈페이지</label></th> <th scope="row"><label for="wr_homepage">홈페이지</label></th>
<td><input type="text" name="wr_homepage" value="<?php echo $homepage ?>" id="wr_homepage" class="frm_input"></td> <td><input type="url" name="wr_homepage" value="<?php echo $homepage ?>" id="wr_homepage" class="frm_input"></td>
</tr> </tr>
<?php } ?> <?php } ?>
@ -124,7 +124,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<?php for ($i=1; $is_link && $i<=G5_LINK_COUNT; $i++) { ?> <?php for ($i=1; $is_link && $i<=G5_LINK_COUNT; $i++) { ?>
<tr> <tr>
<th scope="row"><label for="wr_link<?php echo $i ?>">링크 #<?php echo $i ?></label></th> <th scope="row"><label for="wr_link<?php echo $i ?>">링크 #<?php echo $i ?></label></th>
<td><input type="text" name="wr_link<?php echo $i ?>" value="<?php if($w=="u"){echo$write['wr_link'.$i];} ?>" id="wr_link<?php echo $i ?>" class="frm_input wr_link"></td> <td><input type="url" name="wr_link<?php echo $i ?>" value="<?php if($w=="u"){echo$write['wr_link'.$i];} ?>" id="wr_link<?php echo $i ?>" class="frm_input wr_link"></td>
</tr> </tr>
<?php } ?> <?php } ?>

View File

@ -71,14 +71,14 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<?php if ($is_email) { ?> <?php if ($is_email) { ?>
<tr> <tr>
<th scope="row"><label for="wr_email">이메일</label></th> <th scope="row"><label for="wr_email">이메일</label></th>
<td><input type="text" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" maxlength="100"></td> <td><input type="email" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" maxlength="100"></td>
</tr> </tr>
<?php } ?> <?php } ?>
<?php if ($is_homepage) { ?> <?php if ($is_homepage) { ?>
<tr> <tr>
<th scope="row"><label for="wr_homepage">홈페이지</label></th> <th scope="row"><label for="wr_homepage">홈페이지</label></th>
<td><input type="text" name="wr_homepage" value="<?php echo $homepage ?>" id="wr_homepage" class="frm_input"></td> <td><input type="url" name="wr_homepage" value="<?php echo $homepage ?>" id="wr_homepage" class="frm_input"></td>
</tr> </tr>
<?php } ?> <?php } ?>
@ -124,7 +124,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<?php for ($i=1; $is_link && $i<=G5_LINK_COUNT; $i++) { ?> <?php for ($i=1; $is_link && $i<=G5_LINK_COUNT; $i++) { ?>
<tr> <tr>
<th scope="row"><label for="wr_link<?php echo $i ?>">링크 #<?php echo $i ?></label></th> <th scope="row"><label for="wr_link<?php echo $i ?>">링크 #<?php echo $i ?></label></th>
<td><input type="text" name="wr_link<?php echo $i ?>" value="<?php if($w=="u"){echo$write['wr_link'.$i];} ?>" id="wr_link<?php echo $i ?>" class="frm_input wr_link"></td> <td><input type="url" name="wr_link<?php echo $i ?>" value="<?php if($w=="u"){echo$write['wr_link'.$i];} ?>" id="wr_link<?php echo $i ?>" class="frm_input wr_link"></td>
</tr> </tr>
<?php } ?> <?php } ?>

View File

@ -27,7 +27,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="fmail">E-mail<strong class="sound_only">필수</strong></label></th> <th scope="row"><label for="fmail">E-mail<strong class="sound_only">필수</strong></label></th>
<td><input type="text" name="fmail" id="fmail" required class="frm_input required"></td> <td><input type="email" name="fmail" id="fmail" required class="frm_input required"></td>
</tr> </tr>
<?php } ?> <?php } ?>
<tr> <tr>

View File

@ -13,7 +13,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
회원가입 시 등록하신 이메일 주소를 입력해 주세요.<br> 회원가입 시 등록하신 이메일 주소를 입력해 주세요.<br>
해당 이메일로 아이디와 패스워드 정보를 보내드립니다. 해당 이메일로 아이디와 패스워드 정보를 보내드립니다.
</p> </p>
<input type="text" id="mb_email" name="mb_email" placeholder="이메일주소(필수)" required class="frm_input email"> <input type="email" id="mb_email" name="mb_email" placeholder="이메일주소(필수)" required class="frm_input email">
</fieldset> </fieldset>
<?php echo captcha_html(); ?> <?php echo captcha_html(); ?>

View File

@ -102,21 +102,21 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</span> </span>
<?php } ?> <?php } ?>
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>"> <input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
<input type="text" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100"> <input type="email" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100">
</td> </td>
</tr> </tr>
<?php if ($config['cf_use_homepage']) { ?> <?php if ($config['cf_use_homepage']) { ?>
<tr> <tr>
<th scope="row"><label for="reg_mb_homepage">홈페이지<?php if ($config['cf_req_homepage']){ ?><strong class="sound_only">필수</strong><?php } ?></label></th> <th scope="row"><label for="reg_mb_homepage">홈페이지<?php if ($config['cf_req_homepage']){ ?><strong class="sound_only">필수</strong><?php } ?></label></th>
<td><input type="text" name="mb_homepage" value="<?php echo $member['mb_homepage'] ?>" id="reg_mb_homepage" class="frm_input <?php echo $config['cf_req_homepage']?"required":""; ?>" maxlength="255" <?php echo $config['cf_req_homepage']?"required":""; ?>></td> <td><input type="url" name="mb_homepage" value="<?php echo $member['mb_homepage'] ?>" id="reg_mb_homepage" class="frm_input <?php echo $config['cf_req_homepage']?"required":""; ?>" maxlength="255" <?php echo $config['cf_req_homepage']?"required":""; ?>></td>
</tr> </tr>
<?php } ?> <?php } ?>
<?php if ($config['cf_use_tel']) { ?> <?php if ($config['cf_use_tel']) { ?>
<tr> <tr>
<th scope="row"><label for="reg_mb_tel">전화번호<?php if ($config['cf_req_tel']) { ?><strong class="sound_only">필수</strong><?php } ?></label></th> <th scope="row"><label for="reg_mb_tel">전화번호<?php if ($config['cf_req_tel']) { ?><strong class="sound_only">필수</strong><?php } ?></label></th>
<td><input type="text" name="mb_tel" value="<?php echo $member['mb_tel'] ?>" id="reg_mb_tel" class="frm_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20" <?php echo $config['cf_req_tel']?"required":""; ?>></td> <td><input type="tel" name="mb_tel" value="<?php echo $member['mb_tel'] ?>" id="reg_mb_tel" class="frm_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20" <?php echo $config['cf_req_tel']?"required":""; ?>></td>
</tr> </tr>
<?php } ?> <?php } ?>
@ -124,7 +124,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<tr> <tr>
<th scope="row"><label for="reg_mb_hp">휴대폰번호<?php if ($config['cf_req_hp']) { ?><strong class="sound_only">필수</strong><?php } ?></label></th> <th scope="row"><label for="reg_mb_hp">휴대폰번호<?php if ($config['cf_req_hp']) { ?><strong class="sound_only">필수</strong><?php } ?></label></th>
<td> <td>
<input type="text" name="mb_hp" value="<?php echo $member['mb_hp'] ?>" id="reg_mb_hp" <?php echo ($config['cf_req_hp'])?"required":""; ?> class="frm_input <?php echo ($config['cf_req_hp'])?"required":""; ?>" maxlength="20"> <input type="tel" name="mb_hp" value="<?php echo $member['mb_hp'] ?>" id="reg_mb_hp" <?php echo ($config['cf_req_hp'])?"required":""; ?> class="frm_input <?php echo ($config['cf_req_hp'])?"required":""; ?>" maxlength="20">
<?php if ($config['cf_cert_use'] && $config['cf_cert_hp']) { ?> <?php if ($config['cf_cert_use'] && $config['cf_cert_hp']) { ?>
<input type="hidden" name="old_mb_hp" value="<?php echo $member['mb_hp'] ?>"> <input type="hidden" name="old_mb_hp" value="<?php echo $member['mb_hp'] ?>">
<?php } ?> <?php } ?>

View File

@ -52,7 +52,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<tr> <tr>
<th scope="row"><label for="qa_email">이메일</label></th> <th scope="row"><label for="qa_email">이메일</label></th>
<td> <td>
<input type="text" name="qa_email" value="<?php echo $write['qa_email']; ?>" id="qa_email" <?php echo $req_email; ?> class="<?php echo $req_email.' '; ?>frm_input email" maxlength="100"> <input type="email" name="qa_email" value="<?php echo $write['qa_email']; ?>" id="qa_email" <?php echo $req_email; ?> class="<?php echo $req_email.' '; ?>frm_input email" maxlength="100">
<input type="checkbox" name="qa_email_recv" value="1" id="qa_email_recv" <?php if($write['qa_email_recv']) echo 'checked="checked"'; ?>> <input type="checkbox" name="qa_email_recv" value="1" id="qa_email_recv" <?php if($write['qa_email_recv']) echo 'checked="checked"'; ?>>
<label for="qa_email_recv">답변받기</label> <label for="qa_email_recv">답변받기</label>
</td> </td>
@ -63,7 +63,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<tr> <tr>
<th scope="row"><label for="qa_hp">휴대폰</label></th> <th scope="row"><label for="qa_hp">휴대폰</label></th>
<td> <td>
<input type="text" name="qa_hp" value="<?php echo $write['qa_hp']; ?>" id="qa_hp" <?php echo $req_hp; ?> class="<?php echo $req_email.' '; ?>frm_input" size="30"> <input type="tel" name="qa_hp" value="<?php echo $write['qa_hp']; ?>" id="qa_hp" <?php echo $req_hp; ?> class="<?php echo $req_email.' '; ?>frm_input" size="30">
<?php if($qaconfig['qa_use_sms']) { ?> <?php if($qaconfig['qa_use_sms']) { ?>
<input type="checkbox" name="qa_sms_recv" value="1" <?php if($write['qa_sms_recv']) echo 'checked="checked"'; ?>> 답변등록 SMS알림 수신 <input type="checkbox" name="qa_sms_recv" value="1" <?php if($write['qa_sms_recv']) echo 'checked="checked"'; ?>> 답변등록 SMS알림 수신
<?php } ?> <?php } ?>

View File

@ -30,11 +30,11 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="iq_email">이메일</label></th> <th scope="row"><label for="iq_email">이메일</label></th>
<td><input type="text" name="iq_email" value="<?php echo $qa['iq_email']; ?>" class="frm_input" size="30"> 이메일을 입력하시면 답변 등록 시 답변이 이메일로 전송됩니다.</td> <td><input type="email" name="iq_email" value="<?php echo $qa['iq_email']; ?>" class="frm_input" size="30"> 이메일을 입력하시면 답변 등록 시 답변이 이메일로 전송됩니다.</td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="iq_hp">휴대폰</label></th> <th scope="row"><label for="iq_hp">휴대폰</label></th>
<td><input type="text" name="iq_hp" value="<?php echo $qa['iq_hp']; ?>" class="frm_input" size="20"> 휴대폰번호를 입력하시면 답변 등록 시 답변등록 알림이 SMS로 전송됩니다.</td> <td><input type="tel" name="iq_hp" value="<?php echo $qa['iq_hp']; ?>" class="frm_input" size="20"> 휴대폰번호를 입력하시면 답변 등록 시 답변등록 알림이 SMS로 전송됩니다.</td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="iq_subject">제목</label></th> <th scope="row"><label for="iq_subject">제목</label></th>

View File

@ -53,7 +53,7 @@ include_once(G5_PATH.'/head.sub.php');
</table> </table>
</div> </div>
<div class="btn_win"> <div class="win_btn">
<input type="submit" id="btn_submit" value="보내기" class="btn_submit"> <input type="submit" id="btn_submit" value="보내기" class="btn_submit">
<a href="javascript:window.close();">창닫기</a> <a href="javascript:window.close();">창닫기</a>
</div> </div>