|
|
|
|
@ -24,13 +24,13 @@
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
<strong>신청일자 범위</strong><br/>
|
|
|
|
|
<input type="text" name="sincheongFrom" maxlength="8" size="8" required />부터
|
|
|
|
|
<input type="text" name="sincheongTo" maxlength="8" size="8" required />까지
|
|
|
|
|
<input type="text" name="sincheongFrom" maxlength="8" size="8" required placeholder="일자(8자리)" />부터
|
|
|
|
|
<input type="text" name="sincheongTo" maxlength="8" size="8" required placeholder="일자(8자리)" />까지
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
<strong>입차시간 범위</strong><br/>
|
|
|
|
|
<input type="text" name="ibchaFrom" maxlength="14" size="14" required />부터
|
|
|
|
|
<input type="text" name="ibchaTo" maxlength="14" size="14" required />까지
|
|
|
|
|
<input type="text" name="ibchaFrom" maxlength="14" size="14" required placeholder="일시(14자리)" />부터
|
|
|
|
|
<input type="text" name="ibchaTo" maxlength="14" size="14" required placeholder="일시(14자리)" />까지
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|