MOD replace 'formateur' by 'formater'
[euphorik.git] / index.yaws
index 7fbddfc..87f40e2 100755 (executable)
@@ -5,7 +5,7 @@
  out(A) ->
    {header, {content_type, 
       case string:str((A#arg.headers)#headers.user_agent, "MSIE") of
-         0 -> "text/html"; %"application/xhtml+xml"; % TODO : jquery.lightbox ne support pas application/xhtml+xml
+         0 -> "text/html"; %"application/xhtml+xml"; % TODO : jquery.lightbox does not support application/xhtml+xml
          _ -> "text/html"
       end
    }}.
@@ -16,8 +16,8 @@
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>euphorik.ch</title>
-   <erl>
-      % prédéfinit la feuille de style
+   <erl>\r
+      % set the stylesheet
       out(A) -> 
          CSS = case euphorik_bd:css_from_user_cookie(yaws_api:find_cookie_val("cookie", A)) of
             undefined -> "styles/1/euphorik.css";
@@ -25,7 +25,7 @@
          end,
          {ehtml, {link ,
             [
-               {id, "cssPrincipale" },
+               {id, "mainCss" },
                {rel, "stylesheet"},
                {href, CSS},
                {type, "text/css"},
@@ -49,7 +49,7 @@
    <script type="text/javascript" src="js/communication.js" prod="delete"></script>
    <script type="text/javascript" src="js/conf.js" prod="delete"></script>
    <script type="text/javascript" src="js/util.js" prod="delete"></script>
-   <script type="text/javascript" src="js/formateur.js" prod="delete"></script>
+   <script type="text/javascript" src="js/formater.js" prod="delete"></script>
    <script type="text/javascript" src="js/pages.js" prod="delete"></script>
    <script type="text/javascript" src="js/client.js" prod="delete"></script>