mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 18:48:41 +00:00
This commit is contained in:
parent
ebd4ee92f3
commit
c2c569da31
@ -597,20 +597,19 @@ EOD;
|
||||
<?php $publish_result_form->printHTML(); ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<?php if ($contest['extra_config']['links']): ?>
|
||||
<div class="card border-info top-buffer-lg">
|
||||
<div class="card card-default border-info mt-3">
|
||||
<div class="card-header bg-info">
|
||||
<h3 class="card-title">比赛资料</h3>
|
||||
<h3 class="h4 card-title">比赛资料</h3>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
<div class="list-group list-group-flush">
|
||||
<?php foreach ($contest['extra_config']['links'] as $link): ?>
|
||||
<a href="/blogs/<?=$link[1]?>" class="list-group-item"><?=$link[0]?></a>
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user