Skip to content

Commit

Permalink
Update submitpage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Mar 21, 2024
1 parent 01f64ae commit 294c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/template/syzoj/submitpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<textarea style="width:80%;height:600" cols=180 rows=25 id="source" name="source"><?php echo htmlentities($view_src,ENT_QUOTES,"UTF-8")?></textarea>
<?php }?>

<?php if (isset($OJ_TEST_RUN)&&$OJ_TEST_RUN){?>
<?php if ( isset($OJ_TEST_RUN) && $OJ_TEST_RUN && $spj<=1 ){?>
<?php echo $MSG_Input?>:<textarea style="width:30%" cols=40 rows=5 id="input_text" name="input_text" ><?php echo $view_sample_input?></textarea>
<?php echo $MSG_Output?>:
<textarea style="width:30%" cols=10 rows=5 id="out" name="out" disabled="true" >SHOULD BE:
Expand Down

0 comments on commit 294c301

Please sign in to comment.