jxdnsong
2020-10-23 a7929e6b3ec9ac17233f39e55a2b8ac63ea75f42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="playerContainer">
    <div class="PlayerScreen" dojoAttachPoint="playerScreen"></div>
    <table class="Controls">
        <tr>
            <td colspan="2" dojoAttachPoint="progressContainer"></td>
        </tr>
        <tr>
            <td class="PlayContainer" dojoAttachPoint="playContainer"></td>
            <td class="ControlsRight">
            <table class="StatusContainer">
                <tr dojoAttachPoint="statusContainer">
                </tr>
                <tr>
                    <td colspan="3" class="ControlsBottom" dojoAttachPoint="controlsBottom"></td>
                </tr>
            </table>
        </td>
        </tr>
    </table>
</div>