mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-02-16 23:46:41 +00:00
fix(web): style
This commit is contained in:
parent
5c34086522
commit
65bbc99560
@ -596,7 +596,6 @@ EOD);
|
|||||||
};
|
};
|
||||||
|
|
||||||
$change_user_image_total_size_limit_form->runAtServer();
|
$change_user_image_total_size_limit_form->runAtServer();
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
@ -1085,7 +1084,7 @@ echoSubmissionsList(
|
|||||||
<th>IP</th>
|
<th>IP</th>
|
||||||
</tr>
|
</tr>
|
||||||
EOD,
|
EOD,
|
||||||
function($row) {
|
function($row) {
|
||||||
echo <<<EOD
|
echo <<<EOD
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$row['judger_name']}</td>
|
<td>{$row['judger_name']}</td>
|
||||||
@ -1093,7 +1092,7 @@ function($row) {
|
|||||||
<td>{$row['ip']}</td>
|
<td>{$row['ip']}</td>
|
||||||
</tr>
|
</tr>
|
||||||
EOD;
|
EOD;
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
'page_len' => 10,
|
'page_len' => 10,
|
||||||
'div_classes' => ['card', 'mb-3', 'table-responsive'],
|
'div_classes' => ['card', 'mb-3', 'table-responsive'],
|
||||||
@ -1111,7 +1110,7 @@ EOD;
|
|||||||
</div>
|
</div>
|
||||||
<?php elseif ($cur_tab == 'image_hosting'): ?>
|
<?php elseif ($cur_tab == 'image_hosting'): ?>
|
||||||
<?php
|
<?php
|
||||||
echoLongTable(
|
echoLongTable(
|
||||||
['*'],
|
['*'],
|
||||||
'users_images',
|
'users_images',
|
||||||
'1',
|
'1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user