PluginProbe
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more / 2.1
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more v2.1
3.7.0 3.6.0 3.6.1 3.5.2 trunk 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.6.0 2.6.1 3.0.0 3.0.1 All 71 releases
stockpack / templates / downloader.php

downloader.php in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.1, at templates/downloader.php

22 lines 721 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <script type="text/html" id="tmpl-stockpack-downloader">
2 <div class="downloader">
3 <button type="button" class="button media-button button-primary button-large download-stockpack-image">
4 {{data.download}}
5 </button>
6 <# if ( data.model.extra ) { #>
7 <# if ( !data.model.extra.licensed ) { #>
8 <button type="button" class="button media-button button-secondary button-large license-stockpack-image">
9 {{data.license}}
10 </button>
11 <# } else { #>
12 <span class="stockpack-already-licensed">{{data.alreadyLicensed}}</span>
13 <# } #>
14 <# } #>
15 <# if ( data.state ) { #>
16 <span class="state">{{data.state}}</span>
17 <# } #>
18 <# if ( data.progress ) { #>
19 <span class="progress">{{data.progress}}</span>
20 <# } #>
21 </div>
22 </script>