CINXE.COM
Gazi 脺niversitesi K眉t眉phane Hesab谋
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" type="text/css" href="/scripts/ProStyles.css" /> <link rel="stylesheet" type="text/css" href="/screens/styles.css" /> <title>Gazi 脺niversitesi K眉t眉phane Hesab谋</title> <meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4"><meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <meta name="viewport" content="width = device-width, user-scalable = no"> <script type="text/javascript" src="/scripts/common.js"></script> <!--<link rel="stylesheet" type="text/css" href="/apps/CAS/resources/login_mobile.css"> <link rel="stylesheet" type="text/css" href="/apps/CAS/resources/login.css" media="screen and (min-device-width: 481px)"> --> <link rel="stylesheet" type="text/css" href="/apps/CAS/resources/login_mobile.css" /> <style type="text/css" media="screen and (min-width: 481px)"> <!-- @import url("/apps/CAS/resources/login.css"); --> </style> <!--[if IE]><link rel="stylesheet" type="text/css" href="/apps/CAS/resources/login.css" media="screen" /><![endif]--> <link href="/apps/CAS/resources/login_mobile.css" rel="stylesheet" type="text/css" media="handheld, only screen and (max-device-width: 480px)" /> </head> <body id="cas"> <!--[if IE]> <div id="ie"> <![endif]--> <div class="loginPage"> <div class="loginTop"> <!-- Prevent div collapse --> <div class="loginTopLogo"> <img src="/screens/logo_sm.png" height="100" width="100" alt="Gazi 脺niversitesi"> </div> </div> <!-- Use for dual external and library authentication: --> <!-- Use for library-only authentication: --> <div class="loginArea loginArea1Col"> <div class="clearfloats"></div> <!--end theForm1--> <form id="fm1" class="fm-v clearfix" method="post" action="/iii/cas/login;jsessionid=DD8F9676BCF6F0E2AC79BC06C62AFDAF?service=https%3A%2F%2Fkutuphane.gazi.edu.tr%3A443%2Fpatroninfo%2F0%2Fredirect%3D%2FacquireIIITICKET&scope=0"> <!--display any errors--> <!-- Message from client webapp to be displayed on the CAS login screen --> <div id="clientmessage"> <!--display any errors--> </div> <!-- end clientmessage --> <!--start theForm2--> <!-- Message from client webapp to be displayed on the CAS login screen --> <div id="clientmessage"> <!--display any errors--> </div> <!-- end clientmessage --> <!--display login form--> <div id="login"> <fieldset> <!--legend>K眉t眉phane Kullan谋c谋 Hesab谋</legend--> <!-- <label for="name">Name</label> <div class="loginFieldBg"> <input id="name" name="name" type="text" value="" size="20" maxlength="40" tabindex="15" class="loginField"> </div> --> <fieldset class="barcodeAltChoice"> <!--legend>脺ye Numaran谋z谋 ve 艦ifrenizi Girin</legend--> <label for="code"><legend>脺ye Numaran谋z</legend>脰臒renci i莽in "脰臒renci Numaras谋"; Personel i莽in "Sicil Numaras谋" girilmelidir.</label> <div class="loginFieldBg"> <input id="code" name="code" type="password" value="" size="20" maxlength="40" tabindex="20" class="loginField"> </div> <!-- <label for="user_name">Or: Your login/user name</label> <div class="loginFieldBg"> <input id="user_name" name="username" type="text" value="" size="20" maxlength="25" tabindex="25" class="loginField"> </div> --> </fieldset> <label for="pin"><legend>艦ifreniz</legend> </label> <div class="loginFieldBg"> <input id="pin" name="pin" type="password" value="" size="20" maxlength="64" tabindex="30" class="loginField"> </div> <!--end theForm2--> <!--start theForm3--> <!-- This button is hidden unless using mobile devices. Even if hidden it enables Enter key to submit. --> <input type="submit" name="Log In" class="loginSubmit"> </fieldset> </div> </div> <!-- end login --> <div class="clearfloats"></div> <div class="formButtons"> <a href="#" onclick="document.forms['fm1'].submit();"><div onmousedown="this.className='pressedState';" onmouseout="this.className='';" onmouseup="this.className='';"> <div class="buttonSpriteDiv"><span class="buttonSpriteSpan1"><span class="buttonSpriteSpan2">Giri艧</span></span></div> </div></a> </div> <span style="display:none"> <!--Enable form focus--> <script type="text/javascript"><!--//--><![CDATA[//><!-- //Look for the first field in the external patron part of the form. This field will get cursor focus. var ipssoFirstField; try { ipssoFirstField = document.forms[0].extpatid; } catch(err) { } //If we still don't have a field, look for the name field in the library account part. if ( ipssoFirstField==undefined ) { ipssoFirstField = document.forms[0].name; } //Set focus. Ignore errors. try { ipssoFirstField.focus(); } catch(err) {} document.onkeydown = enterSubmit function enterSubmit(e) { var keycode; if (window.event) keycode = window.event.keyCode; else if (e) keycode = e.which; if (keycode==13) document.forms[0].submit(); } //--><!]]></script> <!--end theForm3--> <!-- Spring Web Flow requirements must be in a certain place --> <input type="hidden" name="lt" value="_cA01DDB17-7B11-8463-B3FD-41AF38CDBBFB_k404EE1C9-813B-BD28-849A-2EDED1F0D653" /> <input type="hidden" name="_eventId" value="submit" /> </form> <!-- Java script to set the iput field to the values entered by user --> <script language="JavaScript" type="text/javascript"> var currentName = ''; var currentCode = ''; var currentExtpatid = ''; var currentExtpatserver = ''; var currentRememberme = ''; function setInputFields(currentName, currentCode, currentExtpatid, currentExtpatserver, currentRememberme){ var inputFld = document.getElementsByName('name'); if( inputFld.length > 0 && currentName != null ){ inputFld[0].setAttribute('value', currentName ); } inputFld = document.getElementsByName('code'); if( inputFld.length > 0 && currentCode != null ){ inputFld[0].setAttribute('value', currentCode ); } inputFld = document.getElementsByName('extpatid'); if( inputFld.length > 0 && currentExtpatid != null ){ inputFld[0].setAttribute('value', currentExtpatid ); } inputFld = document.getElementsByName('extpatserver'); if( currentExtpatserver != null && currentExtpatserver.length > 0 ){ for( var i = 0; i < inputFld.length ; i++ ){ var value = inputFld[i].getAttribute('value'); if( value != null && value == currentExtpatserver){ if( inputFld[i].type == 'radio' ) inputFld[i].checked = true; }else{ if( inputFld[i].type == 'radio' ) inputFld[i].checked = false; } } } inputFld = document.getElementsByName('rememberme'); if( inputFld.length > 0){ inputFld[0].checked = (currentRememberme != null && currentRememberme == 'on' ); } } setInputFields(currentName, currentCode, currentExtpatid, currentExtpatserver, currentRememberme); </script> <!--start theForm4--> </span> </div> <!-- end loginArea --> <h4><label><font color="#FF0000">Chrome ile giri艧 yapamayan kullan谋c谋lar谋m谋z <br />l眉tfen ba艧ka bir taray谋c谋 ile giri艧 yapmay谋 deneyiniz.</font></label></h4> <h4><label>Hotmail ve Yahoo elektronik posta adresleri 莽ok s谋k kara listeye d眉艧t眉kleri i莽in, <br />kullan谋c谋lar谋m谋z sistem taraf谋ndan g枚nderilen postalar谋 almakta sorun ya艧ayabilmektedir.</label></h4> <div class="loginActions"> <!--span class="loginActionText">New to the library?</span--> <!--label>Hotmail ve Yahoo elektronik posta adreslerine 莽ok s谋k kara listeye d眉艧t眉kleri i莽in <br />sistemimizle posta g枚ndermede sorunlar ya艧anabilmektdir.<br /></label--> <br /> <span class="loginActionSeparator"></span> <span class="loginActionScreenOnly"><a href="/pinreset*tur">Yeni 艦ifre Olu艧turma</a></span> <span class="loginActionSeparator"></span> <span class="loginActionScreenOnly"><a href="/pinreset*tur">艦ifrenizi mi Unuttunuz</a></span> <span class="loginActionSeparator"></span> <br><br><span class="loginActionSeparator"></span> <span class="loginAction"><a href="/">Katalog Tarama Ekran谋</a></span> <span class="loginActionSeparator"></span> <!--span class="loginActionScreenOnly"><a href="/selfreg">Yeni Hesap A莽ma</a></span--> </div> <!-- loginPage --> <!--[if IE]> </div> <![endif]--> <!-- IPSSO html form updated 2010 June 29 --> </body> </html> <!--this is customized </iiidb/http/apps//CAS/resources/ipsso.html>--> <!--end theForm4-->