aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-09-07 19:23:47 +0200
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-09-07 19:23:47 +0200
commitea299402764b58808f3b7de6a609497dad360b8a (patch)
treefa49bb96b5573b4b2f178fd4c2b13c8ab69684f0 /webAO/client.html
parent6a317fdbd6080fa867aa065c4360ea56945b9ab1 (diff)
add a button to control replays
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 3a34f42..3bb65ed 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -481,10 +481,13 @@
<meta name="frame-title" lang="en" content="Server">
<div style="height: 100%; display: flex; flex-direction: column;">
<textarea id="client_ooclog" style="flex: 1 auto" readonly></textarea>
- <span style="display: inline-block; white-space: nowrap;">
+ <span id="client_oocinput" style="display: inline-block; white-space: nowrap;">
<input id="OOC_name" style="width: 15%;" name="OOC_name" type="text">
<input id="client_oocinputbox" style="width: 85%;" type="text" onkeypress="onOOCEnter(event)">
</span>
+ <span id="client_replaycontrols" style="display: none; white-space: nowrap;">
+ <input id="client_replaygo" style="width: 25%;" type="button" onclick="onReplayGo(event)" value="GO">
+ </span>
</div>
</template>