2017-07-14 03:15:19 +02:00
|
|
|
<div id="hotspot_{{name}}_overlay" class="hotspot overlay" data-overlay="hotspot_{{name}}_overlay">
|
|
|
|
<div class="hotspot-popover">
|
|
|
|
<div class="hotspot-popover-top">
|
|
|
|
<h1 class="hotspot-title">{{title}}</h1>
|
|
|
|
</div>
|
2017-08-02 02:25:52 +02:00
|
|
|
<div class="hotspot-popover-content">
|
2017-07-14 03:15:19 +02:00
|
|
|
<p class="hotspot-description">{{description}}</p>
|
|
|
|
</div>
|
2017-08-02 02:25:52 +02:00
|
|
|
<div class="hotspot-popover-bottom">
|
2021-04-27 20:10:59 +02:00
|
|
|
<img class="hotspot-img" src="{{img}}" />
|
2017-08-02 02:25:52 +02:00
|
|
|
<button class="hotspot-confirm">{{t 'Got it!' }}</button>
|
|
|
|
</div>
|
2017-07-14 03:15:19 +02:00
|
|
|
</div>
|
|
|
|
</div>
|