최초커밋
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||
<%@ page import="com.pms.common.utils.*"%>
|
||||
<%@ page import="java.util.*" %>
|
||||
<%@include file= "/init.jsp" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title><%=Constants.SYSTEM_NAME%></title>
|
||||
<script>
|
||||
$(function(){
|
||||
//닫기
|
||||
$(".btnClose").click(function(){
|
||||
self.close(0);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<form name="form1" action="" method="post">
|
||||
<section class="business_staff_popup_min_width">
|
||||
<div class="plm_menu_name">
|
||||
<h2>
|
||||
<span>금형정보관리</span>
|
||||
</h2>
|
||||
</div>
|
||||
<div id="businessPopupFormWrap">
|
||||
<div class="form_popup_title"> 금형사진 등록</div>
|
||||
<table class="pmsPopupForm">
|
||||
<tr>
|
||||
<td rowspan="2" class="input_title align_c">파일첨부</td>
|
||||
<td colspan="5">
|
||||
<div id="cooperationDropZone" class="dropZone">Drag & Drop Files Here</div>
|
||||
<!-- <div id="cooperationAttachFileList"> -->
|
||||
<div id="cooperationAreaTable" class="spec_data_in_table">
|
||||
<div style="overflow-y:scroll;">
|
||||
<table id="" class="fileListscrollThead" style="width:100% !important;">
|
||||
<colgroup>
|
||||
<col width="10%">
|
||||
<col width="*">
|
||||
<col width="15%">
|
||||
<col width="15%">
|
||||
<col width="15%">
|
||||
</colgroup>
|
||||
<tr>
|
||||
<td>No</td>
|
||||
<td>파일명</td>
|
||||
<td>부서</td>
|
||||
<td>등록자</td>
|
||||
<td>등록일</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div style="height: 90px; overflow-y: scroll; border-bottom: 2px solid #cacaca;">
|
||||
<table id="cooperationFileArea" class="fileListscrollTbody">
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="btn_wrap">
|
||||
<div class="plm_btn_wrap_center">
|
||||
<input type="button" value="닫기" class="btnClose plm_btns">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user