Files
AutonetSellCar/backend/frame_2_after.html
AutonetSellCar Deploy 1f0dcb1ddb Initial commit: AutonetSellCar platform with deployment system
- Frontend: Next.js 14 with TypeScript
- Backend: FastAPI with SQLAlchemy
- Agent: Carmodoo sync agent
- Deployment: Docker Compose based staging/production setup
- Scripts: Automated deployment with rollback support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 13:24:39 +09:00

41 lines
1.7 KiB
HTML

<!DOCTYPE html><html lang="ko"><head>
<meta charset="euc-kr">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>사양조회</title>
<link rel="stylesheet" type="text/css" href="/cp/css/layout.css">
<link rel="stylesheet" type="text/css" href="/cp/css/scrollbar.css">
<script type="text/javascript" src="/cp/js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="/cp/js/jquery.scrollbar.js"></script>
<script type="text/javascript" src="/cp/js/common.js"></script>
<script type="text/javascript" src="/cp/js/emeye.js"></script>
<script type="text/javascript" src="/cp/js/SearchCarNum.js?v=1"></script>
<style>
body, html {height:100%;background:#fff;}
.wrapper {height:100% !important;}
.page_wrap {height:calc(100% - 109px);text-align:center;}
</style>
</head>
<body>
<input type="hidden" name="otp" id="otp" value="edc921b19788b782f6760a1fc0a6588c0553a4aa2cfbfb03be8c0433165960b4" style="">
<input type="hidden" name="nextOtp" id="nextOtp" value="c1e03980a2a7e8e734c4f186a0865973d6ce4eef2dfc6db6acfe3f881daf5698" style="">
<input type="hidden" name="importKey" id="importKey" value="" style="">
<div class="wrapper print">
<!-- header -->
<div class="header">
<div class="header_info">
<span class="search_box">
<input type="text" name="mainCarNum" id="mainCarNum" placeholder="차량번호" maxlength="9" class="search" style="" onkeydown="return deleteSpaceKey(event);">
<input type="submit" value="조회" onclick="searchCarNum('main');" style="">
</span>
</div>
</div>
<!--// header -->
<div class="page_wrap">
<iframe name="searchIFrame" id="searchIFrame" src="search_guide.html" frameborder="0" width="100%" height="100%"></iframe>
</div><!--// page -->
</div>
</body></html>