Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / boxiky / headergallery.inc
CommitLineData
bc13d5d6
H
1<?
2
3global $kyberia;
4if (!is_object($kyberia)) {
5 include_once("/home/hromi1/kyberia/inc/kyberia.inc");
6 $kyberia= new CLASS_KYBERIA();
7}
8
9if (IsSet($HTTP_REFERER) AND !strstr($HTTP_REFERER,"kyberia")) {
10 $kyberia->setRefererStats();
11}
12
13
14?>
15<html><head>
16<title>
17preventing destruction by slowly interconnecting enlightened minds
18</title>
19<link rel=stylesheet type="text/css" href="css/gr.css">
20 <meta http-equiv="Cache-Control" content="Public">
21 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
22<script>
23 function openWin(url, width, height, scrollbars, resize) {
24 if (!width) width = 640;
25 if (!height) height = 480;
26 if (!scrollbars) scrollbars = "yes";
27 if (!resize) resize = "yes";
28 window.open(url,"","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=" + scrollbars + ",resizable=" + resize);
29 }
30
31function vymena() {
32 document.posta.postadresat.value = document.posta.postadresat.value.toLowerCase() ;
33 document.images['fricon'].src = '/images/users/' + document.posta.postadresat.value + '.gif' ;
34}
35
36function chngto(adr) {
37document.posta.postadresat.value = adr ;
38adr = adr.toLowerCase() ;
39document.images['fricon'].src = '/images/users/' + adr + '.gif' ;
40}
41
42function openWinConfirm(qry, url, width, height, scrollbars, resize) {
43 if (window.confirm(qry)) {
44 openWin(url, width, height, scrollbars, resize);
45}
46}
47
48</script>
49</head>
50<body>
51<?php if (!$user_id) { ?>
52<script type='text/javascript'>
53function Go(){return}
54
55</script>
56
57<?php } if (1==0) {?>
58
59<script language="JavaScript" type="text/javascript">
60 openWin("/leporelo.php",397,561,"no","no");
61</script>
62<?php } ?>
63<noscript>Your browser does not support script</noscript>
This page took 0.172087 seconds and 4 git commands to generate.