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.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/toj/pmod/pmod_test/pmod_test.html b/toj/pmod/pmod_test/pmod_test.html
deleted file mode 100755
index 7f1a1b8..0000000
--- a/toj/pmod/pmod_test/pmod_test.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<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>
-<div style="width:100%; height:32px; clear:both;"></div>