2017-07-11 11:02:16 +00:00
|
|
|
<table cols="2">
|
|
|
|
<tr>
|
|
|
|
<td colspan=2>
|
|
|
|
<label class="header"><%= scope.textFields %></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan=2 class="padding-large">
|
2017-07-12 12:15:11 +00:00
|
|
|
<div id="pivot-list-fields" class="pivot-check-listview"></div>
|
2017-07-11 11:02:16 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td width="50%">
|
|
|
|
<label class="header"><%= scope.textFilters %></label>
|
|
|
|
</td>
|
|
|
|
<td width="50%">
|
|
|
|
<label class="header"><%= scope.textColumns %></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
2017-07-12 12:15:11 +00:00
|
|
|
<div id="pivot-list-filters" class="pivot-listview"></div>
|
2017-07-11 11:02:16 +00:00
|
|
|
</td>
|
|
|
|
<td class="padding-small">
|
2017-07-12 12:15:11 +00:00
|
|
|
<div id="pivot-list-columns" class="pivot-listview" style="margin-left: 3px;"></div>
|
2017-07-11 11:02:16 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td width="50%">
|
|
|
|
<label class="header"><%= scope.textRows %></label>
|
|
|
|
</td>
|
|
|
|
<td width="50%">
|
|
|
|
<label class="header"><%= scope.textValues %></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-large">
|
2017-07-12 12:15:11 +00:00
|
|
|
<div id="pivot-list-rows" class="pivot-listview"></div>
|
2017-07-11 11:02:16 +00:00
|
|
|
</td>
|
|
|
|
<td class="padding-large">
|
2017-07-12 12:15:11 +00:00
|
|
|
<div id="pivot-list-values" class="pivot-listview" style="margin-left: 3px;"></div>
|
2017-07-11 11:02:16 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small" colspan=2>
|
|
|
|
<div class="separator horizontal"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="center" colspan=2>
|
2021-06-10 20:05:49 +00:00
|
|
|
<label class="link" id="pivot-advanced-link" data-hint="1" data-hint-direction="bottom" data-hint-offset="medium"><%= scope.textAdvanced %></label>
|
2017-07-11 11:02:16 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="finish-cell"></tr>
|
|
|
|
</table>
|