CINXE.COM

Login - Helpdesk

<!DOCTYPE html> <html> <!-- --> <!-- OTRS: Copyright (C) 2001-2019 OTRS AG, https://otrs.com/. --> <!-- Web: https://otrs.com/ - Lists: https://lists.otrs.org/ --> <!-- GNU General Public License: https://www.gnu.org/licenses/gpl-3.0.txt --> <!-- --> <head> <meta http-equiv="Content-type" content="text/html;charset=utf-8" /> <meta name="robots" content="noindex,nofollow" /> <meta id="viewport" name="viewport" content=""> <script> (function(doc, win) { var viewport = doc.getElementById('viewport'), isIFrame = (win.top.location.href !== win.location.href), isPopup = (win.name.search(/^OTRSPopup_/) != -1); try { if (((!isIFrame && !isPopup) || (isIFrame && isPopup)) && (!localStorage.getItem("DesktopMode") || parseInt(localStorage.getItem("DesktopMode"), 10) <= 0)) { viewport.setAttribute("content", "width=device-width, initial-scale=1.0, user-scalable=no"); } } catch (Exception) {} }(document, window)); </script> <link rel="shortcut icon" href="/otrs-web/skins/Agent/default/img/icons/product.ico" type="image/ico" /> <link rel="apple-touch-icon" href="/otrs-web/skins/Agent/default/img/icons/apple-touch-icon.png" /> <link rel="stylesheet" type="text/css" href="/otrs-web/skins/Customer/default/css-cache/CommonCSS_13fdadf5e4ca2a9f69cddb42bebce203.css" /> <link rel="stylesheet" type="text/css" href="/otrs-web/skins/Customer/default/css/thirdparty/ui-theme/jquery-ui.css" /> <link rel="stylesheet" type="text/css" href="/otrs-web/skins/Customer/default/css/thirdparty/jstree-theme/default/style.css" /> <style type="text/css"> #Header #Logo { background-image: url(/otrs-web/skins/Customer/default/img/logo_customer.png); top: 9px; right: 25px; width: 300px; height: 45px; } </style> <link rel="stylesheet" type="text/css" href="/otrs-web/common/css/font-awesome.min.css" /> <script> (function(doc, win) { var isIFrame = (win.top.location.href !== win.location.href), isPopup = (win.name.search(/^OTRSPopup_/) != -1); try { if (((!isIFrame && !isPopup) || (isIFrame && isPopup)) && (!localStorage.getItem("DesktopMode") || parseInt(localStorage.getItem("DesktopMode"), 10) <= 0)) { var ResponsiveCSS; ResponsiveCSS = doc.createElement("link"); ResponsiveCSS.setAttribute("rel", "stylesheet"); ResponsiveCSS.setAttribute("type", "text/css"); ResponsiveCSS.setAttribute("href", "/otrs-web/skins/Customer/default/css-cache/ResponsiveCSS_f294c9d77b62a0663652550026eddcde.css"); doc.getElementsByTagName("head")[0].appendChild(ResponsiveCSS); } } catch (Exception) {} }(document, window)); </script> <title>Login - Helpdesk</title> <script type="text/javascript">//<![CDATA[ "use strict"; var Core = Core || {}; Core.App = Core.App || {}; /** * @function * Ignores an event. Implemented without jQuery because no external JavaScript is available yet. * @return nothing */ function IgnoreEvent (Event) { if (Event.preventDefault) { Event.preventDefault(); } Event.returnValue = false; return false; } /** * @function * This function blocks all click events on the page until it is * unblocked after all JavaScript was loaded. Implemented without * jQuery because no external JavaScript is available yet. * @return nothing */ Core.App.BlockEvents = function() { if (document.addEventListener) { document.addEventListener('click', IgnoreEvent, false); } else { document.attachEvent('onclick', IgnoreEvent); } }; /** * @function * This function unblocks all click events on the page * after all JavaScript was loaded. Implemented without * jQuery because no external JavaScript is available yet. * @return nothing */ Core.App.UnblockEvents = function() { if (document.removeEventListener) { document.removeEventListener('click', IgnoreEvent, false); } else { document.detachEvent('onclick', IgnoreEvent); } // allow tests to wait for complete page load Core.App.PageLoadComplete = true; }; // Now block all click events on the page to make sure that // an agent does not click before all JavaScript was loaded, // as event listeners are not yet available, for example. Core.App.BlockEvents(); //]]></script> </head> <body class="NoJavaScript "> <!-- start CI layout --> <div id="Header"> <div id="Logo"></div> <h1 class="CompanyName"> <a href="#">EIONET Helpdesk</a> </h1> </div> <!-- end CI layout --> <!-- end header --> <!-- start login --> <div id="MainBox" class="Login ARIARoleMain"> <noscript> <div id="NoJavaScript"> <h2>JavaScript Not Available</h2> <p> In order to experience this software, you'll need to enable JavaScript in your browser. </p> </div> </noscript> <div class="Hidden" id="OldBrowser"> <h2 class="Center">Browser Warning</h2> <p> The browser you are using is too old. This software runs with a huge lists of browsers, please upgrade to one of these. Please see the documentation or ask your admin for further information. </p> </div> <div id="Slider"> <div id="SlideArea"> <div id="Login"> <h2>Login</h2> <form class="Floating" action="/otrs/customer.pl" method="post" enctype="application/x-www-form-urlencoded" name="login"> <input type="hidden" name="Action" value="Login"/> <input type="hidden" name="RequestedURL" value=""/> <input type="hidden" name="Lang" value="en_GB"/> <input type="hidden" name="TimeZoneOffset" id="TimeZoneOffset" value=""/> <div> <label for="User">User name</label> <input autocorrect="off" autocapitalize="off" title="Your user name" type="text" name="User" id="User" maxlength="150" /> </div> <div> <label for="Password">Password</label> <input title="Your password" type="password" name="Password" id="Password" autocomplete="current-password" /> </div> <div> <button type="submit" value="Log In" disabled="disabled">Log In</button> </div> <div class="Clear"></div> </form> </div> <div class="Clear"></div> </div> <!-- /SlideArea --> </div> </div> <!-- stop login --> <div id="Footer" class="ARIARoleContentinfo"> </div> <script type="text/javascript">//<![CDATA[ "use strict"; var CKEDITOR_BASEPATH = "/otrs-web/js/thirdparty/ckeditor-4.17.1/"; //]]></script> <script type="text/javascript" src="/otrs-web/js/js-cache/CommonJS_f32dd1d1ac5c083a5ba4d32b21db2e8c.js"></script> <script type="text/javascript" src="/otrs-web/js/js-cache/TranslationJS_en_GB_85c620858f78a2ba0682d98242466fbf.js"></script> <script type="text/javascript" src="/otrs-web/js/js-cache/TemplateJS_0cbc7ea42da2657626c33923d6ff9ad6.js"></script> <script type="text/javascript" src="/otrs-web/js/js-cache/ModuleJS_116384b4c59f4e47491877eb3a5001ca.js"></script> <script type="text/javascript">//<![CDATA[ "use strict"; Core.Init.ExecuteInit('JS_LOADED'); Core.Customer.Enhance(); Core.App.Ready(function() { Core.Init.ExecuteInit('DOCUMENT_READY'); Core.Config.AddConfig({"Baselink":"/otrs/customer.pl?","LoginFailed":null}); Core.Init.ExecuteInit('CONFIG_LOADED'); Core.Init.ExecuteInit('APP_GLOBAL_EARLY'); Core.Init.ExecuteInit('APP_GLOBAL'); Core.Init.ExecuteInit('APP_GLOBAL_LATE'); }); //]]></script> <script type="text/javascript">//<![CDATA[ "use strict"; Core.App.Ready(function() { Core.Init.ExecuteInit('APP_MODULE_EARLY'); Core.Init.ExecuteInit('APP_MODULE'); Core.Init.ExecuteInit('APP_MODULE_LATE'); }); //]]></script> <script type="text/javascript">//<![CDATA[ "use strict"; Core.App.Ready(function () { Core.Init.ExecuteInit('FINISH'); Core.App.UnblockEvents(); }); //]]></script> <div id="AjaxErrorDialog"> <div id="AjaxErrorDialogInner"> <div class="NoConnection" style="display:none;"> <span class="Icon"> <i class="fa fa-plug"></i> </span> <p> Znuny LTS detected possible network issues. You could either try reloading this page manually or wait until your browser has re-established the connection on its own. </p> </div> <div class="ConnectionReEstablished" style="display:none;"> <span class="Icon"> <i class="fa fa-check"></i> </span> <p> The connection has been re-established after a temporary connection loss. Due to this, elements on this page could have stopped to work correctly. In order to be able to use all elements correctly again, it is strongly recommended to reload this page. </p> </div> </div> </div> <div id="ResponsiveFooter"> <div class="Visible-ScreenXL"></div> <div class="Visible-ScreenL"></div> <div class="Visible-ScreenM"></div> <div class="Visible-ScreenS"></div> <div class="Visible-ScreenXS"></div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10