<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title><?php echo $GLOBALS["config"]->general->nameappli; ?></title>
<?php
//if ( file_exists("css.*") )
{ echo '<!-- Lecture css -->'."\n";
$dircss='css/'.$GLOBALS["config"]->general->skin;
if ($handle = opendir($dircss))
{
while (false !== ($entry = readdir($handle)))
{
if ( preg_match("/^css\./", $entry) )
echo '<link rel="stylesheet" type="text/css" media="screen, projection" href="'.$dircss.'/'.$entry.'"/>'."\n";
}
closedir($handle);
}
echo '<!-- Fin lecture css -->'."\n";
}
?>
<link href="apple-touch-icon.png" rel="apple-touch-icon" />
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache" />
<meta HTTP-EQUIV="Expires" CONTENT="-1" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-touch-startup-image" content="images/IPX800-V3.png" />
<meta name="robots" content="noindex" />
<?php
//if ( file_exists("js") )
{ echo '<!-- Lecture js -->'."\n";
$dirjs='js';
if ($handle = opendir($dirjs))
{
while (false !== ($entry = readdir($handle)))
{
if ( preg_match("/^js\./", $entry) )
echo '<script type="text/javascript" language="javascript" src="'.$dirjs.'/'.$entry.'"></script>'."\n";
}
closedir($handle);
}
echo '<!-- Fin lecture js -->'."\n";
}
?>
</head>
<!--
<?php
if ( isset($GLOBALS["config"]->general->debug) && $GLOBALS["config"]->general->debug == 1 )
echo "Debug php Actif";
?>
-->
<body class="paysage"
onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);">
<!--makeNiceTitles();-->
<span id="help" onclick="close_help()"></span>