blob: 99842f0e2b1fca3a1b856bff1d11063151cf75c4 [file] [log] [blame]
<topbar></topbar>
<div class="searchContainer row">
<div class="offset-2--hand column-8--hand">
<div class="row">
<div class="column-12--hand found">
<ng-pluralize count="plugins.length"
when="{'0': 'No plugins found',
'1': '1 plugin found',
'other': '{{(plugins|platformFilter: selectedPlatforms()).length}} plugins found'}">
</ng-pluralize>
</div>
</div>
<div class="row filter-row">
<a ng-click="toggleFilters()"><i ng-class="{'icon-minus-circled': showFilters, 'icon-plus-circled': hideFilters}"></i>Filter by Platform:</a> <span ng-show="showFilters" class="filter-platform-note">* Note, if the plugin developer did not specify platforms available, it will be filtered out. Sorry!</span>
</div>
<div class="row filter-list" ng-show="showFilters">
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filteriOS" />
<div class="topcoat-checkbox__checkmark"></div>
<span>iOS</span>
</label>
</div>
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filterAndroid" />
<div class="topcoat-checkbox__checkmark"></div>
<span>Android</span>
</label>
</div>
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filterWindowsPhone7" />
<div class="topcoat-checkbox__checkmark"></div>
<span>Windows Phone 7</span>
</label>
</div>
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filterWindowsPhone8" />
<div class="topcoat-checkbox__checkmark"></div>
<span>Windows Phone 8</span>
</label>
</div>
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filterWindows8" />
<div class="topcoat-checkbox__checkmark"></div>
<span>Windows 8</span>
</label>
</div>
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filterFirefox" />
<div class="topcoat-checkbox__checkmark"></div>
<span>Firefox OS</span>
</label>
</div>
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filterBlackBerry" />
<div class="topcoat-checkbox__checkmark"></div>
<span>BlackBerry</span>
</label>
</div>
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filterUbuntu" />
<div class="topcoat-checkbox__checkmark"></div>
<span>Ubuntu</span>
</label>
</div>
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filterFireOS" />
<div class="topcoat-checkbox__checkmark"></div>
<span>Amazon Fire OS</span>
</label>
</div>
<div class="column-3--lap">
<label class="topcoat-checkbox">
<input type="checkbox" ng-model="filterBrowser" />
<div class="topcoat-checkbox__checkmark"></div>
<span>Browser</span>
</label>
</div>
</div>
<pluginlist></pluginlist>
</div>
</div>