mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-01-12 00:42:59 +00:00
55 lines
2.5 KiB
HTML
55 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>B5500 Emulator SPO Unit</title>
|
|
<!--
|
|
/***********************************************************************
|
|
* retro-b5500/emulator B5500SPOUnit.html
|
|
************************************************************************
|
|
* Copyright (c) 2012, Nigel Williams and Paul Kimpel.
|
|
* Licensed under the MIT License, see
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
************************************************************************
|
|
* B5500 Supervisor Keyboard/Printer (SPO) page.
|
|
*
|
|
* Implements the B5500 SPO device display.
|
|
*
|
|
************************************************************************
|
|
* 2012-12-16 P.Kimpel
|
|
* Original version, from SPO prototype script.
|
|
***********************************************************************/
|
|
-->
|
|
<meta name="Author" content="Nigel Williams & Paul Kimpel">
|
|
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="B5500Common.css">
|
|
<link id=spoStyleSheet rel=stylesheet type="text/css" href="B5500SPOUnit.css">
|
|
</head>
|
|
|
|
<body id=SPOUnit class=deviceBody>
|
|
|
|
<div id=SPODiv>
|
|
<div id=SPOUT>
|
|
<pre id=Paper class=paper title="Double-click to copy all text"> </pre>
|
|
<input id=InputBox type=text size=72 maxlength=72>
|
|
<div id=EndOfPaper> </div>
|
|
</div>
|
|
|
|
<div id=SPOControlsDiv>
|
|
<img id=TeletypeLogo src="./resources/TeletypeLogo.gif" alt="Teletype Model 33 KSR Logo">
|
|
<button id=SPOReadyBtn class="yellowButton blackBorder">READY</button>
|
|
<button id=SPOPowerBtn class="greenButton blackBorder greenLit">POWER</button>
|
|
<button id=SPORemoteBtn class="yellowButton blackBorder">REMOTE</button>
|
|
<button id=SPOLocalBtn class="yellowButton blackBorder yellowLit">LOCAL</button>
|
|
<button id=SPOInputRequestBtn class="yellowButton blackBorder">INPUT<br>REQUEST</button>
|
|
<button id=SPOEndOfMessageBtn class="yellowButton blackBorder">END OF<br>MESSAGE</button>
|
|
<button id=SPOBlank1Btn class="yellowButton blackBorder"></button>
|
|
<button id=SPOErrorBtn class="yellowButton blackBorder">ERROR</button>
|
|
<button id=SPOAlgolGlyphsBtn class="yellowButton blackBorder">ALGOL GLYPHS</button>
|
|
<button id=SPOBlank3Btn class="yellowButton blackBorder"></button>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |