Browse Source

Merge branch 'main' into bc-page-body

bc-detail
みてるぞ 5 months ago
parent
commit
cbb64ddcf1
2 changed files with 14 additions and 4 deletions
  1. BIN
      broadcast/favicon-goatoh.ico
  2. +14
    -4
      broadcast/index.frm.php

BIN
broadcast/favicon-goatoh.ico View File

Before After

+ 14
- 4
broadcast/index.frm.php View File

@@ -10,7 +10,13 @@
<link href="//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.min.css" />
<link href="./style.css" rel="stylesheet" />
<title>伊地知ニジカ放送局 - ニジカ返答ログ</title>
<?php $april_fool = ((int) date ('n') === 4) && ((int) date ('j') === 1) ?>
<?php if ($april_fool): ?>
<link rel="icon" href="favicon-goatoh.ico" />
<title>ゴートうひとり放送局 - ゴートう返答ログ</title>
<?php else: ?>
<title>伊地知ニジカ放送局 - ニジカ返答ログ</title>
<?php endif ?>
</head>

<body>
@@ -54,7 +60,11 @@

<div class="row d-flex align-items-center my-2">
<div class="col-sm-4 fw-bold">
日時ニジカ
<?php if ($april_fool): ?>
ゴートう日とり
<?php else: ?>
日時ニジカ
<?php endif ?>
</div>

<div class="col-sm input-group">
@@ -72,7 +82,7 @@
</div>

<div class="col-sm">
<input type="text" class="form-control" placeholder="ぬ゛ぅ゛ぅ゛ぅ゛ぅ゛ぅ゛ん゛" id="filter-keyword"
<input type="text" class="form-control" placeholder="<?= $april_fool ? 'ムムムム!! クサタベテル!!!!!' : 'ぬ゛ぅ゛ぅ゛ぅ゛ぅ゛ぅ゛ん゛' ?>" id="filter-keyword"
value="<?= $keyword ?>"/>
</div>
</div>
@@ -109,7 +119,7 @@
</div>

<div>
<img src="<?= $record['chat_icon'] ?>" />
<img src="<?= $record['chat_icon'] ?>" width="64" height="64" />
<?= $record['chat_name'] ?>
</div>



Loading…
Cancel
Save