[BC] 自動更新対応完了

This commit is contained in:
2024-05-16 02:59:55 +09:00
parent a26a0ac130
commit 3d3c350777
5 changed files with 213 additions and 162 deletions
+5 -8
View File
@@ -48,7 +48,7 @@
<div class="col-sm">
<div class="row align-items-center">
<div class="col form-check">
<input class="form-check-input" type="radio" name="order" id="order-desc"<?= $asc ? '' : ' checked="checked"' ?> />
<input class="form-check-input" type="radio" name="order" id="order-desc" checked="checked" />
<label class="form-check-label" for="order-desc">
新しい順
@@ -56,7 +56,7 @@
</div>
<div class="col form-check">
<input class="form-check-input" type="radio" name="order" id="order-asc"<?= $asc ? ' checked="checked"' : '' ?> />
<input class="form-check-input" type="radio" name="order" id="order-asc" />
<label class="form-check-label" for="order-asc">
古い順
@@ -79,14 +79,12 @@
<input type="text"
class="form-control"
placeholder="YYYY-MM-DD"
id="filter-date-start"
value="<?= $date_start ?>" />
id="filter-date-start" />
<span class="input-group-text">〜</span>
<input type="text"
class="form-control"
placeholder="YYYY-MM-DD"
id="filter-date-end"
value="<?= $date_end ?>" />
id="filter-date-end" />
</div>
</div>
@@ -99,8 +97,7 @@
<input type="text"
class="form-control"
placeholder="<?= $april_fool ? 'ムムムム!! クサタベテル!!!!!' : 'ぬ゛ぅ゛ぅ゛ぅ゛ぅ゛ぅ゛ん゛' ?>"
id="filter-keyword"
value="<?= $keyword ?>"/>
id="filter-keyword" />
</div>
</div>
</div>