영카트 5.4 버전 내용 적용

This commit is contained in:
thisgun
2019-12-02 10:29:31 +09:00
parent 8517e1e31e
commit 9b0078350d
840 changed files with 36442 additions and 28088 deletions

View File

@ -30,35 +30,31 @@ include_once(G5_PATH.'/head.sub.php');
<input type="hidden" name="token" value="<?php echo $token; ?>">
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
<div class="tbl_frm01 tbl_wrap">
<div class="tbl_wrap">
<table>
<colgroup>
<col class="grid_3">
<col>
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="to_email">추천받는 분<br>E-mail<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="to_email" id="to_email" required class="frm_input required" size="51"></td>
</tr>
<tr>
<th scope="row"><label for="subject">제목<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="subject" id="subject" required class="frm_input required" size="51"></td>
</tr>
<tr>
<th scope="row"><label for="content">내용<strong class="sound_only"> 필수</strong></label></th>
<td><textarea name="content" id="content" required class="required"></textarea></td>
</tr>
</tbody>
<tbody>
<tr>
<th><label for="to_email">추천받는 분<br>E-mail<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="to_email" id="to_email" required class="frm_input full_input required" size="51"></td>
</tr>
<tr>
<th><label for="subject">제목<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="subject" id="subject" required class="frm_input full_input required" size="51"></td>
</tr>
<tr>
<th><label for="content">내용<strong class="sound_only"> 필수</strong></label></th>
<td><textarea name="content" id="content" required class="frm_input required"></textarea></td>
</tr>
</tbody>
</table>
</div>
<div class="win_btn">
<input type="submit" id="btn_submit" value="보내기" class="btn_submit">
<a href="javascript:window.close();">창닫기</a>
<button type="submit" id="btn_submit" class="btn_submit">보내기</button>
<button onclick="javascript:window.close();" class="btn_close">닫기</button>
</div>
</form>
</div>
<script>