-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsql-generator-helper.htm
More file actions
20 lines (20 loc) · 973 Bytes
/
sql-generator-helper.htm
File metadata and controls
20 lines (20 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html xmlns="http://www.w3.org/1999/xhtml" hasBrowserHandlers="true">
<head>
<meta charset="utf-8">
<link rel='stylesheet' media='all' href='sql-generator-helper.css'>
<script src='sql-generator-helper.js'></script>
<script src='../mysql-wn-data.synsets.sql.js'></script>
<script src='../mysql-wn-data.sense.inverse.sql.js'></script>
<!--
<script src='../mysql-wn-data.sense.sql.js'></script>
<script src='../mysql-wn-data.semlinks.sql.js'></script>
<script src='../mysql-wn-data.synsets.inverse.sql.js'></script>
-->
</head>
<body onload='loader()'>
<textarea class=cssCode id=srcCode placeholder='Paste source to be translated'></textarea><p/>
<input id=btnTranslate type=button value='click to translate' onclick='translatorTool()'/>
<input id=btnTranslate type=button value='clear source window' onclick='clear_window()'/><p/>
<textarea class=cssTranslated id=srcTranslated placeholder='Press translate button above to translate from source'></textarea>
</body>
</html>