| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Mail Enable/Bin/NETWebAdmin/Mondo/lang/sys/ |
Upload File : |
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="UseMobilePrompt.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.UseMobilePrompt" %>
<!DOCTYPE html>
<html>
<head>
<title>MailEnable Webmail</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="<%=MobileRootUrl %>/Resources/Skins/Default/jquery.mobile-1.3.1.min.css" />
<link rel="stylesheet" href="<%=MobileRootUrl %>/Resources/Skins/Default/MobileWebAdmin.css" />
<script src="<%=MobileRootUrl %>/Resources/Scripts/jquery-1.9.1.min.js"></script>
<script src="<%=MobileRootUrl %>/Resources/Scripts/jquery-ui.min.js"></script>
<script src="<%=MobileRootUrl %>/Resources/Scripts/jquery.mobile-1.3.1.min.js"></script>
<script src="<%=MobileRootUrl %>/Resources/Scripts/Mobile.js"></script>
</head>
<body>
<div data-role="page" id="UseMobilePromptPage">
<div data-role="header" data-position="fixed" data-theme="b">
<h1>Mobile Version Available</h1>
</div>
<div data-role="content">
<div class="login_logo"></div>
<p>Would you always like to use MailEnable Mobile WebAdmin on this device?</p>
<div>
<div><a href="?DeviceType=Mobile" rel="external" data-role="button" data-theme="b">Use Mobile Version</a></div>
<div><a href="?DeviceType=Desktop" data-ajax="false" data-role="button" data-theme="c">Use Desktop Version</a></div>
</div>
</div>
</div>
</body>
</html>