2018-02-26 16:56:23 +00:00
|
|
|
<footer id="footer">
|
|
|
|
</footer>
|
|
|
|
<?php include dirname(__FILE__).('/widgets/overlay_message.php'); ?>
|
|
|
|
<div id="js-overlay_content_wrap">
|
2018-03-11 11:07:57 +00:00
|
|
|
<div id="js-overlay_content">
|
|
|
|
<div class="temporary_object">
|
|
|
|
</div>
|
|
|
|
<div class="parmanent_object">
|
|
|
|
<?php include dirname(__FILE__).('/widgets/overlay_create_status.php'); ?>
|
|
|
|
<?php include dirname(__FILE__).('/widgets/overlay_single_reply.php'); ?>
|
2018-07-25 16:31:54 +01:00
|
|
|
<?php include dirname(__FILE__).('/widgets/overlay_report_status.php'); ?>
|
2018-03-11 11:07:57 +00:00
|
|
|
<?php include dirname(__FILE__).('/widgets/overlay_copy_link.php'); ?>
|
2018-09-23 15:14:28 +01:00
|
|
|
<?php include dirname(__FILE__).('/widgets/overlay_confirm.php'); ?>
|
|
|
|
<?php include dirname(__FILE__).('/widgets/overlay_prompt.php'); ?>
|
|
|
|
<?php include dirname(__FILE__).('/widgets/overlay_addlist.php'); ?>
|
2018-03-11 11:07:57 +00:00
|
|
|
</div>
|
|
|
|
<button class="close_button"><i class="fa fa-times" aria-hidden="true"></i></button>
|
|
|
|
</div>
|
2018-02-26 16:56:23 +00:00
|
|
|
</div>
|
|
|
|
<script>
|
2018-03-11 11:07:57 +00:00
|
|
|
<?php if (isset($_GET['status'])): ?>
|
|
|
|
setOverlayStatus('<?php echo $_GET['status']; ?>');
|
|
|
|
<?php endif; ?>
|
|
|
|
badges_update();
|
|
|
|
$('.footer_widget_about').attr('href','https://'+current_instance+'/about');
|
|
|
|
$('.footer_widget_instance').attr('href','https://'+current_instance+'/about/more');
|
|
|
|
$('.footer_widget_terms').attr('href','https://'+current_instance+'/terms');
|
2018-02-26 16:56:23 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
2018-04-21 16:15:13 +01:00
|
|
|
</html>
|