mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 15:28:41 +00:00
chore(web): display icp
This commit is contained in:
parent
5758789df4
commit
236a152f51
@ -13,14 +13,11 @@
|
|||||||
<a class="text-decoration-none" href="<?= HTML::url('/') ?>">S2OJ</a>
|
<a class="text-decoration-none" href="<?= HTML::url('/') ?>">S2OJ</a>
|
||||||
(build: <a class="text-decoration-none" href="https://github.com/renbaoshuo/S2OJ<?= UOJConfig::$data['profile']['s2oj-version'] == "dev" ? '' : '/tree/' . UOJConfig::$data['profile']['s2oj-version'] ?>"><?= UOJConfig::$data['profile']['s2oj-version'] ?></a>)
|
(build: <a class="text-decoration-none" href="https://github.com/renbaoshuo/S2OJ<?= UOJConfig::$data['profile']['s2oj-version'] == "dev" ? '' : '/tree/' . UOJConfig::$data['profile']['s2oj-version'] ?>"><?= UOJConfig::$data['profile']['s2oj-version'] ?></a>)
|
||||||
<?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?>
|
<?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?>
|
||||||
|
|
<?php if (UOJConfig::$data['profile']['ICP-license'] != ''): ?>
|
||||||
<a class="text-decoration-none" href="#" id="back-to-bs4">返回旧版</a>
|
| <a class="text-muted text-decoration-none" target="_blank" href="https://beian.miit.gov.cn">
|
||||||
<script>
|
<?= UOJConfig::$data['profile']['ICP-license'] ?>
|
||||||
$('#back-to-bs4').click(function() {
|
</a>
|
||||||
$.cookie('bootstrap4', '1', { expires: 7, path: '/' });
|
<?php endif ?>
|
||||||
location.reload();
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Based on
|
Based on
|
||||||
|
Loading…
Reference in New Issue
Block a user