File: lang-settings-ui.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 (19 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

<div class="grid-layout layout-normal" id="project-upload-form">
	<table role="presentation">
		<tr>
			<td colspan="2"><label for="langDD" bind="or_lang_label"></label></td>
		</tr>
		<tr></tr>
		<tr>
			<td></td>
			<td><select id="langDD">
			</select></td>
		</tr>
		<tr>
			<td></td>
			<td><input type="submit" id="set-lang-button" bind="set_lan_btn"
				class="button button-primary" /></td>
		</tr>
	</table>
</div>