PluginProbe
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more / 3.7.0
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more v3.7.0
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 / empty.php

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

18 lines 732 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-empty">
2 <# var messageClass = data.message ? 'has-message' : 'no-message'; #>
3 <# var errorClass = data.error ? 'has-error' : 'no-error'; #>
4 <div class="no-data {{ messageClass }} {{errorClass}}">
5 <# if ( data.message ) { #>
6 <h2 class="stockpack-message">{{ data.message }}</h2>
7 <# } #>
8 <# if ( data.error ) { #>
9 <pre class="stockpack-error">{{{ data.error }}}</pre>
10 <# } #>
11 <# if ( data.link ) { #>
12 <a target="_blank" href="{{ data.link.url }}" class="stockpack-link">{{ data.link.text }}</a>
13 <# } #>
14 <# if ( data.retry ) { #>
15 <button type="button" class="button media-button button-primary button-large retry">{{data.retry}}</button>
16 <# } #>
17 </div>
18 </script>