Showing source for: https://st.trst.dk/dtable/forms/e5f72ec3-b469-4d1c-aaf5-4a7a9a86183d/
Duration: 1.229141s
Server: nginx/1.25.3

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>
   Tr&oslash;st Nielsen SeaTable
        </title>
        <meta content="Aftenindtastning" property="og:title">
        <meta content="website" property="og:type">
        <meta content="https://st.trst.dk/dtable/forms/e5f72ec3-b469-4d1c-aaf5-4a7a9a86183d/" property="og:url">
        <meta content="/media/img/og-seatable-form.png" property="og:image">
        <meta content="Form from SeaTable" property="og:description">
        <meta content="text/html; charset=utf-8" http-equiv="Content-type">
        <meta content="File, Collaboration, Team, Organization" name="keywords">
        <meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport">
        <meta content="ie=edge" http-equiv="x-ua-compatible">
        <meta content="File, Collaboration, Team, Organization" name="keywords">
        <link href="/media/favicons/seatable-favicon.png" rel="icon">
        <link href="/media/favicons/seatable-favicon.png" rel="apple-touch-icon">
        <link href="/media/css/dtable-font.css" rel="stylesheet" type="text/css">
        <link href="/media/css/seatable-ui.css?t=20220223" rel="stylesheet" type="text/css">
        <link href="/media/css/seahub_python.css?t=1398068110" rel="stylesheet" type="text/css">
        <link href="/media/css/share_form_permission_error.css" rel="stylesheet" type="text/css">
    </head>
    <body>
        <div class="en d-flex flex-column h100" id="wrapper">
            <div class="d-flex" id="header">
                <a href="/" id="logo">
                    <img alt="logo" height="32" src="/media/custom/mylogo.png" title="Tr&oslash;st Nielsen SeaTable" width="">
                </a>
                <span aria-label="Side nav menu" class="sf2-icon-menu side-nav-toggle hidden-md-up hide" id="js-toggle-side-nav" title="Side nav menu">
                </span>
                <div id="lang">
                    <a data-lang="en" href="#" id="lang-context">
                        English
                        <span class="dtable-font dtable-icon-drop-down">
                        </span>
                    </a>
                    <div class="sf-popover hide" id="lang-context-selector">
                        <ul class="sf-popover-con">
                            <li>
                                <a href="/i18n/?lang=de">
                                    Deutsch
                                </a>
                            </li>
                            <li>
                                <a href="/i18n/?lang=en">
                                    English
                                </a>
                            </li>
                            <li>
                                <a href="/i18n/?lang=es">
                                    Espa&ntilde;ol
                                </a>
                            </li>
                            <li>
                                <a href="/i18n/?lang=fr">
                                    Fran&ccedil;ais
                                </a>
                            </li>
                            <li>
                                <a href="/i18n/?lang=ru">
                                    Русский
                                </a>
                            </li>
                            <li>
                                <a href="/i18n/?lang=zh-cn">
                                    简体中文
                                </a>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
            <div class="container-fluid w100 h100" id="main">
                <div class="text-panel share-form-no-permission">
                    <img alt="" class="model-no-permission-img" src="/media/img/seatable_share_form_no_permission.png">
                    <div class="requires-login-tip">
                        This form requires login
                    </div>
                    <a class="log-in-immediately btn btn-primary btn-block" href="/accounts/login?next=/dtable/forms/e5f72ec3-b469-4d1c-aaf5-4a7a9a86183d/" id="re-login">
                        Log In
                    </a>
                </div>
            </div>
            <div class="hide" id="confirm-popup">
                <div id="confirm-con">
                </div>
                <button id="confirm-yes">
                    Yes
                </button>
                <button class="simplemodal-close">
                    No
                </button>
            </div>
        </div>
        <!-- wrapper -->
        <script type="text/javascript">
            var SEAFILE_GLOBAL = {
                csrfCookieName: 'dtable_csrftoken'
            };
            var app = {
                ui: {
                    currentDropdown: false,
                    currentHighlightedItem: false,
                    freezeItemHightlight: false
                }
            };
        </script>
        <script id="jquery" src="/media/assets/scripts/lib/jquery-3.7.0.min.e6c2415c0ace.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            function prepareAjaxErrorMsg(xhr) {
                var error_msg;
                if (xhr.responseText) {
                    var parsed_resp = JSON.parse(xhr.responseText);
                    error_msg = HTMLescape(parsed_resp.error || parsed_resp.error_msg || parsed_resp.detail);
                } else {
                    error_msg = gettext("Failed. Please check the network.");
                }
                return error_msg;
            }
            function ajaxErrorHandler(xhr, textStatus, errorThrown) {
                var error_msg = prepareAjaxErrorMsg(xhr);
                feedback(error_msg, 'error');
            }
            (function() {
                var lang_context = $('#lang-context'), lang_selector = $('#lang-context-selector');
                lang_context.parent().css({
                    'position': 'relative'
                });
                if ($('#header').is(':visible')) {
                    lang_selector.css({
                        'top': lang_context.position().top + lang_context.height() + 5,
                        'right': 0
                    });
                }
                var setLangSelectorMaxHeight = function() {
                    if ($('#header').is(':visible')) {
                        $('.sf-popover-con', lang_selector).css({
                            'max-height': $(window).height() - lang_selector.offset().top - 12
                        });
                    }
                };
                $(window).on('resize', function() {
                    if (lang_selector.is(':visible')) {
                        setLangSelectorMaxHeight();
                    }
                });
                lang_context.on('click', function() {
                    lang_selector.toggleClass('hide');
                    if (lang_selector.is(':visible')) {
                        setLangSelectorMaxHeight();
                    }
                    return false;
                });
                $(document).on('click', function(e) {
                    var element = e.target || e.srcElement;
                    if (element.id != 'lang-context-selector' && element.id != 'lang-context') {
                        lang_selector.addClass('hide');
                    }
                });
            })();
            if ($('.side-nav').length) {
                $('#logo').addClass('hidden-sm-down');
                $('#js-toggle-side-nav').removeClass('hide');
            }
            $('#js-toggle-side-nav').on('click', function() {
                $('.side-nav').addClass('side-nav-shown');
                $('').modal({
                    overlayClose: true,
                    onClose: function() {
                        $('.side-nav').removeClass('side-nav-shown');
                        $.modal.close();
                    }
                });
                $('#simplemodal-container').css({
                    'display': 'none'
                });
                return false;
            });
            $('.js-close-side-nav').on('click', function() {
                $('.side-nav').removeClass('side-nav-shown');
                return false;
            });
        </script>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://st.trst.dk/dtable/forms/e5… 2024-04-23 17:04:07
