summaryrefslogtreecommitdiff
path: root/site/resources/views/index.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/resources/views/index.blade.php')
-rw-r--r--site/resources/views/index.blade.php422
1 files changed, 62 insertions, 360 deletions
diff --git a/site/resources/views/index.blade.php b/site/resources/views/index.blade.php
index 57c2c42..448c069 100644
--- a/site/resources/views/index.blade.php
+++ b/site/resources/views/index.blade.php
@@ -10,10 +10,23 @@
</div>
</div>
+
<?php
$count = 0;
-foreach( $data as $whisky) {
+
+foreach( $data as $offer) {
+
+
+ if ( "Anderes" == $offer->spirit_type ) {
+ $offer->url = "misc";
+ $offer->angebotsname = "anderen Angeboten";
+ $offer->linktext = "Weitere günstige Angebote entdecken.";
+ } else {
+ $offer->url = lcfirst($offer->url) ;
+ $offer->angebotsname = $offer->angebotsname . "angeboten";
+ $offer->linktext = "Den günstigsten ". $offer->spirit_type ." finden.";
+ }
if ( $count % 2 == 0) {
?>
@@ -21,26 +34,39 @@ foreach( $data as $whisky) {
<?php
}
- if (strlen($whisky->name) > 60 ) {
- # $whisky->name = substr($whisky->name, 0, 60) . "...";
- }
-
?>
- <div class="col-md-6 col-sm-12" id="<?php echo htmlentities($whisky->name); ?>">
+
+
+ <!--div class="col-md-6">
<div class="card flex-md-row mb-4 box-shadow h-md-250">
- <img class="card-img-top flex-auto d-sm-block img-thumbnail d-md-none" src="<?php echo htmlentities($whisky->image_url);?>" alt="<?php echo htmlentities($whisky->name); ?>">
<div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0 hide-overflow">
- <a class="text-dark" href="#<?php echo htmlentities($whisky->name); ?>"><?php echo htmlentities($whisky->name); ?></a>
+ <strong class="d-inline-block mb-2 text-primary">{{ ucfirst($offer->spirit_type) }}</strong>
+ <h3 class="mb-0">
</h3>
- <a class="mb-1 text-muted" href="<?php echo htmlentities($whisky->shop_url); ?>"><?php echo htmlentities($whisky->shop); ?></a>
- <p class="card-text mb-auto text-success"><del class="text-danger"><?php echo htmlentities($whisky->original_price/100) . "€"; ?></del> <?php echo htmlentities($whisky->discounted_price/100). "€"; ?></p>
- <a href="<?php echo htmlentities($whisky->url); ?>">Jetzt bestellen</a>
+ <a href="/{{ $offer->spirit_type }}">Alle {{ ucfirst($offer->spirit_type) }}</a>
</div>
- <img class="card-img-right flex-auto d-none d-md-block" src="<?php echo htmlentities($whisky->image_url);?>" alt="<?php echo htmlentities($whisky->name); ?>">
+ <img class="card-img-right flex-auto d-none d-md-block" src="{{ $offer->image_url }}" alt="Card image cap">
</div>
- </div>
+ </div-->
+
+<div class="col-md-6 col-sm-12" id="{{ $offer->name }}">
+ <div class="card flex-md-row mb-4 box-shadow h-md-250 h-sm-500">
+ <img class="card-img-top flex-auto d-xs-block d-sm-block img-thumbnail d-md-none" src="{{ $offer->image_url }}" alt="{{ $offer->name }}" title="{{ $offer->name }}">
+ <div class="card-body d-flex flex-column align-items-start">
+ <div class="d-inline align-items-start text-left w-100 mb-2">
+ <strong class="text-dark">{{ $offer->spirit_type }}</strong>
+ </div>
+ <h3 class="mb-0 d-inline-block hide-overflow">
+ <a class="text-dark" href="/{{ $offer->url }}">
+ Hier geht es zu den {{ $offer->angebotsname }}
+ </a>
+ </h3>
+ <a class="w-100" href="/{{ $offer->url }}" style="word-wrap: none;">{{ $offer->linktext }}</a>
+ <!--p class="card-text mb-auto text-success w-100"><del class="text-danger">{{ TF::fF($offer->original_price) . "€" }}</del> <strong class="float-right">{{ TF::fF($offer->discounted_price) . "€" }}</strong></p-->
+ </div>
+ <img data-href="/{{ $offer->url }}" class="card-img-right img-thumbnail d-none d-xs-none d-md-block float-right js-link-replacement" src="{{ $offer->image_url }}" alt="{{ $offer->name }}" title="{{ $offer->name }}">
+ </div>
+</div>
<?php
@@ -54,355 +80,31 @@ foreach( $data as $whisky) {
$count++;
}
-?>
-
-{{ $data->links() }}
-
-
-<!--
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">1776 Bourbon Whiskey 7 Jahre 46% 0,7l 2 x 1776 Ale Bier 10,4% 0,65l</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.rumundco.de">Rum &amp; Co</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">64.7€</del> 42.9€</p>
- <a href="https://www.rumundco.de/1776-Bourbon-Whiskey-7-Jahre-07l">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://www.rumundco.de/media/image/product/6259/md/x1776-bourbon-whiskey-7-jahre-07l.jpg.pagespeed.ic.a9w8ynkDTv.jpg" alt="Card image cap">
- </div>
- </div>
-
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Chivas Regal Whisky 18 Jahre 0,7l</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.bottleword.de">Bottleworld</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">68.99€</del> 45.89€</p>
- <a href="https://www.bottleworld.de/whiskey/chivas-regal-18-yrs-07-liter.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://www.bottleworld.de/media/catalog/product/cache/1/small_image/295x295/9df78eab33525d08d6e5fb8d27136e95/8/5/853_chivas_regal_scotch_whisky_18_jahre_0_7_l_1_.jpg" alt="Card image cap">
- </div>
- </div>
-
- </div>
- <div class="row mb-2">
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Longrow 18 Years Old 2017 Release</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">159.99€</del> 109.99€</p>
- <a href="https://www.whiskysite.nl/en/longrow-18-years-old-2017-release.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/121919561/260x300x2/longrow-18-years-old-2017-release.jpg" alt="Card image cap">
- </div>
- </div>
-
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Johnnie Walker XR 21 Jahre Whisky 40% 0,7l</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.rumundco.de">Rum &amp; Co</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">178.9€</del> 124.9€</p>
- <a href="https://www.rumundco.de/Johnnie-Walker-XR-21-Jahre-Whisky-40-07l">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://www.rumundco.de/bilder/produkte/normal/xJohnnie-Walker-XR-21-Jahre-Whisky-40-07l.jpg.pagespeed.ic.Ns1GEQFDgH.jpg" alt="Card image cap">
- </div>
- </div>
-
- </div>
- <div class="row mb-2">
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Tomatin Cask Strength</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">49.99€</del> 34.99€</p>
- <a href="https://www.whiskysite.nl/en/tomatin-cask-strength.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/136889495/260x300x2/tomatin-cask-strength.jpg" alt="Card image cap">
- </div>
- </div>
-
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Crown Royal XO Whisky 40% 0,7l</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.rumundco.de">Rum &amp; Co</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">69.9€</del> 49.9€</p>
- <a href="https://www.rumundco.de/Crown-Royal-XO-Whisky-07l">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://www.rumundco.de/media/image/product/7771/md/xcrown-royal-xo-whisky-07l.jpg.pagespeed.ic.sFT4IX9542.jpg" alt="Card image cap">
- </div>
- </div>
-
- </div>
- <div class="row mb-2">
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Glendronach Cask Strength Batch 6</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">69.99€</del> 49.99€</p>
- <a href="https://www.whiskysite.nl/en/glendronach-cask-strength-batch-6.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/094251068/260x300x2/glendronach-cask-strength-batch-6.jpg" alt="Card image cap">
- </div>
- </div>
-
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Glenmorangie Astar 2017 Release</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">89.99€</del> 64.99€</p>
- <a href="https://www.whiskysite.nl/en/glenmorangie-astar-2017-release.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/164120240/260x300x2/glenmorangie-astar-2017-release.jpg" alt="Card image cap">
- </div>
- </div>
-
- </div>
- <div class="row mb-2">
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Glenrothes Vintage 2004</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">54.99€</del> 39.99€</p>
- <a href="https://www.whiskysite.nl/en/glenrothes-vintage-2004.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/174025859/260x300x2/glenrothes-vintage-2004.jpg" alt="Card image cap">
- </div>
- </div>
-
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Tomatin Cu Bocan</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">40.99€</del> 29.99€</p>
- <a href="https://www.whiskysite.nl/en/tomatin-cu-bocan.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/012700298/260x300x2/tomatin-cu-bocan.jpg" alt="Card image cap">
- </div>
- </div>
-
- </div>
- <div class="row mb-2">
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Kilkerran 12 Years Old</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">49.99€</del> 36.99€</p>
- <a href="https://www.whiskysite.nl/en/kilkerran-12-years-old.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/081989315/260x300x2/kilkerran-12-years-old.jpg" alt="Card image cap">
- </div>
- </div>
-
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Cocktailkunst - Die Zukunft der Bar</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.rumundco.de">Rum &amp; Co</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">39.99€</del> 29.9€</p>
- <a href="https://www.rumundco.de/Cocktailkunst-Die-Zukunft-der-Bar">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://www.rumundco.de/bilder/produkte/normal/xCocktailkunst-Die-Zukunft-der-Bar.jpg.pagespeed.ic.a8_fAVT-Vc.jpg" alt="Card image cap">
- </div>
- </div>
-
- </div>
- <div class="row mb-2">
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Arran 18 Years Old</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">79.99€</del> 59.99€</p>
- <a href="https://www.whiskysite.nl/en/arran-18-years-old-25710478.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/058623392/260x300x2/arran-18-years-old.jpg" alt="Card image cap">
- </div>
- </div>
-
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Chivas Regal Whisky 25 Jahre 0,7l</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.bottleword.de">Bottleworld</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">253.99€</del> 193.99€</p>
- <a href="https://www.bottleworld.de/whiskey/chivas/chivas-regal-25-yrs-07-l.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://www.bottleworld.de/media/catalog/product/cache/1/small_image/295x295/9df78eab33525d08d6e5fb8d27136e95/2/2/2236_chivas_regal_scotch_whisky_25_jahre__2_1_.jpg" alt="Card image cap">
- </div>
- </div>
-
- </div>
- <div class="row mb-2">
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Bunnahabhain Eirigh Na Greine Liter</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">64.99€</del> 49.99€</p>
- <a href="https://www.whiskysite.nl/en/bunnahabhain-eirigh-na-greine-liter.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/035770278/260x300x2/bunnahabhain-eirigh-na-greine-liter.jpg" alt="Card image cap">
- </div>
- </div>
-
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Bowmore 10 Jahre Dark &amp; Intense 40% 1,0l</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.rumundco.de">Rum &amp; Co</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">44.9€</del> 34.9€</p>
- <a href="https://www.rumundco.de/Bowmore-10-Jahre-Dark-Intense-10l">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://www.rumundco.de/media/image/product/7976/md/xbowmore-10-jahre-dark-intense-10l.jpg.pagespeed.ic.lFDE1iwXoQ.jpg" alt="Card image cap">
- </div>
- </div>
-
- </div>
- <div class="row mb-2">
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Wolfburn Morven</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">44.99€</del> 34.99€</p>
- <a href="https://www.whiskysite.nl/en/wolfburn-morven.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/152872949/260x300x2/wolfburn-morven.jpg" alt="Card image cap">
- </div>
- </div>
-
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">The Glenlivet Founder's Reserve Liter</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskysite.nl">Whiskysite.nl</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">44.99€</del> 34.99€</p>
- <a href="https://www.whiskysite.nl/en/the-glenlivet-founders-reserve-liter.html">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://static.webshopapp.com/shops/039103/files/080198288/260x300x2/the-glenlivet-founders-reserve-liter.jpg" alt="Card image cap">
- </div>
- </div>
-
- </div>
- <div class="row mb-2">
-
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Auchentoshan American Oak</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.whiskyworld.de">Whisky World</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">27.99€</del> 21.99€</p>
- <a href="https://www.whiskyworld.de/p/auchentoshan-american-oak-a105_0057">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://cdn.whiskyworld.de/img/230/A105-0057.JPG" alt="Card image cap">
- </div>
- </div>
+// schließt den row div wieder bei ungerade anzahl
+if ( $count % 2 == 1) {
+?>
+ </div>
+<?php
+}
+?>
- <div class="col-md-6">
- <div class="card flex-md-row mb-4 box-shadow h-md-250">
- <div class="card-body d-flex flex-column align-items-start">
- <strong class="d-inline-block mb-2 text-primary">Whisky</strong>
- <h3 class="mb-0">
- <a class="text-dark" href="#">Highland Park ICE Edition 17 Jahre Whisky 53,9% 0,7l</a>
- </h3>
- <a class="mb-1 text-muted" href="https://www.rumundco.de">Rum &amp; Co</a>
- <p class="card-text mb-auto text-success"><del class="text-danger">399.9€</del> 319.9€</p>
- <a href="https://www.rumundco.de/Highland-Park-ICE-Edition-17-Jahre-Whisky-07l">Jetzt bestellen</a>
- </div>
- <img class="card-img-right flex-auto d-none d-md-block" src="https://www.rumundco.de/bilder/produkte/normal/xHighland-Park-ICE-Edition-17-Jahre-Whisky-07l.jpg.pagespeed.ic.fkk20XywSw.jpg" alt="Card image cap">
- </div>
- </div>
+ </div>
- </div>
--->
+@endsection
-
- </div>
+@section('scripts')
+<script>
+$(".js-link-replacement").hover(function(){
+ $(this).css( 'cursor', 'pointer' );
+},
+function(){
+ $(this).css( 'cursor', 'inherit');
+});
+$(".js-link-replacement").click(function(){
+ window.location.href = $(this).data("href");
+});
+</script>
@endsection
-