Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ltms.eemo.co.kr
/
public_html
/
super
/
controlcenter
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/ltms.eemo.co.kr/public_html/super/controlcenter/info_farm.html
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>농가 정보</title> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css"> <!-- Bootstrap core CSS --> <link href="./css/bootstrap.min.css" rel="stylesheet"> <!-- Material Design Bootstrap --> <link href="./css/mdb.min.css" rel="stylesheet"> <!-- Your custom styles (optional) --> <link href="./css/style.css" rel="stylesheet"> </head> <body> <div> <div class="row"> <div class="col-10"> </div> <div class="col-2 text-right"> <button type="button" class="btn btn-outline-cyan">프린트</button> <button type="button" class="btn btn-light">X</button> </div> </div> <div class="row"> <div class="col-3"> 이미지 </div> <div class="col-9"> <table class="table"> <thead class="grey lighten-2"> <tr> <th>농장명</th> <th>농장주</th> <th>주소</th> <th>연락처</th> </tr> </thead> <tbody> <tr> <td scope="row"></td> <td></td> <td></td> <td></td> </tr> </tbody> </table> <table class="table"> <thead class="grey lighten-2"> <tr> <th>사업자등록번호</th> <th>사육분류</th> <th>사육단계</th> <th>FAX</th> <th>E-Mamil</th> </tr> </thead> <tbody> <tr> <td scope="row"></td> <td></td> <td></td> <td></td> <td></td> </tr> </tbody> </table> <table class="table"> <thead class="grey lighten-2"> <tr> <th>축산업등록번호</th> <th>담당자</th> <th colspan="2">계좌번호</th> </tr> </thead> <tbody> <tr> <td scope="row"></td> <td></td> <td></td> <td></td> </tr> </tbody> </table> </div> </div> <div class="row"> <div class="col-12"> <table class="table"> <thead class="grey lighten-2"> <tr> <th>구분</th> <th>계약일</th> <th>종료일</th> <th>계약상태</th> <th>계약서</th> <th>계약서첨부서류</th> </tr> </thead> <tbody> <tr> <td scope="row"></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> </tbody> </table> <table class="table"> <thead class="grey lighten-2"> <tr> <th>친환경인증여부</th> <th>HACCP</th> <th>농장면적</th> <th>계약동 총사육면적</th> <th>총 사육수수(최대)</th> </tr> </thead> <tbody> <tr> <td scope="row"></td> <td></td> <td></td> <td></td> <td></td> </tr> </tbody> </table> </div> <div class="col-6"> <table class="table"> <thead class="grey lighten-2"> <tr> <th>항목별 상세정보</th> </tr> </thead> <tbody> <tr> <td scope="row"></td> </tr> </tbody> </table> </div> <div class="col-6"> <table class="table"> <thead class="grey lighten-2"> <tr> <th>게사별 상세정보</th> </tr> </thead> <tbody> <tr> <td scope="row"></td> </tr> </tbody> </table> </div> </div> </div> <!-- JQuery --> <script type="text/javascript" src="./js/jquery.js"></script> <!-- Bootstrap tooltips --> <script type="text/javascript" src="./js/popper.js"></script> <!-- Bootstrap core JavaScript --> <script type="text/javascript" src="./js/bootstrap.js"></script> <!-- MDB core JavaScript --> <script type="text/javascript" src="./js/mdb.js"></script> <!-- Custom JavaScript --> <script type="text/javascript" src="./js/controlcenter/farm.js"></script> <script type="text/javascript" src="./js/controlcenter/gps.js"></script> <script type="text/javascript" src="./js/controlcenter/prevention.js"></script> <script type="text/javascript" src="./js/controlcenter/event.js"></script> <script type="text/javascript" src="./js/controlcenter/common.js"></script> </body> </html>