source: trunk/install/header.php@ 2

Last change on this file since 2 was 2, checked in by root, 15 years ago

importo il progetto

File size: 648 bytes
Line 
1<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<title>Eleonline Installer</title>
6<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7<link rel="stylesheet" href="install.css" type="text/css" />
8</head>
9<body>
10<? include_once("./version.php");
11echo '<div id="wrapper">
12 <div id="header">
13 <div id="eleonline"><img src="header_install.png" alt="Installazione Eleonline" title="Installazione Eleonline" /></div>
14 </div>
15</div>';
16?>
Note: See TracBrowser for help on using the repository browser.