CINXE.COM
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <body class="error-page"> <div id="ERROR_PAGE" style="display:none;"></div> <script> csrfParamName='sdpcsparam'; csrfParamValue='null'; var myElem = document.getElementById('themesID'); if (myElem == null){ var link = document.createElement("link"); /* old ui source file had been removed */ link.type = "text/css"; link.rel = "stylesheet"; document.getElementsByTagName("head")[0].appendChild(link); } </script> <script> function showCustomErrorMessage(errMsg) { parent.closeDialog(); if(errMsg == 'FILE_SIZE_MORE_THAN_ALLOWED_SIZE') //NO OUTPUTENCODING { parent.sdpodalert({message:'File Size is more than the max limit'}); // No I18N }else { parent.sdpodalert({message:errMsg}); } } </script> <link href="https://static.zohocdn.com/sdpondemand/style/style.0a6f678bcb55e5dcf0a9ecae949f964c.css" crossorigin="anonymous" rel="stylesheet" type="text/css"> <link href="https://static.zohocdn.com/sdpondemand/style/modules.9920a49938897fb3d8c0203cda91f0e6.css" crossorigin="anonymous" rel="stylesheet" type="text/css"> <link href="https://static.zohocdn.com/sdpondemand/style/thirdparty.ce5887db84ad2338c8e239a11a82e0df.css" crossorigin="anonymous" rel="stylesheet" type="text/css"> <link href="https://static.zohocdn.com/sdpondemand/style/sdp_core_styles.b5906f8144f67d1e25de9a87c7077ece.css" crossorigin="anonymous" rel="stylesheet" type="text/css"> <link href="https://static.zohocdn.com/sdpondemand/style/zohocomponents_css.6a25e8ba18d8f428bec44c7d405b51cf.css" crossorigin="anonymous" rel="stylesheet" type="text/css"> <link href="https://static.zohocdn.com/sdpondemand/style/sdpresponsive/sdp_responsive.69f62be40bb5f7ac6bc00b9ef387f1b6.css" crossorigin="anonymous" rel="stylesheet" type="text/css"> <div id="page_error"> <div class=" header-container msteams-tab-hide"> <div class="logo errlogo"></div> <div> <div class="user-link"> <a href="http://ondemand.manageengine.com/service-desk/help/index.html" target="_blank">Help</a> <a href="http://www.manageengine.com/feedback.html">Feedback</a> <a href="/jsp/SDLogout.jsp">Sign out</a> </div> </div> </div> <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main-content"> <tr> <td align="center" valign="top"> <div class="error-container"> <div class="err-container-holder"> <div class="error-image"> <div class="error-cloud1"></div> <div class="error-cloud2"></div> </div> <div class="err_msg" id="details" > <div id="error_header" class="err_header">URL not found</div> <h2>Sorry, there is no web page matching your request.</h2><ol><li>It is possible that you typed the address incorrectly.<br></li><li> The page or file you are looking for has been moved or does not exist.<br> </li><li> Report the problem(if any) to the ServiceDesk Plus Cloud support team.<br> </li></ol><p class="msteams-tab-hide">Go back to the previous page or go to homepage from the links below.</p> <div class="err_button msteams-tab-hide" style="margin-top:30px;"> <button onclick="window.location='/jsp/index.jsp' " type="button" class="active">Home</button> <script> function errorGoBack(){ if(history.length>1){ history.go(-1); }else{ window.location='/jsp/index.jsp'; //No I18N } // setTimeout(function(){history.forward()},2000); } </script> <button onclick="errorGoBack();" type="button">Go back</button> </div> </div> </div> </div> </td> </tr> </table> <div class=" footer-info" lang="en">Copyright © 2014 ZOHO Corporation. All rights reserved</div> </div> <script> //Using top makes MS Teams block our page as it may to access ms teams object. //Hence top changed to parent. //Parent element is pointed to same window by using parent = window for MS Teams pages. if(!(parent == self)) { var erpg= document.getElementById("page_error") if(erpg){ erpg.style.display="none"; } var content ='<div class="error_page" align="center"><div class="errormessage">URL\x20not\x20found</div><div class="err_button" align="center"></div></div>';//No I18N parent.sdpShowPopup(content,'title=Alert,minWidth=600,modal=true,resizable=true'); //No I18N parent.sdpHideIndicator(true); parent.sdpHideIndicator(); } </script> </body> </html>