-<tr><td><button id="move_upleft">up-left</button></td><td><button id="move_up">up</button></td><td><button id="move_upright">up-right</button></td></tr>
-<tr><td><button id="move_left">left</button></td><td>MOVE</td><td><button id="move_right">right</button></td></tr>
-<tr><td><button id="move_downleft">down-left</button></td><td><button id="move_down">down</button></td><td><button id="move_downright">down-right</button></td></tr>
+ <tr>
+ <td><button id="move_upleft">up-left</button></td>
+ <td><button id="move_up">up</button></td>
+ <td><button id="move_upright">up-right</button></td>
+ </tr>
+ <tr>
+ <td><button id="move_left">left</button></td>
+ <td>MOVE</td>
+ <td><button id="move_right">right</button></td>
+ </tr>
+ <tr>
+ <td><button id="move_downleft">down-left</button></td>
+ <td><button id="move_down">down</button></td>
+ <td><button id="move_downright">down-right</button></td>
+ </tr>
+</table>
+<table>
+ <tr>
+ <td><button id="help">help</button></td>
+ </tr>
+ <tr>
+ <td><button id="switch_to_chat">chat mode</button><br /></td>
+ </tr>
+ <td><button id="switch_to_study">study mode</button></td>
+ <td><button id="toggle_map_mode">toggle terrain/annotations/control view</button>
+ <tr>
+ <td><button id="switch_to_play">play mode</button></td>
+ <td>
+ <table>
+ <tr>
+ <td><button id="take_thing">take thing</button></td>
+ <td><button id="switch_to_edit">change tile</button></td>
+ <td><button id="switch_to_admin">become admin</button></td>
+ </tr>
+ <tr>
+ <td><button id="drop_thing">drop thing</button></td>
+ <td><button id="switch_to_password">change tile editing password</button></td>
+ <td><button id="switch_to_control_pw_type">change tile control password</button></td>
+ </tr>
+ <tr>
+ <td><button id="flatten">flatten surroundings</button></td>
+ <td><button id="switch_to_annotate">annotate tile</button></td>
+ <td><button id="switch_to_control_tile_type">change tiles control</button></td>
+ </tr>
+ <tr>
+ <td><button id="teleport">teleport</button></td>
+ <td><button id="switch_to_portal">edit portal link</button></td>
+ </tr>
+ </table>
+ </td>
+ </tr>