diff options
author | pzread <netfirewall@gmail.com> | 2013-07-12 02:10:18 +0800 |
---|---|---|
committer | pzread <netfirewall@gmail.com> | 2013-07-12 02:10:18 +0800 |
commit | 456b6867161c1f1295993c61b3726ff44a3c809e (patch) | |
tree | fc904f499a613cc9250e22716764c8ba3059f518 /src/pmod/pmod_test/html/view.html | |
parent | 0d25481f72f12eaf0ccfc3172829f0d138a1143c (diff) | |
download | taiwan-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.html | 39 |
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">×</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> |