You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<div class="btn-group btn-group-toggle" data-toggle="buttons"> <label class="btn btn-primary {{request()->get('type','today')=='today'? 'active':''}}"> <input type="radio" name="options" id="today" checked> 今日 </label> <label class="btn btn-primary {{request()->get('type')=='yesterday'? 'active':''}}"> <input type="radio" name="options" checked id="yesterday"> 昨日 </label> <label class="btn btn-primary {{request()->get('type')=='week'? 'active':''}}"> <input type="radio" name="options" id="week"> 本周 </label> <label class="btn btn-primary {{request()->get('type')=='month'? 'active':''}}"> <input type="radio" name="options" id="month"> 本月 </label></div>
|