File: create-project-ui-source-selection.html

package info (click to toggle)
openrefine 3.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,440 kB
  • sloc: javascript: 106,758; java: 91,946; xml: 6,634; sh: 614; makefile: 78; python: 71; sql: 59
file content (15 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="create-project-ui-source-selection" class="relative-frame">

  <div id="create-project-ui-source-selection-message">
    <h3 id="or-create-question"></h3>
    <div id="or-create-formats"></div>
  </div>
  <table id="create-project-ui-source-selection-layout" role="presentation">
    <tr>
      <td id="create-project-ui-source-selection-tabs">
        <div id="or-create-from"></div>
      </td>
      <td id="create-project-ui-source-selection-tab-bodies"></td>
    </tr>
  </table>
</div>