CINXE.COM
Ele-Math – Secure login
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <base href="/" /> <title>Ele-Math – Secure login</title> <meta name="google-site-verification" content="r-_3LxT_Ns_p7mjFOAmA3-9AS55W_mbsvTy2e-FTJtM" /> <link href="/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="https://ele-math.com/static/css/em.css" rel="stylesheet" type="text/css" /> <link href="https://ele-math.com/static/css/emor.css" rel="stylesheet" type="text/css" /> <link href="https://ele-math.com/static/css/bootstrap.css" rel="stylesheet" type="text/css" /> <link href="https://ele-math.com/static/css/emod.css" rel="stylesheet" type="text/css" /> <link href="https://ele-math.com/static/css/new.css" rel="stylesheet" type="text/css" /> <link href="https://ele-math.com/static/select2/dist/css/select2.min.css" rel="stylesheet" /> <!--[if lte IE 6]> <link href="https://ele-math.com/static/css/ie6-1207.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if IE 7]> <link href="https://ele-math.com/static/css/ie7-1207.css" rel="stylesheet" type="text/css" /> <![endif]--> <link href="" /> </head> <body> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-12919224-2', 'auto'); ga('send', 'pageview'); </script> <!-- WRAPPER [0] START --> <div id="wrapper"> <!-- HEADER [1] START --> <div id="header"> <a href="http://ele-math.com/" class="header-link"></a> </div> <!-- HEADER [1] END --> <!-- CONTAINER [1] START --> <div id="container"> <script type="text/javascript" src="https://ele-math.com/static/js/jquery-1.7.2.min.js"></script> <script src="https://ele-math.com/static/select2/dist/js/select2.min.js"></script> <!-- SIDEBAR [2] START --> <div id="sidebar"> <ul> <li><span><a href="http://ele-math.com/">Ele-Math Home</a></span></li> <li><span><a href="http://mia.ele-math.com/">MIA</a></span></li> <li><span><a href="http://oam.ele-math.com/">OaM</a></span></li> <li><span><a href="http://jmi.ele-math.com/">JMI</a></span></li> <li><span><a href="http://dea.ele-math.com/">DEA</a></span></li> <li><span><a href="http://jca.ele-math.com/">JCA</a></span></li> <li><span><a href="http://fdc.ele-math.com/">FDC</a></span></li> <li><span><a href="http://books.ele-math.com/">Books</a></span></li> </ul> <ul> <li class="user2"><span><a href="submit">Submit a manuscript</a></span></li> </ul> <ul> <li><span><a href="register">Register</a></span></li> <li><span><a href="login">Login</a></span></li> </ul> </div> <!-- SIDEBAR [2] END --> <!-- CONTENT [2] START --> <div id="content"> <!-- LOGIN START --> <div id="form"> <h3><span>User login</span></h3> <p> Please, enter your username and password.<br /> In case you don't have them, you can <a href="register" class="stand-out">register here</a>. </p> <form action="login/post" method="post" class="left"> <ul> <li> <label class="labelfor" id="username_for" for="username">Username:</label> <input type="text" name="username_BcocD7N6" id="username" tabindex="1" class="input" size="20" /> <span class="block example" id="username_res">(e.g. mfizic, john.smith, k-lee)</span> </li> <li> <label class="labelfor" id="password_for" for="password">Password:</label> <input type="password" name="password_BcocD7N6" id="password" tabindex="2" class="input" size="20" /> <span id="password_cnt" class="pwd_counter"></span> <span id="password_res"></span> </li> <li class="additional"> <input type="checkbox" name="remember" id="remember" tabindex="3" class="checkbox" /> <label for="remember" class="checkbox" title="You will be automatically logged in whenever you access this site with this computer">Remember me on this computer?</label> <span class="block notice">(Uncheck this if you're using a shared computer.)</span> </li> <li> <input type="submit" class="button match-input" tabindex="4" value="Login" /> </li> </ul> </form> <ul id="reminders"> <li>» <a href="activate" title="Click here if you need to activate your account">Activate your account</a></li> <li>» <a href="forgotten-password" title="Click here if you forgot your password">Forgot your password?</a></li> </ul> </div> <!-- LOGIN END --> </div> <!-- CONTENT END --> </div> <!-- CONTAINER [1] END --> <!-- FOOTER [1] START --> <div id="footer"> <div id="footer-content"> <h5 class="nowrap">Copyright information</h5> <p> MIA, OaM, JMI, DEA, FDC, JCA and their logos are trademarks owned by the Element d.o.o. publishing house. Content is © by Element d.o.o. – any content on this site cannot be copied, resold or otherwise used except for personal purposes. </p> </div> </div> <!-- FOOTER [1] END --> </div> <!-- WRAPPER [0] END --> <script type="text/javascript" src="https://ele-math.com/static/js/jquery-1.7.2.min.js"></script> <script src="https://ele-math.com/static/select2/dist/js/select2.min.js"></script> <script type="text/javascript" src="https://ele-math.com/static/js/em.js"></script> <script type="text/javascript" src="https://ele-math.com/static/js/message.js"></script> <script type="text/javascript" src="https://ele-math.com/static/js/kohana.js"></script> <script type="text/javascript"> //<![CDATA[ $(function(){ $('#username').focus(); $.fn.passcount(); var id=0; var lvl=1; $('form input').change(function(){ var un=$('#username').val(); var pw=$('#password').val(); if((lvl<2)&&(un!==''))lvl=2; if((lvl<3)&&(pw!==''))lvl=3; $.post('script/check/login',{ username:un, password:pw, level:lvl, id:++id }, function(msg){ if (msg.id==id) for(var field in msg) $.fn.update('#'+field,msg[field]); }, 'json' ); }); }); //]]> </script> <script type="text/javascript" src="https://ele-math.com/static/js/ga-5.3.2.min.js"></script> <script type="text/javascript"> //<![CDATA[ try{ var pT=_gat._getTracker('UA-13213864-1'); pT._setDomainName('.ele-math.com'); pT._trackPageview(); }catch(err){} //]]> </script> <script> $(document).ready(function(){ var fix = document.querySelector('a[title="Download attached review"]'); if(fix) { fix.href = fix.href.replace('reportMIA_', 'reportMIA-') console.log('replaced') } }); </script> </body> </html>