mirror of
https://github.com/Icinga/icinga-docs-tools.git
synced 2025-07-23 05:44:33 +02:00
Add survey pop-up
This commit is contained in:
parent
65c517d787
commit
1798effbb4
Binary file not shown.
Before Width: | Height: | Size: 106 KiB |
BIN
overrides/assets/images/survey.png
Executable file
BIN
overrides/assets/images/survey.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
@ -28,11 +28,11 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Popup window to display ads
|
<!-- Popup window to display ads -->
|
||||||
<script type="text/javascript" src="{{ base_url }}/js/jquery-3.7.1.min.js"></script>
|
<script type="text/javascript" src="{{ base_url }}/js/jquery-3.7.1.min.js"></script>
|
||||||
<div id="popup-window">
|
<div id="popup-window">
|
||||||
<button id="close-button">✕</button>
|
<button id="close-button">✕</button>
|
||||||
<a href="https://icinga.com/summit"><div id="popup-link"></div></a>
|
<a target="_blank" href="https://survey.icinga.com/s/isu6flzyvjk8uvy1hiezc56u?source=icingadocs"><div id="popup-link"></div></a>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
// Get the elements by their ID
|
// Get the elements by their ID
|
||||||
@ -50,13 +50,13 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
-->
|
|
||||||
<style>
|
<style>
|
||||||
#popup-window {
|
#popup-window {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 260px;
|
height: 260px;
|
||||||
background-image: url("{{ base_url }}/assets/images/icinga-summit-bg.png");
|
background-image: url("{{ base_url }}/assets/images/survey.png");
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user