ニジカ Pagination 完成
This commit is contained in:
+12
-3
@@ -68,10 +68,16 @@
|
||||
</div>
|
||||
|
||||
<div class="col-sm input-group">
|
||||
<input type="text" class="form-control" placeholder="YYYY-MM-DD" id="filter-date-start"
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
placeholder="YYYY-MM-DD"
|
||||
id="filter-date-start"
|
||||
value="<?= $date_start ?>" />
|
||||
<span class="input-group-text">〜</span>
|
||||
<input type="text" class="form-control" placeholder="YYYY-MM-DD" id="filter-date-end"
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
placeholder="YYYY-MM-DD"
|
||||
id="filter-date-end"
|
||||
value="<?= $date_end ?>" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -82,7 +88,10 @@
|
||||
</div>
|
||||
|
||||
<div class="col-sm">
|
||||
<input type="text" class="form-control" placeholder="<?= $april_fool ? 'ムムムム!! クサタベテル!!!!!' : 'ぬ゛ぅ゛ぅ゛ぅ゛ぅ゛ぅ゛ん゛' ?>" id="filter-keyword"
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
placeholder="<?= $april_fool ? 'ムムムム!! クサタベテル!!!!!' : 'ぬ゛ぅ゛ぅ゛ぅ゛ぅ゛ぅ゛ん゛' ?>"
|
||||
id="filter-keyword"
|
||||
value="<?= $keyword ?>"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user