RandomSec/main/webapp/modules/core/scripts/views/data-table/split-multi-valued-cells-dialog.html

62 lines
3.3 KiB
HTML
Raw Normal View History

<div class="dialog-frame" style="width: 600px;">
<div class="dialog-border">
<div class="dialog-header" bind="dialogHeader"></div>
<div class="dialog-body" bind="dialogBody">
<div class="grid-layout layout-looser layout-full"><table><tr>
<td>
<div class="grid-layout layout-tighter"><table>
<tr>
<td colspan="3"><h3><span bind="or_views_howSplit"></span></h3></td>
</tr>
<tr>
<td width="1%"><input type="radio" checked="true" name="split-by-mode" value="separator" id="$split-multi-valued-cells-by-separator" /></td>
<td colspan="2"><label for="$split-multi-valued-cells-by-separator" bind="or_views_bySep"></label></td>
</tr>
<tr><td></td>
<td bind="or_views_separator"></td>
<td><input size="10" value="," bind="separatorInput" />
<input type="checkbox" bind="regexInput" id="$split-multi-valued-cells-regex" />
<label for="$split-multi-valued-cells-regex" bind="or_views_regExp"></label></td>
</tr>
<tr>
<td width="1%"><input type="radio" name="split-by-mode" value="lengths" id="$split-multi-valued-cells-by-lengths" /></td>
<td colspan="2"><label for="$split-multi-valued-cells-by-lengths" bind="or_views_fieldLen"></label></td>
</tr>
<tr><td></td>
<td colspan="3"><textarea style="width: 100%;" bind="lengthsTextarea"></textarea></td>
</tr>
<tr><td></td>
<td colspan="2" bind="or_views_listInt"></td>
</tr>
<tr>
<td width="1%"><input type="radio" name="split-by-mode" value="cases" id="$split-multi-valued-cells-by-case" /></td>
<td colspan="2"><label for="$split-multi-valued-cells-by-case" bind="or_views_byCase"></label></td>
<td><input type="checkbox" bind="reversTranistionCases" id="$split-cell-transition-order-case" />
<label for="$split-cell-transition-order-case" bind="or_views_revCase"></label></td>
</tr>
<tr>
<td></td>
<td colspan="2"><span bind="or_views_caseExample"></span></td>
<td colspan="2"><span style="padding-left: 25px;" bind="or_views_caseReverseExample"></span></td>
</tr>
<tr>
<td width="1%"><input type="radio" name="split-by-mode" value="number" id="$split-multi-valued-cells-by-number" /></td>
<td colspan="2"><label for="$split-multi-valued-cells-by-number" bind="or_views_byNumber"></label></td>
<td><input type="checkbox" bind="reversTranistionNumbers" id="$split-cell-transition-order-number" />
<label for="$split-cell-transition-order-number" bind="or_views_revNum"></label></td>
</tr>
<tr>
<td></td>
<td colspan="2"><span bind="or_views_numberExample"></span></td>
<td colspan="2"><span style="padding-left: 25px;" bind="or_views_numberReverseExample"></span></td>
</tr>
</table></div>
</td>
</table></div>
</div>
<div class="dialog-footer" bind="dialogFooter">
<button class="button" bind="okButton"></button>
<button class="button" bind="cancelButton"></button>
</div>
</div>
</div>