|
|
|
@ -26,9 +26,9 @@
|
|
|
|
|
<div>
|
|
|
|
|
<span style="display:none"><input onchange="readImg(this)" type="file" id="append_src_img_file" id="append_src_img_file" name="append_src_img_file" accept="image/*;capture=camera"></span>
|
|
|
|
|
<#if (item['append_300_img_file'])?has_content>
|
|
|
|
|
<p onclick="fncImgDivClick()" class="proimg"><img style="width: 65; height: 64px; object-fit:cover;" id="preview-img" src="${URL_ROOT}/file/get_img.do?mt_file_seq=${item['append_300_img_file']}" alt="프로필 사진" /></p>
|
|
|
|
|
<p onclick="fncImgDivClick()" class="proimg"><img style="width: 65; height: 64px; object-fit:cover; border-radius:60px;" id="preview-img" src="${URL_ROOT}/file/get_img.do?mt_file_seq=${item['append_300_img_file']}" alt="프로필 사진" /></p>
|
|
|
|
|
<#else>
|
|
|
|
|
<p onclick="fncImgDivClick()" class="proimg"><img style="width: 65; height: 64px; object-fit:cover;" id="preview-img" src="../img/main/nutrition_cont_img_camera.png" alt="프로필 사진" /></p>
|
|
|
|
|
<p onclick="fncImgDivClick()" class="proimg"><img style="width: 65; height: 64px; object-fit:cover; border-radius:60px;" id="preview-img" src="../img/main/nutrition_cont_img_camera.png" alt="프로필 사진" /></p>
|
|
|
|
|
</#if>
|
|
|
|
|
<p class="info"><span class="name">사진을 등록해주세요</span></p>
|
|
|
|
|
</div>
|
|
|
|
|