|
@@ -20,10 +20,11 @@
|
|
|
|
|
|
|
|
<div class="panelStyle">
|
|
<div class="panelStyle">
|
|
|
<form id="PollsearchForm" name="PollsearchForm" action="#" th:action="@{'/marketing/poll/list'}" onsubmit="$('#btnSearch').trigger('click'); return false;">
|
|
<form id="PollsearchForm" name="PollsearchForm" action="#" th:action="@{'/marketing/poll/list'}" onsubmit="$('#btnSearch').trigger('click'); return false;">
|
|
|
|
|
+ <input type="hidden" name="maskingYn" value="Y"/>
|
|
|
<table class="frmStyle">
|
|
<table class="frmStyle">
|
|
|
<colgroup>
|
|
<colgroup>
|
|
|
<col style="width:10%;"/>
|
|
<col style="width:10%;"/>
|
|
|
- <col style="width:30%;"/>
|
|
|
|
|
|
|
+ <col style="width:10%;"/>
|
|
|
<col style="width:10%;"/>
|
|
<col style="width:10%;"/>
|
|
|
<col style="width:30%;"/>
|
|
<col style="width:30%;"/>
|
|
|
<col style="width:10%;"/>
|
|
<col style="width:10%;"/>
|
|
@@ -31,21 +32,20 @@
|
|
|
</colgroup>
|
|
</colgroup>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th>등록기간</th>
|
|
|
|
|
- <td id="terms" colspan="3"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>POLL 제목</th>
|
|
|
|
|
- <td>
|
|
|
|
|
- <input type="text" name="pollTitle" id="pollTitle"/>
|
|
|
|
|
- </td>
|
|
|
|
|
-
|
|
|
|
|
<th>사이트</th>
|
|
<th>사이트</th>
|
|
|
<td>
|
|
<td>
|
|
|
<select name="siteCd">
|
|
<select name="siteCd">
|
|
|
<option th:if="${siteList}" th:each="oneData, status : ${siteList}" th:value="${oneData.cd}" th:text="${oneData.cdNm}|"></option>
|
|
<option th:if="${siteList}" th:each="oneData, status : ${siteList}" th:value="${oneData.cd}" th:text="${oneData.cdNm}|"></option>
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ <th>POLL 제목</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <input type="text" name="pollTitle" id="pollTitle"/>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>등록기간</th>
|
|
|
|
|
+ <td id="terms" colspan="3"></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
@@ -59,15 +59,20 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panelStyle">
|
|
<div class="panelStyle">
|
|
|
- <ul class="lrStyle">
|
|
|
|
|
- <li class="aR">
|
|
|
|
|
- <h4 class="btnLeft" id="pollQtitle">투표자수</h4>
|
|
|
|
|
|
|
+ <ul class="division">
|
|
|
|
|
+ <li style="width:60%">
|
|
|
|
|
+ <div class="panelBar">
|
|
|
|
|
+ <h4>POLL 목록</h4>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div id="gridListPoll" style="width: 100%; height: 500px; float: left;" class="ag-theme-balham"></div>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li style="width:40%">
|
|
|
|
|
+ <div class="panelBar">
|
|
|
|
|
+ <h4 id="pollQtitle">투표자 수</h4>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div id="gridListVote" style="width: 100%; height: 500px; float: right;" class="ag-theme-balham"></div>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
- <div class="panelContent" style="padding-bottom: 530px;">
|
|
|
|
|
- <div id="gridListPoll" style="width: 60%; height: 500px; float: left;" class="ag-theme-balham"></div>
|
|
|
|
|
- <div id="gridListVote" style="width: 38%; height: 500px; float: right;" class="ag-theme-balham"></div>
|
|
|
|
|
- </div>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panelStyle">
|
|
<div class="panelStyle">
|
|
@@ -129,7 +134,7 @@
|
|
|
<input name="dispEdTime" id="edTime" type="hidden" data-valid-name="투표기간 종료시간" value='235959' />
|
|
<input name="dispEdTime" id="edTime" type="hidden" data-valid-name="투표기간 종료시간" value='235959' />
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
- <th>사이트<i class="star"></i></th>
|
|
|
|
|
|
|
+ <th>사이트</th>
|
|
|
<td>
|
|
<td>
|
|
|
<select name="siteCd">
|
|
<select name="siteCd">
|
|
|
<option th:if="${siteList}" th:each="oneData, status : ${siteList}" th:value="${oneData.cd}" th:text="${oneData.cdNm}|"></option>
|
|
<option th:if="${siteList}" th:each="oneData, status : ${siteList}" th:value="${oneData.cd}" th:text="${oneData.cdNm}|"></option>
|