更新我的提交列表页面

This commit is contained in:
virusdefender
2015-08-13 21:02:17 +08:00
parent 58f9014688
commit 94282f3ed8
8 changed files with 101 additions and 60 deletions

View File

@@ -67,10 +67,10 @@
<div>
<label class="radio-inline">
<input type="radio" name="language" value="1" checked> c (gcc 4.8)
<input type="radio" name="language" value="1" checked> C (gcc 4.8)
</label>
<label class="radio-inline">
<input type="radio" name="language" value="2"> c++ (g++ 4.3)
<input type="radio" name="language" value="2"> C++ (g++ 4.3)
</label>
<label class="radio-inline">
<input type="radio" name="language" value="3"> Java (jre 1.7)