Newer
Older
stamp-2022 / koki / asahi2.html
@ITO Koki ITO Koki on 6 Dec 2022 1 KB add websocket
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://www.yatex.org/libcache/leaflet-1.7.1/leaflet.css" />
<script src="https://www.yatex.org/libcache/leaflet-1.7.1/leaflet.js"></script>
<script type="text/javascript" src="otp.js" charset="utf-8"></script>
<script type="text/javascript" src="asahi.js" charset="utf-8">
</script>
<script src="singleclick.js"></script>
<script type="text/javascript" src="csv.min.js"></script>
<link rel="stylesheet" type="text/css" href="4dr.css">
</head>
<body class="asahi">
  <div id="auth" class="login">
    <table>
      <tr><td>User(email)</td>
	<td><input type="text" id="user"></td>
	<td><button type="button" value"SEND" id="senduser">SEND</button></td>
      </tr>
     <tr><td>Passcode</td>
      <td><input type="password" id="passcode" disabled></td>
      <td><button type="button" value="SEND" id="sendcode">SEND</button></td>
     </tr>
    </table>
  </div>
<article id="main" class="hidden">
<h1>あさひたんけんマップ</h1>
<p>
<button id="start" type="button">START</button>
<button id="stop" type="button">STOP</button>
</p>

<div class="mapstage">
<div id="leftmap"></div>
<div id="rightmap"></div>
</div>
<!-- <p id="info"></p> for debug -->
<h2>スタンプ</h2>
<div id="stamp">
</div>
<p id="info">スタンプをくりっくしてね</p>
</article>

<button type="button" id="clear">Clear localStorage</button>
</body>
</html>