📄 keyboard.jsp
字号:
<%@page language="java" session="true" import="fr.ier.cuss.globaldemo.*" %>
<%@ include file = "include/util.jsp" %>
<html>
<head>
<%@ include file = "include/header.jsp" %>
<script language="JavaScript1.2">
//------------------------------------------------------------------------
/*
* Event management
*/
function processEventBis(event) {
// Nothing to do
}
//------------------------------------------------------------------------
/**
* Display checkin information page
*/
function displayCheckinPage() {
displayPage("checkin.jsp?fullName=" + document.forms["form"].txt.value);
}
//--------------------------------------------------------------------------
/**
* Init 2
*/
function init2() {
if (applet.atb2ReaderRequired()) {
applet.disableATB2Reader();
}
if (applet.magneticCardReaderRequired()) {
applet.disableMagneticCardReader();
}
if (applet.barCodeRequired()) {
applet.disableBarcodeReader()
}
}
</script>
</head>
<body unselectable="on" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" onLoad="javascript:init();init2();" background="<%= backgroundImageName%>">
<form name="form" action="javascript:displayCheckinPage();" method="get">
<table width="100%" height="100%" border="0">
<thead>
<%@ include file = "include/companylogo.jsp" %>
</thead>
<!-- =============================================================== -->
<!-- Body of the table for message -->
<!-- =============================================================== -->
<tbody>
<tr>
<td colspan="4" align="center" height="70%" width="100%" valign="top">
<h1 class="subTitle">Type your full name</h1>
<%@ include file = "include/qwertykeyboard.jsp" %>
</td>
</tr>
</tbody>
<!-- =============================================================== -->
<!-- Foot of the table for buttons -->
<!-- =============================================================== -->
<tfoot>
<tr>
<td height="15%" width="25%" align="center"><%@ include file = "include/homebutton.jsp" %></td>
<td width="25%" align="center"> </td>
<td width="25%" align="center"> </td>
<td width="25%" align="center"><%@ include file = "include/quitbutton.jsp" %></td>
</tr>
</tfoot>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -