-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish: Merge pull request #122 from tylertadej/aug27-pr
generated from commit 3dda413
- Loading branch information
deploy.sh
committed
Aug 28, 2014
1 parent
b07c2c4
commit bfa3279
Showing
11 changed files
with
382 additions
and
442 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,4 +1,4 @@ | ||
<!doctype html><html class="no-js" ng-app="methodApp" data-ng-strict-di><head data-vn-meta-tags data-title="seo.metaTagTitle" data-description="seo.metaTagDescription" data-keywords="seo.metaTagKeywords" data-robots="seo.enableRobotsMetatags" data-to-append="seo.globallyAppendedMetatags"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="fragment" content="!"><title>Volusion AngularJS Method Theme</title><meta name="description" content=""><meta name="viewport" content="width=device-width"><link rel="stylesheet" href="/styles/fb000d18.vendor.css"><link rel="stylesheet" href="/styles/537211b6.main.css"><link rel="stylesheet" ng-href="{{ overridesCSS }}"><base href="/"></head><body role="document" data-ng-controller="MainCtrl"><!--[if lt IE 9]> | ||
<!doctype html><html class="no-js" ng-app="methodApp" data-ng-strict-di><head data-vn-meta-tags data-title="seo.metaTagTitle" data-description="seo.metaTagDescription" data-keywords="seo.metaTagKeywords" data-robots="seo.enableRobotsMetatags" data-to-append="seo.globallyAppendedMetatags"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="fragment" content="!"><title>Volusion AngularJS Method Theme</title><meta name="description" content=""><meta name="viewport" content="width=device-width"><link rel="stylesheet" href="/styles/fb000d18.vendor.css"><link rel="stylesheet" href="/styles/22c58715.main.css"><link rel="stylesheet" ng-href="{{ overridesCSS }}"><base href="/"></head><body role="document" data-ng-controller="MainCtrl"><!--[if lt IE 9]> | ||
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> | ||
to improve your experience.</p> | ||
<![endif]--><!-- Mobile Menu --><div data-ng-include=" 'views/partials/mobile-menu.html' "></div><div snap-content data-snap-ignore="true"><a id="top"></a> <!-- Header --><div id="header" ng-include=" 'views/partials/header.html' "></div><!-- Main Content --><div class="vn-showcase" role="main" autoscroll="false" ng-view=""></div><!-- Footer --><div ng-include=" 'views/partials/footer.html' "></div></div><script src="scripts/vendor.js"></script><script src="/scripts/scripts.js"></script></body></html> |
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
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<div class="container categories"><div class="row col-md-12"><div class="col-sm-3 col-lg-2 vn-faceted-search" ng-class="{ isMobileAndVisible: true == isMobileAndVisible }" data-ng-hide="!hasFacetsOrCategories"><h3 data-ng-show="!showMobileSearch">Narrow By</h3><div vn-faceted-search categories="categoryList" facets="facets" data-ng-show="mobileDisplay" class="vn-faceted-search-control"></div></div><div class="col-sm-9 col-lg-10 vn-category-product-tiles" ng-class="{ 'isMobileAndHidden': true == !isMobileAndHidden }"><div class="content-top"><div class="page-header"><div class="row"><h1 class="col-sm-10 col-md-10">{{category.name}}</h1><div vn-sort-search class="col-sm-2 col-md-2 vn-sort-desktop-search" data-ng-show="mobileDisplay" query-products="queryProducts()"></div></div><img class="banner img img-responsive" ng-hide="checkForFacetFilters()" ng-src="{{category.bannerImgUrl}}"><div class="description" itemprop="description" ng-hide="checkForFacetFilters()" data-ng-bind-html="category.description | legacyLinkify | html"></div></div></div><!-- Mobile Filtering & Sorting Controls --><div class="row mobile-filters" data-ng-hide="mobileDisplay" ng-class="{ isMobileAndVisible: true == isMobileAndVisible }"><a class="col-xs-6" href data-ng-click="toggleSearch()"><button class="btn btn-default pull-right vn-facet-search-control">Filter</button></a><div class="col-xs-6 vn-sort-mobile-search-control" vn-sort-search query-products="queryProducts()"></div><!-- place sort by button here --></div><div class="row"><div class="-product-tile-animation col-sm-6 col-md-4 col-lg-3" data-ng-repeat="product in products track by product.id"><div class="th-product"><span class="th-product__sale" data-ng-show="product.isOnSale"></span> <span class="th-product__new" data-ng-show="product.isNew"></span><div class="th-product__image"><a href="{{ product.url }}"><img data-ng-src="{{ getImagePath(product.imageCollections) }}" class="img-responsive" alt=""></a></div><div class="th-product__name"><a href="{{ product.url }}">{{ product.name }}</a></div><div class="th-product__price"><span class="th-price--reg" data-ng-show="product.pricing.regularPrice > 0"><span class="th-price" data-ng-class="{strike: product.pricing.salePrice > 0}">{{product.pricing.regularPrice | currency}}</span> <span class="th-price-text">Reg</span></span> <span class="th-price--now" data-ng-show="product.pricing.salePrice > 0"><span class="th-price">{{product.pricing.salePrice | currency}}</span> <span class="th-price-text">Now</span></span></div></div></div></div><div vn-paginator cursor="cursor" current-page="currentPage" query-fn="queryProducts()"></div></div></div></div> | ||
<div class="container categories"><div class="row col-md-12"><div class="col-sm-3 col-lg-2 vn-faceted-search" ng-class="{ isMobileAndVisible: true == isMobileAndVisible }" data-ng-hide="!hasFacetsOrCategories"><h3 data-ng-show="!showMobileSearch">Narrow By</h3><div vn-faceted-search categories="categoryList" facets="facets" data-ng-show="mobileDisplay" class="vn-faceted-search-control"></div></div><div class="col-sm-9 col-lg-10 vn-category-product-tiles" ng-class="{ 'isMobileAndHidden': true == !isMobileAndHidden }"><div class="content-top"><div class="page-header"><div class="row"><h1 class="col-sm-10 col-md-10">{{category.name}}</h1><div vn-sort-search class="col-sm-2 col-md-2 vn-sort-desktop-search" data-ng-show="mobileDisplay" query-products="queryProducts()"></div></div><img class="banner img img-responsive" ng-hide="checkForFacetFilters()" ng-src="{{category.bannerImgUrl}}"><div class="description" itemprop="description" ng-hide="checkForFacetFilters()" data-ng-bind-html="category.description | legacyLinkify | html"></div></div></div><!-- Mobile Filtering & Sorting Controls --><div class="row mobile-filters" data-ng-hide="mobileDisplay" ng-class="{ isMobileAndVisible: true == isMobileAndVisible }"><a class="col-xs-6" href data-ng-click="toggleSearch()"><button class="btn btn-default pull-right vn-facet-search-control">Filter</button></a><div class="col-xs-6 vn-sort-mobile-search-control" vn-sort-search query-products="queryProducts()"></div><!-- place sort by button here --></div><div class="row th-product__container"><div class="-product-tile-animation col-sm-6 col-md-4 col-lg-3" data-ng-repeat="product in products track by product.id"><div class="th-product"><span class="th-product__sale" data-ng-show="product.isOnSale"></span> <span class="th-product__new" data-ng-show="product.isNew"></span><div class="th-product__image"><a href="{{ product.url }}"><img data-ng-src="{{ getImagePath(product.imageCollections) }}" class="img-responsive" alt=""></a></div><div class="th-product__name"><a href="{{ product.url }}">{{ product.name }}</a></div><div class="th-product__price"><span class="th-price--reg" data-ng-show="product.pricing.regularPrice > 0"><span class="th-price" data-ng-class="{strike: product.pricing.salePrice > 0}">{{product.pricing.regularPrice | currency}}</span> <span class="th-price-text">Reg</span></span> <span class="th-price--now" data-ng-show="product.pricing.salePrice > 0"><span class="th-price">{{product.pricing.salePrice | currency}}</span> <span class="th-price-text">Now</span></span></div></div></div></div><div vn-paginator cursor="cursor" current-page="currentPage" query-fn="queryProducts()"></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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<ul class="pager" data-ng-if="cursor.totalPages > 1"><li data-ng-class="{disabled: cursor.currentPage == 1}"><a href data-ng-click="prevPage()">«</a></li><li data-ng-class="{disabled: cursor.currentPage == cursor.totalPages}"><a href data-ng-click="nextPage()">»</a></li></ul><div class="pager">Page {{ cursor.currentPage }} of {{ cursor.totalPages }}</div> | ||
<ul class="pager" data-ng-if="cursor.totalPages > 1"><li data-ng-class="{disabled: cursor.currentPage == 1}"><a href data-ng-click="prevPage()"><span class="glyphicon glyphicon-chevron-left"></span></a></li><li data-ng-class="{disabled: cursor.currentPage == cursor.totalPages}"><a href data-ng-click="nextPage()"><span class="glyphicon glyphicon-chevron-right"></span></a></li></ul><div class="pager">Page {{ cursor.currentPage }} of {{ cursor.totalPages }}</div> |
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<div class="container categories"><div class="row col-md-12"><div class="col-sm-3 col-lg-2 vn-faceted-search" ng-class="{ isMobileAndVisible: true == isMobileAndVisible }" data-ng-hide="!hasFacetsOrCategories"><h3 data-ng-show="!showMobileSearch">Narrow By</h3><div vn-faceted-search categories="categoryList" facets="facets" data-ng-show="mobileDisplay" class="vn-faceted-search-control"></div></div><div class="col-sm-9 col-lg-10 vn-category-product-tiles" ng-class="{ 'isMobileAndHidden': true == !isMobileAndHidden }"><div class="content-top"><div class="page-header"><div class="row"><h1 class="col-sm-10 col-md-10"><span ng-if="products.length <= 0">No</span> Search results for {{searchTerms}}</h1><div vn-sort-search class="col-sm-2 col-md-2 vn-sort-desktop-search" data-ng-show="mobileDisplay" query-products="queryProducts()" ng-if="products.length > 0"></div></div><img class="banner img img-responsive" ng-hide="checkForFacetFilters()" ng-src="{{category.bannerImgUrl}}"><div class="description" itemprop="description" ng-hide="checkForFacetFilters()" data-ng-bind-html="category.description | legacyLinkify | html"></div></div></div><!-- Mobile Filtering & Sorting Controls --><div class="row mobile-filters" data-ng-hide="mobileDisplay" ng-class="{ isMobileAndVisible: true == isMobileAndVisible }"><a class="col-xs-6" href data-ng-click="toggleSearch()"><button class="btn btn-default pull-right vn-facet-search-control">Filter</button></a><div class="col-xs-6 vn-sort-mobile-search-control" vn-sort-search query-products="queryProducts()"></div><!-- place sort by button here --></div><div class="row"><div class="-product-tile-animation col-sm-6 col-md-4 col-lg-3" data-ng-repeat="product in products track by product.id"><div class="th-product"><span class="th-product__sale" data-ng-show="product.isOnSale"></span> <span class="th-product__new" data-ng-show="product.isNew"></span><div class="th-product__image"><a href="{{ product.url }}"><img data-ng-src="{{ getImagePath(product.imageCollections) }}" class="img-responsive" alt=""></a></div><div class="th-product__name"><a href="{{ product.url }}">{{ product.name }}</a></div><div class="th-product__price"><span class="th-price--reg" data-ng-show="product.pricing.regularPrice > 0"><span class="th-price" data-ng-class="{strike: product.pricing.salePrice > 0}">{{product.pricing.regularPrice | currency}}</span> <span class="th-price-text">Reg</span></span> <span class="th-price--now" data-ng-show="product.pricing.salePrice > 0"><span class="th-price">{{product.pricing.salePrice | currency}}</span> <span class="th-price-text">Now</span></span></div></div></div></div><div vn-paginator cursor="cursor" current-page="currentPage" query-fn="queryProducts()" ng-if="products.length > 0"></div></div></div></div> | ||
<div class="container categories"><div class="row col-md-12"><div class="col-sm-3 col-lg-2 vn-faceted-search" ng-class="{ isMobileAndVisible: true == isMobileAndVisible }" data-ng-hide="!hasFacetsOrCategories"><h3 data-ng-show="!showMobileSearch">Narrow By</h3><div vn-faceted-search categories="categoryList" facets="facets" data-ng-show="mobileDisplay" class="vn-faceted-search-control"></div></div><div class="col-sm-9 col-lg-10 vn-category-product-tiles" ng-class="{ 'isMobileAndHidden': true == !isMobileAndHidden }"><div class="content-top"><div class="page-header"><div class="row"><h1 class="col-sm-10 col-md-10"><span ng-if="products.length <= 0">No</span> Search results for {{searchTerms}}</h1><div vn-sort-search class="col-sm-2 col-md-2 vn-sort-desktop-search" data-ng-show="mobileDisplay" query-products="queryProducts()" ng-if="products.length > 0"></div></div><img class="banner img img-responsive" ng-hide="checkForFacetFilters()" ng-src="{{category.bannerImgUrl}}"><div class="description" itemprop="description" ng-hide="checkForFacetFilters()" data-ng-bind-html="category.description | legacyLinkify | html"></div></div></div><!-- Mobile Filtering & Sorting Controls --><div class="row mobile-filters" data-ng-hide="mobileDisplay" ng-class="{ isMobileAndVisible: true == isMobileAndVisible }"><a class="col-xs-6" href data-ng-click="toggleSearch()"><button class="btn btn-default pull-right vn-facet-search-control">Filter</button></a><div class="col-xs-6 vn-sort-mobile-search-control" vn-sort-search query-products="queryProducts()"></div><!-- place sort by button here --></div><div class="row th-product__container"><div class="-product-tile-animation col-sm-6 col-md-4 col-lg-3" data-ng-repeat="product in products track by product.id"><div class="th-product"><span class="th-product__sale" data-ng-show="product.isOnSale"></span> <span class="th-product__new" data-ng-show="product.isNew"></span><div class="th-product__image"><a href="{{ product.url }}"><img data-ng-src="{{ getImagePath(product.imageCollections) }}" class="img-responsive" alt=""></a></div><div class="th-product__name"><a href="{{ product.url }}">{{ product.name }}</a></div><div class="th-product__price"><span class="th-price--reg" data-ng-show="product.pricing.regularPrice > 0"><span class="th-price" data-ng-class="{strike: product.pricing.salePrice > 0}">{{product.pricing.regularPrice | currency}}</span> <span class="th-price-text">Reg</span></span> <span class="th-price--now" data-ng-show="product.pricing.salePrice > 0"><span class="th-price">{{product.pricing.salePrice | currency}}</span> <span class="th-price-text">Now</span></span></div></div></div></div><div vn-paginator cursor="cursor" current-page="currentPage" query-fn="queryProducts()" ng-if="products.length > 0"></div></div></div></div> |