-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
18 changed files
with
204 additions
and
202 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
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 |
---|---|---|
@@ -1,6 +1,11 @@ | ||
<div id="nav"></div> | ||
<div id="filters" class="component-left"></div> | ||
<div id="record" class="component-left"></div> | ||
<div id="out"></div> | ||
<div id="page"></div> | ||
<div id="share"></div> | ||
<div id="filters" class="component-left hidden-xs"></div> | ||
<div id="record" class="component-left hidden-xs"></div> | ||
<div id="out" class="hidden-xs"></div> | ||
<div id="page" class="hidden-xs"></div> | ||
<div id="share" class="hidden-xs"></div> | ||
<div id="xs-fallback" class="visible-xs container-fluid"> | ||
<h1>We are sorry!</h1> | ||
<p>The New Zealand Palaeotsunami Database requires a minimum screen width of 768px.</p> | ||
<p>If you're visiting this website from a mobile device please revisit again from a tablet, laptop or desktop computer.</p> | ||
</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
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 |
---|---|---|
@@ -1,37 +1,25 @@ | ||
<div class="filter-top"> | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<div class="filter-top-icon"> | ||
<span class="icon-icon_filter"></span> | ||
</div> | ||
<h4><%= t.filters.name%></h4> | ||
<h1><%= t.filters.title %></h1> | ||
<div class="pull-right filter-top-buttons"> | ||
<div class="btn btn-primary btn-round query-reset visible-filtered"></div> | ||
<div class="btn btn-info btn-round expand-all hidden-expanded"> | ||
<%= t.filters.all_filters %><span class="icon-icon_filter-open"></span> | ||
</div> | ||
<div class="btn btn-info btn-round expand-all visible-expanded "> | ||
<%= t.filters.default_filters %><span class="icon-icon_filter-close"></span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="filter-top-icon"> | ||
<span class="icon-icon_filter"></span> | ||
</div> | ||
<h4><%= t.filters.name%></h4> | ||
<h1><%= t.filters.title %></h1> | ||
<div class="pull-right filter-top-buttons"> | ||
<div class="btn btn-primary btn-round query-reset visible-filtered"></div> | ||
<div class="btn btn-info btn-round expand-all hidden-expanded"> | ||
<%= t.filters.all_filters %><span class="icon-icon_filter-open"></span> | ||
</div> | ||
<div class="btn btn-info btn-round expand-all visible-expanded "> | ||
<%= t.filters.default_filters %><span class="icon-icon_filter-close"></span> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="filter-main"> | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<form> | ||
<div class="form-search"></div> | ||
<div class="form-groups"></div> | ||
<button type="submit" class="sr-only btn btn-info btn-round btn-query-submit query-submit pull-right"> | ||
<%= t.filters.button_submit %> | ||
</button> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
<form> | ||
<div class="form-search"></div> | ||
<div class="form-groups"></div> | ||
<button type="submit" class="sr-only btn btn-info btn-round btn-query-submit query-submit pull-right"> | ||
<%= t.filters.button_submit %> | ||
</button> | ||
</form> | ||
</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
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
Oops, something went wrong.