|
|
@@ -37,6 +37,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+<script type="text/javascript" src="/ux/plugins/gaga/gaga.kollus.js"></script>
|
|
|
<script th:inline="javascript">
|
|
|
/*<![CDATA[*/
|
|
|
var cateNo = [[${cateNo}]];
|
|
|
@@ -92,7 +93,7 @@
|
|
|
html += '</select>';
|
|
|
html += '<input name="dispOrd" type="text" class="w80"placeholder="전시순서" style="margin-left:5px; text-align:center"/>';
|
|
|
html += '</td>';
|
|
|
- if(contentsLoc!='SCM002' && contentsLoc!='SCM003'){
|
|
|
+ if(contentsLoc!='SCM002' && contentsLoc!='SCM003' && contentsLoc!='SMM011' && contentsLoc!='SBM012'){
|
|
|
html += '<td class="aL">';
|
|
|
if(contentsLoc!='SMM005'){
|
|
|
html += '<button type="button" class="btn btn-base btn-lg" onclick="fnAddTitlePopRow(this);">타이틀추가</button>';
|
|
|
@@ -446,7 +447,7 @@
|
|
|
html += '<input name="dispOrd" type="text" class="w80"placeholder="전시순서" style="margin-left:5px; text-align:center"/>';
|
|
|
html += '</td>';
|
|
|
html += '<td class="aL">';
|
|
|
- if(contentsLoc!='SCM002' && contentsLoc!='SCM003'){
|
|
|
+ if(contentsLoc!='SCM002' && contentsLoc!='SCM003' && contentsLoc!='SMM011' && contentsLoc!='SBM012'){
|
|
|
if(contentsLoc!='SMM005'){
|
|
|
html += '<button type="button" class="btn btn-base btn-lg" onclick="fnAddTitlePopRow(this);">타이틀추가</button>';
|
|
|
}
|
|
|
@@ -472,6 +473,27 @@
|
|
|
html += ' </td>';
|
|
|
html += '</tr>';
|
|
|
}
|
|
|
+ if(contentsLoc=='SMM011' || contentsLoc=='SBM012'){
|
|
|
+ html += '<tr class="cateTypeTr">';
|
|
|
+ html += ' <th>플레이어</th>';
|
|
|
+ html += ' <td colspan="3">';
|
|
|
+ html += ' <label class="rdoBtn"><input type="radio" name="tvPlayer'+dataIdx+'" value="Y" checked="checked"/>YouTube</label>';
|
|
|
+ html += ' <label class="rdoBtn"><input type="radio" name="tvPlayer'+dataIdx+'" value="M" />MP4</label>';
|
|
|
+ html += ' </td>';
|
|
|
+ html += '</tr>';
|
|
|
+ html += '<tr class="cateTypeTr">';
|
|
|
+ html += ' <th>업로드<br>파일키</th>';
|
|
|
+ html += ' <td colspan="3">';
|
|
|
+ html += ' <td><input name="tvFileKey'+dataIdx+'" type="text" maxlength="200" data-valid-name="업로드 파일키" value=""/></td>';
|
|
|
+ html += ' </td>';
|
|
|
+ html += '</tr>';
|
|
|
+ html += '<tr class="cateTypeTr">';
|
|
|
+ html += ' <th>미디어<br>컨텐츠키</th>';
|
|
|
+ html += ' <td colspan="3">';
|
|
|
+ html += ' <td><input name="tvMediaKey'+dataIdx+'" type="text" maxlength="200" data-valid-name="미디어 컨텐츠키" value=""/></td>';
|
|
|
+ html += ' </td>';
|
|
|
+ html += '</tr>';
|
|
|
+ }
|
|
|
if(contentsLoc=='SGNB001'){
|
|
|
html += '<tr class="cateTypeTr">';
|
|
|
html += ' <th>유형선택</th>';
|