2 https://thebolditalic.com/?gi=46f5… 2024-04-23 17:04:06
3 https://thebolditalic.com/?gi=c168… 2024-04-23 17:04:02
4 https://thebolditalic.com/?gi=63a9… 2024-04-23 17:03:54
5 https://thebolditalic.com/?gi=1875… 2024-04-23 17:03:52
6 https://thebolditalic.com/?gi=04d3… 2024-04-23 17:03:49
7 https://thebolditalic.com/?gi=7145… 2024-04-23 17:03:46
8 https://pdhonline.com/ 2024-04-23 17:03:42
9 https://thebolditalic.com/?gi=1de7… 2024-04-23 17:03:40
10 https://thebolditalic.com/?gi=f3d0… 2024-04-23 17:03:39
11 https://thebolditalic.com/?gi=f5f3… 2024-04-23 17:03:34
12 https://netmcmarine.co.uk/?URL=htt… 2024-04-23 17:03:29
13 https://thebolditalic.com/?gi=2104… 2024-04-23 17:03:26
14 https://abenapavalley-com.cdn.ampp… 2024-04-23 17:03:26
15 https://thebolditalic.com/?gi=a4cb… 2024-04-23 17:03:26
16 https://92newshd.tv/about/shc-allo… 2024-04-23 17:03:24
17 https://thebolditalic.com/?gi=d745… 2024-04-23 17:03:23
18 https://thebolditalic.com/?gi=82ce… 2024-04-23 17:03:14
19 http://whitelinedental.bizvion.kr/… 2024-04-23 17:03:14
20 https://thebolditalic.com/?gi=608c… 2024-04-23 17:03:14