Sha256: 15b483122fd5a0e128c01cc6ba503a9771f1e5302df25943081c4ceaa2d1ca1b

Contents?: true

Size: 1.83 KB

Versions: 82

Compression:

Stored size: 1.83 KB

Contents

<h2>Search Filters</h2>

<div class="example">
  <section class="search-filters" am-grid-col="l:3:9">
    <form class="search-filters__form has-validation">
      <section class="search-filters__price">
        <label class="search-filters__price__label">Price</label>
        <div class="flexed">
          <div class="search-filters__price--min">
            Min<br/>
            <input name="search[min_price]" class="search-filters__price__input--left" type="text" size="7" placeholder="$5">
          </div>
          <div class="search-filters__price--max">
            Max<br/>
            <input name="search[max_price]" class="search-filters__price__input" type="text" size="7" placeholder="$2000">
          </div>
          <a href="#" class="search-filters__price__submit s-small-above button button--green">
            <span class="svg_search search-filters__price__submit__icon"></span>
          </a>
        </div>
      </section>

      <hr class="hr--small s-no-below"/>

      <section class="search-filters__turnaround">
        <label class="search-filters__turnaround__label">Turnaround</label>
        <select id="filter_turnaround" name="filter[turnaround]"><option value="">- Any -</option>
          <option value="1">1 day or less</option>
          <option value="2">2 days or less</option>
          <option value="3">3 days or less</option>
        </select>
      </section>

      <section class="search-filters__country">
        <label class="search-filters__country__label">Location</label>

        <select class="search-filters__country__select" style="display: yup;">
          <option value="">- Anywhere -</option>
            <option value="al">Albania</option>
            <option value="ar">Argentina</option>
            <option value="am">Armenia</option>
        </select>
      </section>
    </form>
  </section>
</div>

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
smock-0.1.268 examples/filters.html
smock-0.1.267 examples/filters.html
smock-0.1.266 examples/filters.html
smock-0.1.265 examples/filters.html
smock-0.1.264 examples/filters.html
smock-0.1.263 examples/filters.html
smock-0.1.262 examples/filters.html
smock-0.1.261 examples/filters.html
smock-0.1.260 examples/filters.html
smock-0.1.259 examples/filters.html
smock-0.1.258 examples/filters.html
smock-0.1.256 examples/filters.html
smock-0.1.255 examples/filters.html
smock-0.1.254 examples/filters.html
smock-0.1.253 examples/filters.html
smock-0.1.252 examples/filters.html
smock-0.1.251 examples/filters.html
smock-0.1.250 examples/filters.html
smock-0.1.249 examples/filters.html
smock-0.1.247 examples/filters.html