dev.alfredo-espresso.com
Open in
urlscan Pro
188.114.97.3
Public Scan
Submitted URL: https://dev.alfredo-espresso.com/
Effective URL: https://dev.alfredo-espresso.com/cmspages/logon.aspx?returnurl=%2fde-de
Submission: On July 22 via automatic, source certstream-suspicious — Scanned from NL
Effective URL: https://dev.alfredo-espresso.com/cmspages/logon.aspx?returnurl=%2fde-de
Submission: On July 22 via automatic, source certstream-suspicious — Scanned from NL
Form analysis
1 forms found in the DOMPOST ./logon.aspx?returnurl=%2fde-de
<form method="post" action="./logon.aspx?returnurl=%2fde-de" id="form1" class="logon-page">
<div class="aspNetHidden">
<input type="hidden" name="__CMSCsrfToken" id="__CMSCsrfToken" value="HEujUtCfPFomjwuP132HTQUs5N/456ksm6arOU2l2EAB7tshC7Wp14Bxdxhttx3p0TTOwfHvSOxlG/vjzDElW4ypKNI/M/TmskhMx5S0/qs=">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="uVpiQHI//b9YXwUQRfZeTXR2OQZ3nJC6Zk8ttSYBoVCzSYxI6T1YE9G6+9yLuTecTODafVvpZe1aGo05gVeEBPOGjGC7UqtFUn7A3LxtEqf/mm1leN0yPQieuCj8Bb4xSRsk98UYlnhEAmntBJt0zBjaD8Orhkv9DTGGMPl3b6fGM2vu+j6IvuWxbCSU03hy5Gvnuy8HqTmODzZbi8bTykER55Zg6+qC6i0xHIjACwzE8hXqWSR7bdLyAYBMgQ2sXCnYw8musBnI1GU56J7u/9CNChie2arEn/Uxj6o4R9MPaQH5OXOSRvvA2QnWwUUVCjILMGTKTyMHExwH5zndwVtKbC2zOOY6f8DTLGCW6qZfkyKhlJjGRAXhmS8CRvqmLVJWb4A0gDq8UlD4Q6zi7n9dDtM0HTmSJz4CsbE/n+1JaTWHq6YhloZIdfjwVleLhlI8R1E0H9uMpKplbyXj3YuV/9zeuX4BxNoguqDyeG9It74tIJi7wTxnOcSDnhBwFJllHaci0WU53BqS7yRabp1IHxy2RU5v4eeP4bqMD410kwk9LHTDvweS8W1AAn+cPu5duIUbpYZ5BGPr5GKefQYZIzVfyNcgKUc5qH9mj7WMDdf/DollpIlWLO+lBpUITlxaVOQcoO5v7J2wvH5FwjP3+4FhN8GLhGfOtUBjsqtwkxUiGeLZEGfweVU262yGhYk3fhVKcCEyqo5Y+FMCr5k3BpX6zarq44YzRzWwhg4llDIRB28zC8GLNpsbn1DnAprOfQ03qvqnVkC4jQTd7hTxb8TOydt+PXW2aHEeAyZm/bbLMdjUjECTydjKHUWREAc6VCc9cHNbpsFBodH4NxaGTqHsCkIhJ2BdXFjdgVO/YJXVfUZdv1HUipEqLJdW+BKE1sy45MKP+qHUStPLronLsmTVVosoPJ/a9JxgANuU1UtFJ2zwFoXqjob9wBPU+hVKPtfqgl/bJDRvGTOqBN2O51DetSRokY51tg0ZQcoRuWlBM5feU5d0ipY5qxCtyYvxxbPOVZbXsZ1qXIDfmuTanEkJqI84IcZg3qNVuf1Yr50AYnNetmOrT3K3e/Z2h7nk7lmWeCmHliR0i1Qv1Bv7uhERl/mc1Pm5nzdWGkdsCVKDEhbwt7ENXVWS1AJO">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
if ((top.frames['cmsdesktop'] != null) || (top.frames['propheader'] != null)) {
try {
top.window.location.reload();
} catch (err) {}
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
function OnCapslockOn() {
document.getElementById('JavaScript-Errors').innerHTML =
'<div class="alert alert-warning"><span class="alert-icon"><i class="icon-exclamation-triangle"></i></span><div class="alert-label">Caps Lock is On. To prevent entering your password incorrectly, you should press Caps Lock to turn it off.</div>';
}
function OnCapslockOff() {
var elem = document.getElementById('JavaScript-Errors');
if (elem.innerHTML != '') {
elem.innerHTML = '';
}
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
function CheckCapsLock(e) {
kc = e.keyCode ? e.keyCode : e.which;
sk = e.shiftKey ? e.shiftKey : ((kc == 16) ? true : false);
if (((kc >= 65 && kc <= 90) && !sk) || ((kc >= 97 && kc <= 122) && sk)) {
OnCapslockOn();
} else {
OnCapslockOff();
}
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var failedText___Page = document.getElementById('Login1_FailureText');
function UpdateLabel___Page(content, context) {
var lbl = document.getElementById(context);
if (lbl) {
lbl.innerHTML = content;
lbl.className = "";
}
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
try {
if (window.top && window.top.HideScreenLockWarningAndSync) {
window.top.HideScreenLockWarningAndSync(34800);
}
} catch (error) {
// Do nothing - this error is probably caused by cross-domain access
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
function CloseDialog(refreshPage) {
// Check that the document content has not been changed without saving. Stop closing the dialog when user decides to save the content.
if (window.CheckChanges && !CheckChanges()) {
return false;
}
if (typeof(refreshPage) === "undefined") {
refreshPage = true;
}
try {
// IE9 fix - wopener doesn't have to be available
if (refreshPage && window.wopener && window.wopener.RefreshWOpener) {
wopener.RefreshWOpener(window);
}
} catch (err) {}
var canClose = true;
if (window.onCloseDialog) {
canClose = window.onCloseDialog();
}
if (canClose) {
if (top.closeDialog && (top != window)) {
setTimeout(function() {
if (top && top.closeDialog && (top != window)) {
top.closeDialog(window)
}
}, 1);
} else {
top.close();
}
}
return false;
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
function GetTop() {
if (top.getTop) {
return top.getTop(window);
} else {
return top;
}
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Storage) !== 'undefined' && window.location.hash) {
sessionStorage.cmsLatestApp = window.location.hash.substring(1);
}
//]]>
</script>
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fjquery%2fjquery-core.js" type="text/javascript"></script>
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fjquery%2fjquery-cmscompatibility.js" type="text/javascript"></script>
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fBootstrap%2fbootstrap.min.js" type="text/javascript"></script>
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fBootstrap%2fbootstrap.custom.js" type="text/javascript"></script>
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fRequireJS%2fCMSConfigRequire.js" type="text/javascript"></script>
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fRequireJS%2frequire.js" type="text/javascript"></script>
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fRequireJS%2fconfig.js&resolvemacros=1" type="text/javascript"></script>
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fDragAndDrop%2fdragiframe.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var CMS = CMS || {};
CMS.Application = {
"language": "en",
"imagesUrl": "/CMSPages/GetResource.ashx?image=%5bImages.zip%5d%2f",
"isDebuggingEnabled": true,
"contexthelp": {
"contextHelp": {
"application": null,
"helpTopics": []
},
"suppressContextHelp": false
},
"applicationUrl": "/",
"isDialog": false,
"isRTL": "false"
};
//]]>
</script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="521C503C">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
value="/VBXtcvwXhCiq05VO0moHvuHxa9bRJxE7AsVa52OXHBFFG2eIYeihcV/TlunzngUTA8OQn1u3FkNK/N5mSQwFrlgzoW7sLzYPD/ZtQBB0ZaCHbXVNmIBVr4QGCsj2zziYbxDeoh0wn6p+ytTBGzKsfg0eRt+OhD/ShEpXpQfF1fvdPY9G17oZt/OUERpNxlzUd8Xu468HmyzuQTaSqLysn4PbE83EKXavkV5sfiJsGBQCPEpiut7L9/wbD4V5ev/23710zHXmMBerWiJw2z1A2v7M4Y+xeb9SA2p3j0UiaJn1kj5eFrvXy7SaIdZ606T">
</div>
<div class="RequireScript" id="scriptCheck" style="display: none;">
<div class="PageBody">
<div id="reqScript_pnlTitle" class="PageHeader">
<div id="reqScript_ScriptTitle_pnlBody">
<div id="reqScript_ScriptTitle_pnlTitle" class="dialog-header non-selectable">
<div class="dialog-header-action-buttons">
<div class="action-button">
<a id="reqScript_ScriptTitle_helpElem_lnkHelp" class="hidden" target="_blank">
<span class="sr-only">Display help</span>
<i id="reqScript_ScriptTitle_helpElem_iconHelp" aria-hidden="true" class="icon-question-circle cms-icon-80" title="Display help"></i></a>
</div>
</div>
<h2 id="reqScript_ScriptTitle_headTitle" class="dialog-header-title" style="white-space:nowrap;"> JavaScript required </h2>
</div>
</div>
</div>
<div id="reqScript_PanelContent" class="PageContent">
<span id="reqScript_lblInfo">This page requires JavaScript to run properly, please enable JavaScript in your browser to continue.</span>
<br>
<br>
<button type="submit" name="reqScript$btnContinue" value="Check and continue" onclick="HideCheck(); return false;" id="reqScript_btnContinue" class="btn btn-primary">Check and continue</button>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
function HideCheck() {
document.getElementById('scriptCheck').style.display = 'none';
}
HideCheck();
//]]>
</script>
<!--<div class="logo"> </div>-->
<div class="navi-banderole"></div>
<div class="darboven-toolbar ">
<div class="darboven-logo">
<img src="https://www.darboven-kaffee.de/media/logo/websites/5/shop_logo2.png" style="height:80%" alt="Darboven">
</div>
</div>
<div class="center-box">
<div class="logon-box">
<div id="Login1_pnlContainer" class="logon-inputs" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'Login1_LoginButton')">
<div id="JavaScript-Errors"></div>
<div class="row">
<div class="logon-label">
<label for="Login1_UserName" id="Login1_lblUserName" class="control-label">User name:</label>
</div>
<div class="logon-text">
<input name="Login1$UserName" type="text" maxlength="100" id="Login1_UserName" class="form-control">
</div>
</div>
<div id="Login1_divPassword" class="row">
<div class="logon-label">
<label for="Login1_Password" id="Login1_lblPassword" class="control-label">Password</label>
</div>
<div class="logon-text">
<input name="Login1$Password" type="password" maxlength="100" id="Login1_Password" class="form-control" onkeypress="CheckCapsLock(event)">
</div>
</div>
<div class="row">
<div class="logon-text logon-text-offset">
<button type="submit" name="Login1$LoginButton" value="Log in" id="Login1_LoginButton" class="login-btn btn btn-primary">Log in</button>
</div>
</div>
</div>
</div>
<div class="logon-help-links">
<a id="Login1_lnkHelp" href="GetDocLink.ashx?link=logon_troubleshooting" target="_blank">Sign-in troubleshooting</a> | <a id="Login1_lnkPassword" href="javascript:__doPostBack('Login1$lnkPassword','')">Forgotten password</a> |
<a onclick="ShowLanguage('Login1_pnlLanguage'); return false;" id="Login1_lnkLanguage" href="javascript:__doPostBack('Login1$lnkLanguage','')">Select language</a>
</div>
<div id="Login1_pnlLanguage" class="language-selector" style="display: none;">
<label for="Login1_drpCulture" id="Login1_lblCulture" style="display:none;">Select</label>
<select name="Login1$drpCulture" id="Login1_drpCulture" class="LogonDropDownList form-control">
<option selected="selected" value="">(select language)</option>
<option value="cs-CZ">Czech - Czech Republic</option>
<option value="en-US">English - United States</option>
<option value="sk-SK">Slovak - Slovakia</option>
</select>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
function ShowLanguage(id) {
var panel = document.getElementById(id);
if (panel != null) {
panel.style.display = (panel.style.display == 'block') ? 'none' : 'block';
}
}
//]]>
</script>
<script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZILBO_xxLG25OiJVDshfvkrsvUW3-7_gl51RBOkX4W2dUXg1o4HURyDwEfrutJyVWg2&t=637321953357241717" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var txt = document.getElementById('Login1_UserName');
if (txt != null) {
txt.focus();
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
document.pageLoaded = true;
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
cmsrequire(['CMS/EventHub', 'CMS/Application'], function(hub, app) {
hub.publish('PageLoaded', app.getData(null, window));
});
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
$cmsj(window).load(function() {
var topFrame = GetTop();
if (window.wopener) {
if ((top.isTitleWindow) && top.isTitleWindow(topFrame, window)) {
addHandle(document.getElementById('reqScript_ScriptTitle_pnlTitle'), window);
}
}
});
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
cmsrequire(['CMS/DialogContextHelp'], function(module) {
new module({
"helpName": "helpElem",
"helpLinkId": "reqScript_ScriptTitle_helpElem_lnkHelp",
"helpHidden": true
});
});
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
cmsrequire(['CMS/BootstrapTooltip'], function(module) {
new module({
"selector": ".macro-length-warning i",
"templateSelector": null
});
});
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
cmsrequire(['CMS/BootstrapTooltip'], function(module) {
new module({
"selector": ".macro-length-warning i",
"templateSelector": null
});
});
//]]>
</script>
</form>
Text Content
Display help JAVASCRIPT REQUIRED This page requires JavaScript to run properly, please enable JavaScript in your browser to continue. Check and continue User name: Password Log in Sign-in troubleshooting | Forgotten password | Select language Select (select language) Czech - Czech Republic English - United States Slovak - Slovakia