You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.6 KiB
39 lines
1.6 KiB
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title>[[UniversalKeyboard]]</title>
|
|
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)" />
|
|
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.1)" />
|
|
<link href='resx/dialog.css' type="text/css" rel="stylesheet" />
|
|
<style type="text/css">
|
|
body,textarea,input,td,select{font:normal 9pt MS Sans Serif;}
|
|
html, body,#ajaxdiv {height: 100%;background-color: #eeeeee;}
|
|
div {position:absolute;}
|
|
.simple {font-size:11pt;}
|
|
.double {font-size:9pt;}
|
|
.simpledia {font-size:11pt;color:red}
|
|
.doubledia {font-size:9pt;color:red}
|
|
.action {font-size:7pt;color:white;}
|
|
.clavier {font-size:7pt;color:blue;}
|
|
.sign {font-size:7pt;color:gray;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<textarea id="keyboard_area" cols="40" rows="4" style="width: 99%; height: 60px;"
|
|
name="keyboard_area"></textarea>
|
|
|
|
|
|
<script type="text/javascript" src="resx/keyboard-data.js"></script>
|
|
<script type="text/javascript" src="resx/keyboard-diacritic.js"></script>
|
|
<script type="text/javascript" src="resx/keyboard-dialogue.js"></script>
|
|
<script type="text/javascript" src="resx/keyboard-multihexa.js"></script>
|
|
|
|
<div style="width: 300px; position: absolute; height: 30px; left: 60px; top: 235px">
|
|
<input type="button" langtext='1' value="Insert" class="formbutton" onclick="do_insert()"
|
|
id="Button1" name="Button1">
|
|
<input type="button" langtext='1' value="Cancel" class="formbutton" onclick="do_Close()" id="Button2"
|
|
name="Button2">
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript" src="resx/virtualkeyboard.js"></script>
|
|
</html>
|