CINXE.COM

Login Page

<html> <head> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; "> <meta name="description" content="Book a computer for study"> <title>Login Page</title> <link type="image/x-icon" rel="icon" href="img/Cire_Icon.ico"> <link rel="stylesheet" href="css/Global.css" type="text/css"> <link rel="stylesheet" href="css/XSLControls.css" type="text/css"><script src="js/prototype.js" type="text/javascript"></script><script src="js/pageMethod.js" type="text/javascript"></script><script src="js/controlHelper.js" type="text/javascript"></script><script src="js/scriptaculous/scriptaculous.js" type="text/javascript"></script><script src="js/scriptaculous/builder.js" type="text/javascript"></script><script src="js/scriptaculous/controls.js" type="text/javascript"></script><script src="js/scriptaculous/dragdrop.js" type="text/javascript"></script><script src="js/scriptaculous/effects.js" type="text/javascript"></script><script src="js/scriptaculous/slider.js" type="text/javascript"></script><script src="js/scriptaculous/sound.js" type="text/javascript"></script><link rel="stylesheet" href="https://d2h9b02ioca40d.cloudfront.net/v7.0.1/uom.css"><script src="https://d2h9b02ioca40d.cloudfront.net/v7.0.1/uom.js"></script></head> <body onload="" class=""> <div class="uomcontent"> <div class="page-inner"> <ol class="page-local-history" itemscope="" itemtype="https://schema.org/BreadcrumbList"> <li class="root" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem"><a href="https://library.unimelb.edu.au" title="Home" itemprop="item"><span itemprop="name">Library</span></a><meta content="1" itemprop="position"> </li> <li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem"><span itemprop="name">BookIT</span><meta content="2" itemprop="position"> </li> </ol> <div class="main" id="main-content" role="main"><header><h1>Computer Booking System</h1></header><div class="notice notice--warning" style="max-width:100%;margin-bottom:0;padding-bottom:0;text-align:center;"> <p>To book a study space or recording booth please go to <a href="https://unimelb.emscloudservice.com/web/Default.aspx">DiBS</a>. To book a computer or monitor please continue below.</p> </div><script type="text/javascript" defer>function loginKey(sender,e) { if(isNull(e)){ e = window.event; } if(e.keyCode == 13) { login(); } } function login() { if($('username_box').disabled){ return; } loginBlock(); var meth = new AJAXRequest("Login"); meth.Add("username",$('username_box').value); meth.Add("password",$('password_box').value); var rememberMe_chk = $('rememberMe_chk'); if(isNull(rememberMe_chk)) { meth.Add("rememberMe",false); }else { meth.Add("rememberMe",rememberMe_chk.checked); } var rememberView_chk = $('rememberView_chk'); if(isNull(rememberView_chk)) { meth.Add("rememberView",'-'); }else { meth.Add("rememberView",rememberView_chk.checked); } meth.Call(window.location.href,null,'loginUnblock()'); } function focusUsername() { var usr = $('username_box'); if(!isNull(usr)) { usr.focus(); } } </script><section><p><img src="bookit/images/bookitlogo_whitebg-cropped.png"></p> <fieldset> <div id="loginLayout"> <div><label for="username_box">Username</label><input aria-required="true" data-error="Please enter your username." id="username_box" type="text" value=""></div> <div><label for="password_box">Password</label><input aria-required="true" data-error="Please enter your password." id="password_box" type="password" value="" onkeyup="loginKey(this,event)"></div> <div id="loginMessageBox" style="height:15px;"></div> <div style="padding-top:30px;"><input type="button" onclick="login()" value="Login" class="button cta" id="login_cmd"><img id="loginProgress" src="img/Backgrounds/ProgressAnimation_mini.gif" style="display:none;"></div> <div> <div><a href=""></a></div> </div> </div><!--<h1>BookIT Guidelines and Policies:</h1><ul><li>Project Rooms are for 2 or more people in a study group. (The Recording pod and booth in GE Library) may be used by one person.</li><li>A maximum of two hours can be reserved per space, per student, per day. And a maximum number of booking sessions across all spaces allowed per day is 10.</li><li>The library has the right to cancel consecutive bookings made by one person or group on any given day.</li><li>You forfeit your booking if you do not use the room or computer within 10 minutes of the booking start time.</li><li>A computer left unattended for more than 10 minutes will automatically log off.</li><li>You may make a maximum of 3 future bookings and up to 14 days in advance.</li><li><i>Computer booking only:</i> Remember to save your work regularly. Work will be lost when the computer reboots.</li><li><i>Computer booking only:</i> If your computer session is about to end and there are no other students in the queue for a computer, you may extend your session twice for 30 minutes each.</li></ul>-->Login with your University of Melbourne username and password. Please contact <a href='https://studentit.unimelb.edu.au/' target='blank'>Student IT</a> for issues.</fieldset></section><script type="text/javascript" defer> focusUsername(); </script><div id="modalWindow" style="display:none;"></div> <div id="modalBackground" style="display:none;"></div> <div id="overlayBackground" style="display:none;"></div><footer class="cta" style="height:130px;"><div class="center"><a class="social" href="http://twitter.com/unilibrary" onclick="ga('send', 'event', 'Social_Media','Footer','Twitter');"><div data-icon="twitter">Library Twitter</div></a><a class="social" href="http://www.facebook.com/unilibrary" onclick="ga('send', 'event', 'Social_Media','Footer','Facebook');"><div data-icon="facebook">Library Facebook</div></a><a class="social" href="https://www.instagram.com/unilibrary/" onclick="ga('send', 'event', 'Social_Media','Footer','Instagram');"><div data-icon="instagram">Library Instagram</div></a><a class="social" href="http://library.unimelb.edu.au/library-blogs/" onclick="ga('send', 'event', 'Social_Media','Footer','Blogs');"><div data-icon="rss">Library Blogs</div></a><a class="social" href="https://library.unimelb.edu.au/contact_the_library"><div data-icon="mail">Library Contacts</div></a></div></footer></div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10