aboutsummaryrefslogtreecommitdiffstats
path: root/toj/sqmod/sqmod_test/sqmod_test.html
blob: 14f44dda9bc8416bcf1427e9a859429153cfe1b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div tab="pro" class="com_pbox pro_pbox">
    <table class="prolist">
        <tr class="head">
            <th class="no">#</th>
            <th class="name">題目名稱</th>
            <th class="bscore">最佳分數</th>
        </tr>
    </table>
    <table class="stat">
        <tr class="user_prog">
            <td style="width:76px;">個人進度</td>
            <td style="padding:0px 0px 0px 6px;"><div class="prog_box user_prog">
                <div class="pass"></div>
                <div class="good"></div>
                <div class="total"></div>
                <div class="prog"></div>
            </div></td>
        </tr>
        <tr class="team_prog" style="display:none;">
            <td style="width:76px;">小組進度</td>
            <td style="padding:0px 0px 0px 6px;"><div class="prog_box team_prog">
                <div class="pass"></div>
                <div class="good"></div>
                <div class="total"></div>
                <div class="prog"></div>
            </div></td>
        </tr>
    </table>
</div>