| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/ULIB/_havester/sv/ |
Upload File : |
<?
$_havestdb=tmq_dump2("ulibhavestlist","code","name,url,url_bibid");
include("$dcrs/_havester/dec.php");
$itd=tmq("select * from media_havest_id where hashed='".addslashes($tags[keyid])."' ",false);
?><BR><div style=""><?
while ($itdr=tmq_fetch_array($itd)) {
$jsbid="box".randid();
//printr($itdr);
if ($_havestdb[$itdr[havestpid]][0]!="") {
?><CENTER><div ID="<? echo $jsbid;?>" style="display:block; border: 1px #FF9900 solid; font-size: 11; width: <? echo $_TBWIDTH-6;?>; padding: 2 2 2 2; margin: 5 0 0 0; float: center;
-moz-border-radius-topleft:3;
-moz-border-radius-topright:3;
-moz-border-radius-bottomright:3;
-moz-border-radius-bottomleft:3;
-webkit-border-top-left-radius:3;
-webkit-border-top-right-radius:3;
-webkit-border-bottom-left-radius:3;
-webkit-border-bottom-right-radius:3;
background-image:URL(<? echo $dcrURL?>_havester/sv/extbg.png);
background-repeat:no-repeat;
background-position:right top;
text-align:left;
"
onmouseover="this.style.backgroundColor='#FFCC00';"
onmouseout="this.style.backgroundColor='';">
<A HREF=" <?
$tmpbiburl=str_replace('[bibid]',$itdr[bibid],$_havestdb[$itdr[havestpid]][2]);
echo $tmpbiburl;
?>" target=_blank><FONT style="font-size: 22; font-weight: bold;"> <img vspace=2 border=0 width=32 height=32 align=absmiddle src='<?
if (file_exists("$dcrs/_tmp/havestclientlogo-$itdr[havestpid].png")==true) {
echo "$dcrURL/_tmp/havestclientlogo-$itdr[havestpid].png";
} else {
echo "$dcrURL/_tmp/mediatype.png";
}
?>'> <? echo trim($_havestdb[$itdr[havestpid]][0]);?><img src="<? echo $dcrURL?>neoimg/icon_external.png" align=baseline hspace=3 border=0></FONT></A><FONT SIZE="" COLOR="darkred"> • <A HREF="<? echo $_havestdb[$itdr[havestpid]][1];?>" target=_blank>หน้าโฮมเพจ</A> • <A HREF="javascript:alert('กำลังอยู่ระหว่างการพัฒนา');">บริการยืมระหว่างห้องสมุด</A> </FONT>
</div>
<?
?>
<SCRIPT LANGUAGE="JavaScript">
<!--
if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp<?echo $jsbid?>=new XMLHttpRequest();
} else{// code for IE6, IE5
xmlhttp<?echo $jsbid?>=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp<?echo $jsbid?>.onreadystatechange=function() {
if (xmlhttp<?echo $jsbid?>.readyState==4 && xmlhttp<?echo $jsbid?>.status==200) {
//document.getElementById("txtHint").innerHTML=xmlhttp.responseText;
tmp=getobj("<?echo $jsbid?>");
tmpstr=mydecode((xmlhttp<?echo $jsbid?>.responseText));
//alert(tmpstr);
tmp.innerHTML=tmp.innerHTML+" "+tmpstr;
}
}
xmlhttp<?echo $jsbid?>.open("GET","<? echo $dcrURL?>globalpuller.php?charset=UTF-8&url=<? echo urlencode($_havestdb[$itdr[havestpid]][1]."/_havester/cli/bibfullstatus.php?bibid=$itdr[bibid]&rand=". randid());?>",true);
xmlhttp<?echo $jsbid?>.send();
//-->
</SCRIPT>
<?
}
}
?></div></CENTER><?
?>