This repository was archived by the owner on Mar 28, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 112
112
</ul>
113
113
<div class="tab-content">
114
114
<div class="tab-pane active" id="tab1">
115
- Problem Title: <input style="width:700px; " type="text" id="title" name="title"/><br/>
115
+ Problem Title: <input class="span8 " type="text" id="title" name="title"/><br/>
116
116
Detailed problem: <span class="label label-info">Markdown formatting supported</span></br/><br/>
117
- <textarea style="width:785px; height:400px;" name="problem" id="text"></textarea><br/>
117
+ <textarea style="height:400px;" class="span9 " name="problem" id="text"></textarea><br/>
118
118
</div>
119
119
<div class="tab-pane" id="tab2">
120
- <textarea style="font-family: mono; width:785px; height:400px;" name="input" id="input"></textarea><br/>
120
+ <textarea style="font-family: mono; height:400px;" class="span9 " name="input" id="input"></textarea><br/>
121
121
</div>
122
122
<div class="tab-pane" id="tab3">
123
- <textarea style="font-family: mono; width:785px; height:400px;" name="output" id="output"></textarea><br/>
123
+ <textarea style="font-family: mono; height:400px;" class="span9 " name="output" id="output"></textarea><br/>
124
124
</div>
125
125
</div>
126
126
<input class="btn btn-primary btn-large" type="submit" value="Add Problem"/>
Original file line number Diff line number Diff line change 97
97
</ul>
98
98
</div>
99
99
<br/>
100
- Filename: <input style="width:725px; " type="text" id="filename" name="filename" value="<?php if (!($ num == 0 )) echo ($ fields ['filename ' ]);?> "/>
100
+ Filename: <input class="span8 " type="text" id="filename" name="filename" value="<?php if (!($ num == 0 )) echo ($ fields ['filename ' ]);?> "/>
101
101
<br/>Type your program below:<br/><br/>
102
- <textarea style="font-family: mono; width:785px; height:400px;" name="soln" id="text"><?php if (!($ num == 0 )) echo ($ fields ['soln ' ]);?> </textarea><br/>
102
+ <textarea style="font-family: mono; height:400px;" class="span9 " name="soln" id="text"><?php if (!($ num == 0 )) echo ($ fields ['soln ' ]);?> </textarea><br/>
103
103
<?php if ($ accept ['accept ' ] == 1 and $ status ['status ' ] == 1 ) echo ("<input type= \"submit \" value= \"Run \" class= \"btn btn-primary btn-large \"/> " );
104
104
else echo ("<input type= \"submit \" value= \"Run \" class= \"btn disabled btn-large \" disabled= \"disabled \"/> " );
105
105
?>
You can’t perform that action at this time.
0 commit comments