1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 05:07:46 +00:00
Havana/tools/www-tpl/default-en/housekeeping/infobus_polls_view.tpl
2022-09-04 10:33:18 +10:00

25 lines
No EOL
762 B
Smarty

{% include "housekeeping/base/header.tpl" %}
<body>
{% include "housekeeping/base/navigation.tpl" %}
<h1 class="mt-4">Edit Infobus Poll</h1>
{% include "housekeeping/base/alert.tpl" %}
<p>View Infobus Poll Results</p>
{% if noAnswers %}
<p>There are no answers to this poll yet</p>
{% else %}
<p><img src="{{ imageData }}"></p>
{% endif %}
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
<script src="https://blackrockdigital.github.io/startbootstrap-simple-sidebar/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
</body>
</html>