summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/app/include/ludo/html_elements.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'appli_3_alpha_old/app/include/ludo/html_elements.inc.php')
-rw-r--r--appli_3_alpha_old/app/include/ludo/html_elements.inc.php20
1 files changed, 16 insertions, 4 deletions
diff --git a/appli_3_alpha_old/app/include/ludo/html_elements.inc.php b/appli_3_alpha_old/app/include/ludo/html_elements.inc.php
index f05f7e2..41fd812 100644
--- a/appli_3_alpha_old/app/include/ludo/html_elements.inc.php
+++ b/appli_3_alpha_old/app/include/ludo/html_elements.inc.php
@@ -26,16 +26,17 @@ echo '<?xml version="1.0" encoding="ISO-8859-1"?>'."\n"
$cssfilemain=$CONFIG['CSS']['CHOOSER_LIST']['standard'];
}
echo ' <link href="css/' . $cssfilemain . '.css" rel="stylesheet" type="text/css" />' . "\n";
+ echo ' <link href="css/' . $cssfilemain . '_nohelp.css" rel="stylesheet" type="text/css" title="nohelp" />' . "\n";
if ( isset($CONFIG['CSS']['CHOOSER_LIST']) )
{
- foreach ( $CONFIG['CSS']['CHOOSER_LIST'] as $cssfile )
+ foreach ( $CONFIG['CSS']['CHOOSER_LIST'] as $cssname => $cssfile )
{
if ( $cssfile != $cssfilemain )
{
- echo ' <link href="css/' . $cssfile . '.css" rel="alternate stylesheet" type="text/css" />' . "\n";
+ echo ' <link href="css/' . $cssfile . '.css" rel="alternate stylesheet" type="text/css" title="'.$cssname.'"/>' . "\n";
+ echo ' <link href="css/' . $cssfile . '_nohelp.css" rel="alternate stylesheet" type="text/css" title="'.$cssname.'_nohelp"/>' . "\n";
}
- echo ' <link href="css/' . $cssfile . '_nohelp.css" rel="alternate stylesheet" type="text/css" title="nohelp"/>' . "\n";
}
}
?>
@@ -120,7 +121,18 @@ function generate_html_div_footer()
<li class="left">
<?php generate_html_div_css_chooser(); ?>
</li>
- <li class="rigth">
+ <li class="center">
+ <a href="http://validator.w3.org/check/referer" target="_blank">
+ <img src="./images/vxhtml.gif" alt="Validate" border="0" height="31" width="88" />
+ </a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">
+ <img src="./images/vcss.gif" alt="Validate" border="0" height="31" width="88" />
+ </a>
+ <a href="http://www.w3.org/WAI/WCAG1A-Conformance" title="Explanation of Level A Conformance" target="_blank">
+ <img src="./images/wai.gif" alt="W3C-WAI level A conformance icon" border="0" height="31" width="88" />
+ </a>
+ </li>
+ <li class="right">
<span class="discret">Application réalisée par Jérémie Dénoyer, Ludovic Pouzenc, Julien Séré et Andriana Semouchtchak</span>
</li>
</ul>