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.209 examples/filters.html
smock-0.1.208 examples/filters.html
smock-0.1.207 examples/filters.html
smock-0.1.206 examples/filters.html
smock-0.1.205 examples/filters.html
smock-0.1.204 examples/filters.html
smock-0.1.203 examples/filters.html
smock-0.1.202 examples/filters.html
smock-0.1.201 examples/filters.html
smock-0.1.200 examples/filters.html
smock-0.1.199 examples/filters.html
smock-0.1.198 examples/filters.html
smock-0.1.197 examples/filters.html
smock-0.1.196 examples/filters.html
smock-0.1.195 examples/filters.html
smock-0.1.194 examples/filters.html
smock-0.1.193 examples/filters.html
smock-0.1.192 examples/filters.html
smock-0.1.191 examples/filters.html
smock-0.1.190 examples/filters.html