diff options
| author | sD <stoned@derpymail.org> | 2020-03-27 15:57:41 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-27 15:57:41 +0100 |
| commit | eab9a338bc6b5fd6bd3447694a0f6386c20b61a0 (patch) | |
| tree | f84e71f6b6c5125ef5b800c49c77551783f21634 | |
| parent | 43f65ab568fc56d3dfbc173080f8095e595aff9a (diff) | |
move char change and showname to char
| -rw-r--r-- | webAO/client.html | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/webAO/client.html b/webAO/client.html index 2416b1b..615edea 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -124,6 +124,20 @@ <option value="jur">Jury</option> <option value="sea">Seance</option> </select> + <br> + <br> + <button id="char_change" alt="Change" class="client_button hover_button" onclick="changeCharacter()">Change + Character</button> + <button id="char_random" alt="Random" class="client_button hover_button" + onclick="randomCharacterOOC()">Random Character</button> + <br> + <br> + <span id="cccc" style="display: none"> + <label for="ic_chat_name">Custom Showname:</label> + <input id="ic_chat_name" name="ic_chat_name" type="text"> + <label for="showname">Show others:</label> + <input id="showname" name="showname" type="checkbox" onclick="showname_click()"> + </span> </div> <fieldset style="margin:10px;"> <legend>Actions</legend> @@ -282,14 +296,7 @@ <!-- Settings section --> <span class="menu_content" id="content_3"> <meta name="frame-title" lang="en" content="Settings"> - <span id="cccc" style="display: none"> - <label for="ic_chat_name">Custom Showname:</label> - <input id="ic_chat_name" name="ic_chat_name" type="text"> - <label for="showname">Show others:</label> - <input id="showname" name="showname" type="checkbox" onclick="showname_click()"> - </span> - <br> - <br> + <h2>Volume</h2> <p>Music</p> <audio id="client_musicaudio" onvolumechange="changeMusicVolume()" controls loop></audio> @@ -302,12 +309,6 @@ onchange="changeBlipVolume()"> <br> <br> - <button id="char_change" alt="Change" class="client_button hover_button" onclick="changeCharacter()">Change - Character</button> - <button id="char_random" alt="Random" class="client_button hover_button" - onclick="randomCharacterOOC()">Random Character</button> - <br> - <br> <label for="client_themeselect">Theme:</label> <select id="client_themeselect" name="client_themeselect" onchange="reloadTheme()"> <option value="default" selected>Default</option> |
