root/trunk/install/header.php

Revision 2, 0.6 kB (checked in by root, 3 years ago)

importo il progetto

  • Property svn:executable set to
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");
11 echo '<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 browser.