|
@@ -2,7 +2,7 @@
|
|
|
<html lang="ko"
|
|
<html lang="ko"
|
|
|
xmlns:th="http://www.thymeleaf.org"
|
|
xmlns:th="http://www.thymeleaf.org"
|
|
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
|
|
- layout:decorator="web/common/layout/DefaultLayoutWeb">
|
|
|
|
|
|
|
+ layout:decorator="web/common/layout/BrandLayoutWeb">
|
|
|
<!--
|
|
<!--
|
|
|
*******************************************************************************
|
|
*******************************************************************************
|
|
|
* @source : PlanningMainFormWeb.html
|
|
* @source : PlanningMainFormWeb.html
|
|
@@ -133,7 +133,7 @@
|
|
|
$.each(result, function(idx, item) {
|
|
$.each(result, function(idx, item) {
|
|
|
tag += ' <div class="exhi_item">\n';
|
|
tag += ' <div class="exhi_item">\n';
|
|
|
tag += ' <div class="exhi_item_img">\n';
|
|
tag += ' <div class="exhi_item_img">\n';
|
|
|
- tag += ' <a href= "javascript:void(0);" onclick="cfnGoToPlanDetail(\'' + item.planSq + '\')">\n';
|
|
|
|
|
|
|
+ tag += ' <a href= "javascript:void(0);" onclick="cfnGoToPlanDetail(\'' + item.planSq + '\',\'' + [[${brandGroupNo}]] + '\')">\n';
|
|
|
if (item.newYn == 'Y') {
|
|
if (item.newYn == 'Y') {
|
|
|
tag += ' <div class="shape ranker"><span>NEW</span></div>\n';
|
|
tag += ' <div class="shape ranker"><span>NEW</span></div>\n';
|
|
|
}
|
|
}
|