This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
139 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<div class="ui styled fluid accordion" style="max-width: 400px; margin: 0 auto 1rem;"> | ||
<div class="title" style="border-top: none !important;"> | ||
<i class="dropdown icon"></i> | ||
Filters | ||
</div> | ||
<div class="content"> | ||
<div class="three fields"> | ||
<div class="two fields"> | ||
<div class="field"> | ||
<label>Start date</label> | ||
<div class="ui calendar" id="rangestart"> | ||
<div class="ui input left icon"> | ||
<i class="calendar icon"></i> | ||
<input type="text" placeholder="Start"> | ||
</div> | ||
</div> | ||
</div> | ||
<br/> | ||
<div class="field"> | ||
<label>End date</label> | ||
<div class="ui calendar" id="rangeend"> | ||
<div class="ui input left icon"> | ||
<i class="calendar icon"></i> | ||
<input type="text" placeholder="End"> | ||
</div> | ||
</div> | ||
</div> | ||
<br/> | ||
<button class="ui button" id="filter-clear">Clear</button> | ||
<button class="ui primary button" id="filter-submit">Filter</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters