aboutsummaryrefslogtreecommitdiffstats
path: root/src/pmod/pmod_test/html/view.html
diff options
context:
space:
mode:
authorpzread <netfirewall@gmail.com>2013-07-12 02:10:18 +0800
committerpzread <netfirewall@gmail.com>2013-07-12 02:10:18 +0800
commit456b6867161c1f1295993c61b3726ff44a3c809e (patch)
treefc904f499a613cc9250e22716764c8ba3059f518 /src/pmod/pmod_test/html/view.html
parent0d25481f72f12eaf0ccfc3172829f0d138a1143c (diff)
downloadtaiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.gz
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.bz2
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.lz
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.xz
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.tar.zst
taiwan-online-judge-456b6867161c1f1295993c61b3726ff44a3c809e.zip
sqmod_test update. Better way to load css
Diffstat (limited to 'src/pmod/pmod_test/html/view.html')
-rw-r--r--src/pmod/pmod_test/html/view.html39
1 files changed, 33 insertions, 6 deletions
diff --git a/src/pmod/pmod_test/html/view.html b/src/pmod/pmod_test/html/view.html
index 80787a2..989f344 100644
--- a/src/pmod/pmod_test/html/view.html
+++ b/src/pmod/pmod_test/html/view.html
@@ -1,10 +1,37 @@
-<link href="/toj/pmod/pmod_test/css/view.css" rel="stylesheet">
+<div class="modal hide fade medium_modal submit">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
+ <h3>上傳</h3>
+ </div>
+ <div class="modal-body container-fluid">
+ </div>
+ <div class="modal-footer">
+ <button class="btn btn-primary submit">確定</button>
+ <button class="btn cancel">取消</button>
+ </div>
+</div>
<div class="row">
- <div class="span3">
-
- </div>
- <div class="span10">
- LaLaLala
+ <div class="span2 offset1 info">
+ <button class="btn btn-primary submit">上傳</button>
+ <table class="table limit">
+ <thead>
+ <tr>
+ <th class="span1">限制</th>
+ <th class="span1"></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>時間</td>
+ <td class="timelimit"></td>
+ </tr>
+ <tr>
+ <td>記憶體</td>
+ <td class="memlimit"></td>
+ </tr>
+ </tbody>
+ </table>
</div>
+ <div class="span10 offset3 content"></div>
</div>