
<script>
	$(document).ready(function(){
		$("#form_car_fuel").focus();
	});
</script>
<div style='width:100%;  '>
	<ul class="ssview">
		<li style='float:left;'><strong>차량주유관리</strong> 차량주유명 
		<input type="text" name="form_car_fuel" id="form_car_fuel" value='' style='width:200px;' onKeypress="javascript:if(event.keyCode==13) {if(confirm('추가하시겠습니까?'))car_fuel_view('thema_insert');}">
		<input type="button" value="등록" onclick="if(confirm('추가하시겠습니까?'))car_fuel_view('thema_insert');" class='add_bt'>
		<input type="button" value="닫기" onclick="javascript:hidediv();" class='close_bt'></li>
	</ul>
</div>

	<ul>
		<li style='margin-top:10px;'>
			
				<ul >
								<li style='float:left; margin-top:4px; margin-left:5px;'>
				<input type="text" name="sort_no" id="sort_no" value='1' style='width:25px; background-color:#f7f7f7; border-right:0px;' onKeypress="javascript:if(event.keyCode==13) {if(confirm('수정하시겠습니까?'))car_fuel_update('thema_update');}"><input type="text" name="car_fuel" id="car_fuel" value='휘발유' style='width:200px;' onKeypress="javascript:if(event.keyCode==13) {if(confirm('수정하시겠습니까?'))car_fuel_update('thema_update');}"><input type="hidden" name="no"  id="no"value='12'>	<input type="button" value="ⓧ" onclick="if(confirm('휘발유 삭제하시겠습니까?'))car_fuel_view('thema_delete','12');" class='s_del_bt'></li>
								<li style='float:left; margin-top:4px; margin-left:5px;'>
				<input type="text" name="sort_no" id="sort_no" value='2' style='width:25px; background-color:#f7f7f7; border-right:0px;' onKeypress="javascript:if(event.keyCode==13) {if(confirm('수정하시겠습니까?'))car_fuel_update('thema_update');}"><input type="text" name="car_fuel" id="car_fuel" value='LPG' style='width:200px;' onKeypress="javascript:if(event.keyCode==13) {if(confirm('수정하시겠습니까?'))car_fuel_update('thema_update');}"><input type="hidden" name="no"  id="no"value='13'>	<input type="button" value="ⓧ" onclick="if(confirm('LPG 삭제하시겠습니까?'))car_fuel_view('thema_delete','13');" class='s_del_bt'></li>
								<li style='float:left; margin-top:4px; margin-left:5px;'>
				<input type="text" name="sort_no" id="sort_no" value='3' style='width:25px; background-color:#f7f7f7; border-right:0px;' onKeypress="javascript:if(event.keyCode==13) {if(confirm('수정하시겠습니까?'))car_fuel_update('thema_update');}"><input type="text" name="car_fuel" id="car_fuel" value='경유' style='width:200px;' onKeypress="javascript:if(event.keyCode==13) {if(confirm('수정하시겠습니까?'))car_fuel_update('thema_update');}"><input type="hidden" name="no"  id="no"value='14'>	<input type="button" value="ⓧ" onclick="if(confirm('경유 삭제하시겠습니까?'))car_fuel_view('thema_delete','14');" class='s_del_bt'></li>
								<li style='float:left; margin-top:4px; margin-left:5px;'>
				<input type="text" name="sort_no" id="sort_no" value='4' style='width:25px; background-color:#f7f7f7; border-right:0px;' onKeypress="javascript:if(event.keyCode==13) {if(confirm('수정하시겠습니까?'))car_fuel_update('thema_update');}"><input type="text" name="car_fuel" id="car_fuel" value='휘발유 전기' style='width:200px;' onKeypress="javascript:if(event.keyCode==13) {if(confirm('수정하시겠습니까?'))car_fuel_update('thema_update');}"><input type="hidden" name="no"  id="no"value='16'>	<input type="button" value="ⓧ" onclick="if(confirm('휘발유 전기 삭제하시겠습니까?'))car_fuel_view('thema_delete','16');" class='s_del_bt'></li>
								
			</ul>
		</li>
	</ul>
<div style='clear:both; width:100%; padding-top:10px; text-align:center;'><input type= "hidden" id='rcontentCk'  name="rcontentCk"  value="4" style='border:0px;' ><input type="button" value="수정하기" onclick="if(confirm('수정하시겠습니까?'))car_fuel_update('thema_update');" class='update_bt'></div>
