| Server IP : 85.214.239.14 / Your IP : 216.73.216.210 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/self/root/srv/automx/automx-master/src/html/ |
Upload File : |
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>automx - Mobile Clients</title>
<link rel="stylesheet" href="css/app.css" />
<script src="js/vendor/custom.modernizr.js"></script>
</head>
<body>
<div class="row">
<div id="company-banner" class="small-12 large-6 large-centered columns">
<img src="img/company-banner.png" />
</div>
</div>
<div class="row">
<div class="small-12 large-6 large-centered columns">
<form action="/mobileconfig" method="post">
<input type="hidden" name="_mobileconfig" value="true" />
<label for="emailaddress">Email address</label>
<input name="emailaddress" id="emailaddress" type="email" placeholder="john.doe@example.com (mandatory)">
<label for="cn">Full name</label>
<span data-tooltip data-options="disable-for-touch:true" class="has-tip tip-top" title="Mails from you will only display your email address if you leave this field empty.">
<input name="cn" id="cn" type="text" placeholder="John Doe (optional)">
</span>
<label for="password">Password</label>
<span data-tooltip data-options="disable-for-touch:true" class="has-tip tip-top" title="You will be asked for the password on first login if you leave this field empty.">
<input name="password" id="password" type="password" placeholder="Password (optional)">
</span>
<input type="submit" class="button small-12 right" value="Request configuration!" />
</form>
</div>
</div>
<div id="footer-desktop" class="hide-for-small">
<a class="right automx-powered" href="https://automx.org" target="_blank">Powered by <img src="img/automx-banner.png" width="126" height="20" alt="automx banner" /></a>
</div>
<div id="footer-mobile" class="show-for-small row">
<div class="small-12 columns">
<a class="right automx-powered" href="https://automx.org" target="_blank">Powered by <img src="img/automx-banner.png" width="126" height="20" alt="automx banner" /></a>
</div>
</div>
<script>
document.write('<script src=' +
('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') +
'.js><\/script>')
</script>
<script src="js/foundation.min.js"></script>
<script src="js/foundation/foundation.forms.js"></script>
<script src="js/foundation/foundation.tooltips.js"></script>
<script>
$(document).foundation();
function hideAddressBar()
{
if(!window.location.hash)
{
if(document.height <= window.outerHeight + 10)
{
document.body.style.height = (window.outerHeight + 50) +'px';
setTimeout( function() { window.scrollTo(0, 1); }, 50 );
}
else
{
setTimeout( function() { window.scrollTo(0, 1); }, 0 );
}
}
}
window.addEventListener("load", hideAddressBar );
window.addEventListener("orientationchange", hideAddressBar );
</script>
</body>
</html>