aboutsummaryrefslogtreecommitdiffstats
path: root/toj/pmod/pmod_test/pmod_test.html
diff options
context:
space:
mode:
Diffstat (limited to 'toj/pmod/pmod_test/pmod_test.html')
-rwxr-xr-xtoj/pmod/pmod_test/pmod_test.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/toj/pmod/pmod_test/pmod_test.html b/toj/pmod/pmod_test/pmod_test.html
new file mode 100755
index 0000000..10b297b
--- /dev/null
+++ b/toj/pmod/pmod_test/pmod_test.html
@@ -0,0 +1,37 @@
+<div class="info">
+ <h2 class="proid">ProID:</h2>
+ <button class="submit">上傳</button>
+
+ <h3>狀態</h3>
+ <table class="statlist">
+ <tr>
+ <td class="name">最佳分數</td>
+ <td class="value bscore"></td>
+ </tr>
+ <tr>
+ <td class="name">解題狀態</td>
+ <td class="value stat"></td>
+ </tr>
+ </table>
+
+ <h3>限制</h3>
+ <table class="limitlist">
+ <tr>
+ <td class="name">時間限制</td>
+ <td class="value timelimit"></td>
+ </tr>
+ <tr>
+ <td class="name">記憶體限制</td>
+ <td class="value memlimit"></td>
+ </tr>
+ </table>
+
+ <h3>配分</h3>
+ <table class="scorelist">
+ <tr class="head">
+ <th class="no">#</th>
+ <th class="score">Score</th>
+ </tr>
+ </table>
+</div>
+<div class="content"></div>