mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
65 lines
1.6 KiB
HTML
65 lines
1.6 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
|
|
|
|
<title>Solum - alternative proto AP</title>
|
|
<link rel="stylesheet" href="main.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="logo">Solum - alternative proto AP</div>
|
|
</header>
|
|
|
|
<div class="container">
|
|
|
|
<div class="blocks"><ul></ul></div>
|
|
|
|
|
|
<div class="window">
|
|
|
|
|
|
<iframe name="empty" style="border:1px solid darkgrey; width:100%; height:4em;"></iframe>
|
|
|
|
<div class="actionbox">
|
|
<form action="send_image" method="POST" target="empty">
|
|
DST:<input name="dst" class="dst" size=12 maxlength=12 type="text" placeholder="001122334455">
|
|
Filename:<input name="filename" type="text" placeholder="default.bmp">
|
|
<input type="submit" value="Send Image">
|
|
</form>
|
|
</div>
|
|
|
|
<div class="actionbox">
|
|
<form action="send_fw" method="POST" target="empty">
|
|
DST:<input name="dst" class="dst" size=12 maxlength=12 type="text" placeholder="001122334455">
|
|
Filename:<input name="filename" type="text" placeholder="update.bin">
|
|
<input type="submit" value="Send FW Update">
|
|
</form>
|
|
</div>
|
|
|
|
<div class="actionbox">
|
|
<form action="req_checkin" method="POST" target="empty">
|
|
DST:<input name="dst" class="dst" size=12 maxlength=12 type="text" placeholder="001122334455">
|
|
<input type="submit" value="Request Check-in">
|
|
</form>
|
|
</div>
|
|
|
|
<div id="messages">
|
|
<ul class="messages">
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script src="jquery.js"></script>
|
|
<script src="main.js"></script>
|
|
|
|
</body>
|
|
</html> |