<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Girgenti</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="HAPedit 3.0">
<style type="text/css">
@import url("layout.css");
a#viewcss{color: #00f;font-weight: bold}
</style>
<script type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body onLoad="MM_preloadImages('images/button/home over.gif','images/button/forum over.gif','images/button/chat over.gif','images/button/collegamento over.gif')">
<div id="container">
<div id="header">[img]images/logoimg2pattern.gif[/img]</div>
<div id="menu">
[img]images/button/home.gif[/img]
[img]images/button/forum.gif[/img]
[img]images/button/chat.gif[/img]
[img]images/button/collegamento.gif[/img]
[img]images/button/collegamento.gif[/img]
[img]images/button/collegamento.gif[/img]
</div>
<div id="divisore_alto">
<div id="divisore_altoleft">[img]images/bg.jpg[/img][img]images/angoloaltoverde.gif[/img]</div>
<div style="font-weight:bolder">NEWS</div>
</div>
<div id="navigation">
<div id="log_in">
<div style="background: url(images/box/box_mezzo.gif) repeat-y top; ">
[img]images/box/box_alto.gif[/img]
<?php
// Inclusioni
define('IN_PHPBB', true);
$phpbb_root_path = 'forum/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
// Inizio sessione
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
// Verifica se utente o no
if( $userdata['session_logged_in'] ) {
/* PARTE IN CUI DIAMO IL BENTORNATO AL NOSTRO UTENTE E GLI LINKIAMO IL LOGOUT */
echo "Bentornato ". $userdata['username'];
echo "
";
echo "<a href=\"login.$phpEx?logout=true\">Log out</a>";
} else {
/* CREO IL FORM PER IL LOGIN */
echo '
<form method="post" action="login.php">
Username:
<input class="post" name="username" size="15" type="text">
Password:
<input class="post" name="password" size="15" type="password">
Login automatico ad ogni visita
<input class="text" name="autologin" type="checkbox">
<input class="mainoption" name="login" value="Login" type="submit">
</form>
';
echo "<a href=\"/_altervista_ht/forum/profile.php?mode=register\">REGISTRATI</a>";
}
?>
</div>
<div>
[img]images/box/box_basso.gif[/img]
</div>
</div>
</div>
<div id="content">
<?
include("news.php");
?>
</div>
<div id="divisore_basso">[img]images/bg.jpg[/img][img]images/angolobassoverde.gif[/img]</div>
<div id="footer">© 2005-2006 Powered by Marco Inclima
</div>
</div>
</body>
</html>