Merge pull request #289 from KLuka/master
Keyboard icon, some html fixes ...
This commit is contained in:
commit
5a69cc67ca
9 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,6 +9,7 @@ config.h
|
|||
config.log
|
||||
config.status
|
||||
demo/demo.js
|
||||
demo/keyboard.png
|
||||
demo/vt100.js
|
||||
libtool
|
||||
Makefile
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<!--
|
||||
ShellInABox - Make command line applications available as AJAX web applications
|
||||
Copyright (C) 2008-2010 Markus Gutschke markus@shellinabox.com
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body><pre class="box"><div
|
||||
><i id="27">Esc</i><i id="112">F1</i><i id="113">F2</i><i id="114">F3</i
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 808 B |
|
@ -2,6 +2,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<!--
|
||||
ShellInABox - Make command line applications available as AJAX web applications
|
||||
Copyright (C) 2008-2009 Markus Gutschke markus@shellinabox.com
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body><pre class="box"><div
|
||||
><i id="27">Esc</i><i id="112">F1</i><i id="113">F2</i><i id="114">F3</i
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 808 B After Width: | Height: | Size: 1.1 KiB |
|
@ -2,6 +2,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<!--
|
||||
ShellInABox - Make command line applications available as AJAX web applications
|
||||
Copyright (C) 2008-2010 Markus Gutschke markus@shellinabox.com
|
||||
|
|
|
@ -887,8 +887,8 @@ VT100.prototype.initializeElements = function(container) {
|
|||
'<div class="hidden">' +
|
||||
'<div id="usercss"></div>' +
|
||||
'<pre><div><span id="space"></span></div></pre>' +
|
||||
'<input type="textfield" id="input" autocorrect="off" autocapitalize="off" />' +
|
||||
'<input type="textfield" id="cliphelper" />' +
|
||||
'<input type="text" id="input" autocapitalize="off" autocapitalize="off" />' +
|
||||
'<input type="text" id="cliphelper" />' +
|
||||
(typeof suppressAllAudio != 'undefined' &&
|
||||
suppressAllAudio ? "" :
|
||||
embed + '<bgsound id="beep_bgsound" loop=1 />') +
|
||||
|
|
Loading…
Reference in a new issue