|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
|
<div class="card" id="photoMainWrapper--${pageName}" name="photoMainWrapper">
|
|
|
|
|
<form id="frmFile--${pageName}" method="post" enctype="multipart/form-data">
|
|
|
|
|
<form id="frmFile--${pageName}" name="frmFile" method="post" enctype="multipart/form-data">
|
|
|
|
|
<input type="file" id="newFileList--${pageName}" name="newFileList"
|
|
|
|
|
multiple accept="image/*" hidden />
|
|
|
|
|
<input type="file" id="modifyFile--${pageName}" name="modifyFile"
|
|
|
|
@ -10,33 +10,33 @@
|
|
|
|
|
|
|
|
|
|
<div class="col-md-12 d-flex justify-content-between">
|
|
|
|
|
<div class="my-1">
|
|
|
|
|
<button type="button" id="btnOpenVideoCapture--${pageName}" class="btn btn-primary">
|
|
|
|
|
<button type="button" id="btnOpenVideoCapture--${pageName}" name="btnOpenVideoCapture" class="btn btn-primary">
|
|
|
|
|
동영상 캡쳐
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnAddFile--${pageName}" class="btn btn-primary">
|
|
|
|
|
<button type="button" id="btnAddFile--${pageName}" name="btnAddFile" class="btn btn-primary">
|
|
|
|
|
사진 추가
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnEditPhoto--${pageName}" class="btn btn-primary">
|
|
|
|
|
<button type="button" id="btnEditPhoto--${pageName}" name="btnEditPhoto" class="btn btn-primary">
|
|
|
|
|
사진 편집
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" id="btnDeleteExistPhoto--${pageName}" class="btn btn-primary">
|
|
|
|
|
<button type="button" id="btnDeleteExistPhoto--${pageName}" name="btnDeleteExistPhoto" class="btn btn-primary">
|
|
|
|
|
사진 삭제
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="displayForExist--${pageName}" class="border-default">
|
|
|
|
|
<ul id="dragAndDrop--${pageName}" class="oy-scroll d-flex flex-wrap mh-px-580">
|
|
|
|
|
<div id="displayForExist--${pageName}" name="displayForExist" class="border-default">
|
|
|
|
|
<ul id="dragAndDrop--${pageName}" name="dragAndDrop" class="oy-scroll d-flex flex-wrap mh-px-580">
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form id="frmUploadSet--${pageName}" method="post" enctype="multipart/form-data">
|
|
|
|
|
<form id="frmUploadSet--${pageName}" name="frmUploadSet" method="post" enctype="multipart/form-data">
|
|
|
|
|
<input type="file" id="inputUploadSet--${pageName}" name="inputUploadSet"
|
|
|
|
|
multiple accept="image/*" hidden />
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<template id="imgRadioTemplate--${pageName}">
|
|
|
|
|
<template id="imgRadioTemplate--${pageName}" name="imgRadioTemplate">
|
|
|
|
|
<li class="d-flex">
|
|
|
|
|
<label class='mx-1 d-flex flex-row'>
|
|
|
|
|
<input type="radio" name="{name}" class="form-check-input" value="{value}" checked="" />
|
|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
</li>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="imgRadioTemplateTotalInfo--${pageName}">
|
|
|
|
|
<template id="imgRadioTemplateTotalInfo--${pageName}" name="imgRadioTemplateTotalInfo">
|
|
|
|
|
<li class="d-flex">
|
|
|
|
|
<label class="mx-1 d-flex flex-row">
|
|
|
|
|
<input type="radio" name="{name}" class="form-check-input" value="{value}" checked="" />
|
|
|
|
|