File: pc-axis-parser-ui.html

package info (click to toggle)
openrefine 3.8.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 40,864 kB
  • sloc: javascript: 105,631; java: 85,657; xml: 5,917; sh: 615; makefile: 79; python: 71; sql: 60
file content (37 lines) | stat: -rw-r--r-- 1,959 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<div class="grid-layout layout-loose layout-full"><table>
  <tr>
    <td><div class="grid-layout layout-tighter"><table>
      <tr>
        <td width="1%">Character&nbsp;encoding</td>
        <td><input bind="encodingInput"></input></td>
      </tr>
    </table></div></td>
    <td colspan="2"><div class="grid-layout layout-tighter layout-full"><table>
      <tr>
        <td style="text-align: right;">&nbsp;</td>
        <td width="1%"><button class="button" bind="previewButton">Update&nbsp;preview</button></td>
      </tr>
      <tr>
        <td style="text-align: right;">&nbsp;</td>
        <td width="1%"><input type="checkbox" bind="disableAutoPreviewCheckbox" id="$disable" />
          <label for="$disable">Disable auto preview</label></td>
      </tr>
    </table></div></td>
  </tr>
  <tr>
    <td colspan="2"><div class="grid-layout layout-tightest"><table>
      <tr><td width="1%"><input type="checkbox" bind="skipCheckbox" id="$skip" /></td>
        <td><label for="$skip">Discard initial</label></td>
        <td><input spellcheck="false" bind="skipInput" type="text" class="lightweight" size="2" value="0" />
          <label for="$skip">row(s) of data</label></td></tr>
      <tr><td width="1%"><input type="checkbox" bind="limitCheckbox" id="$limit" /></td>
        <td><label for="$limit">Load at most</label></td>
        <td><input spellcheck="false" bind="limitInput" type="text" class="lightweight" size="2" value="0" />
          <label for="$limit">row(s) of data</label></td></tr>
      <tr><td width="1%"><input type="checkbox" bind="includeFileSourcesCheckbox" id="$include-file-sources" /></td>
        <td><label for="$include-file-sources">Store file source</label></td></tr>
      <tr><td width="1%"><input type="checkbox" bind="includeArchiveFileCheckbox" id="$include-archive-file" /></td>
        <td><label for="$include-archive-file">Store archive file</label></td></tr>
    </table></div></td>
  </tr>
</table></div>