UNPKG

profoundjs

Version:

Profound.js Framework and Server

117 lines (82 loc) 5.18 kB
<!DOCTYPE html> <html> <head> <title> Genie - Tablet Skin </title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> <link href="/profoundui/proddata/css/profoundui.css" rel="stylesheet" type="text/css" /> <link href="/profoundui/userdata/genie skins/Tablet/Tablet.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="/profoundui/proddata/js/genie.js"></script> <script type="text/javascript" src="/profoundui/userdata/genie skins/Tablet/custom.js"></script> </head> <body> <div id="main" style="display:none;"> <div id="header"> <div id="title"> Profound UI On-The-Fly Modernization </div> <div id="user"> User: DRUSSO </div> </div> <div id="contain5250"> <div id="5250" class="genie"></div> </div> <div id="nav-buttons"> <div> <input class="tablet-button" type="button" value="Enter" onclick="Tab.pressKey('Enter', event);" /> <input class="tablet-button" type="button" value="Page Up" onclick="Tab.pressKey('PageUp', event);" /> <input class="tablet-button" type="button" value="Page Down" onclick="Tab.pressKey('PageDown', event);" /> <input class="tablet-button" type="button" id="keypad-button" value="Keypad" onclick="Tab.showKeypad(event);" /> </div> </div> <div id="keypad" style="display: none;"> <table> <tr> <td><input type="button" value="F1" onclick="Tab.pressKey('F1', event);" /></td> <td><input type="button" value="F2" onclick="Tab.pressKey('F2', event);" /></td> <td><input type="button" value="F3" onclick="Tab.pressKey('F3', event);" /></td> <td><input type="button" value="F4" onclick="Tab.pressKey('F4', event);" /></td> <td><input type="button" value="F5" onclick="Tab.pressKey('F5', event);" /></td> <td><input type="button" value="F6" onclick="Tab.pressKey('F6', event);" /></td> <td><input type="button" value="F7" onclick="Tab.pressKey('F7', event);" /></td> <td><input type="button" value="F8" onclick="Tab.pressKey('F8', event);" /></td> <td><input type="button" value="F9" onclick="Tab.pressKey('F9', event);" /></td> <td><input type="button" value="F10" onclick="Tab.pressKey('F10', event);" /></td> <td><input type="button" value="F11" onclick="Tab.pressKey('F11', event);" /></td> <td><input type="button" value="F12" onclick="Tab.pressKey('F12', event);" /></td> </tr> <tr> <td><input type="button" value="F13" onclick="Tab.pressKey('F13', event);" /></td> <td><input type="button" value="F14" onclick="Tab.pressKey('F14', event);" /></td> <td><input type="button" value="F15" onclick="Tab.pressKey('F15', event);" /></td> <td><input type="button" value="F16" onclick="Tab.pressKey('F16', event);" /></td> <td><input type="button" value="F17" onclick="Tab.pressKey('F17', event);" /></td> <td><input type="button" value="F18" onclick="Tab.pressKey('F18', event);" /></td> <td><input type="button" value="F19" onclick="Tab.pressKey('F19', event);" /></td> <td><input type="button" value="F20" onclick="Tab.pressKey('F20', event);" /></td> <td><input type="button" value="F21" onclick="Tab.pressKey('F21', event);" /></td> <td><input type="button" value="F22" onclick="Tab.pressKey('F22', event);" /></td> <td><input type="button" value="F23" onclick="Tab.pressKey('F23', event);" /></td> <td><input type="button" value="F24" onclick="Tab.pressKey('F24', event);" /></td> </tr> <tr> <td><input type="button" value="Enter" onclick="Tab.pressKey('Enter', event);" /></td> <td><input type="button" value="Page Up" onclick="Tab.pressKey('PageUp', event);" /></td> <td><input type="button" value="Page Dn" onclick="Tab.pressKey('PageDown', event);" /></td> <td><input type="button" value="Attn" onclick="Tab.pressKey('Attn', event);" /></td> <td><input type="button" value="SysReq" onclick="Tab.pressKey('SysReq', event);" /></td> <td><input type="button" value="Help" onclick="Tab.pressKey('Help', event);" /></td> <td><input type="button" value="Print" onclick="Tab.pressKey('Print', event);" /></td> <td><input type="button" value="Clear" onclick="Tab.pressKey('Clear', event);" /></td> <td><input type="button" class="close" value="" onclick="Tab.hideKeypad(event);" /></td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </table> </div> </div> </body> </html>