mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 08:18:41 +00:00
This commit is contained in:
parent
24722a0633
commit
6277a0c8c3
@ -76,8 +76,10 @@ function fTime($time, $gran = -1) {
|
||||
<span class="fs-6 align-middle"
|
||||
<?php if ($user['sex'] == 'M'): ?>
|
||||
style="color: blue"><i class="bi bi-gender-male"></i>
|
||||
<?php elseif ($user['sex' == 'F']): ?>
|
||||
<?php elseif ($user['sex'] == 'F'): ?>
|
||||
style="color: red"><i class="bi bi-gender-female"></i>
|
||||
<?php else: ?>
|
||||
>
|
||||
<?php endif ?>
|
||||
</span>
|
||||
</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user