FIX#64
[euphorik.git] / index.yaws
index 767a0b7..7d88a7c 100755 (executable)
@@ -5,7 +5,7 @@
  out(A) ->
    {header, {content_type, 
       case string:str((A#arg.headers)#headers.user_agent, "MSIE") of
  out(A) ->
    {header, {content_type, 
       case string:str((A#arg.headers)#headers.user_agent, "MSIE") of
-         0 -> "application/xhtml+xml";
+         0 -> "text/html"; %"application/xhtml+xml"; % TODO : jquery.lightbox ne support pas application/xhtml+xml
          _ -> "text/html"
       end
    }}.
          _ -> "text/html"
       end
    }}.
@@ -33,7 +33,7 @@
             ], []}
          }.
    </erl>
             ], []}
          }.
    </erl>
-   <link rel="stylesheet" href="css/jquery.lightbox.css" type="text/css" media="screen" ></link>
+   <link rel="stylesheet" href="styles/jquery.lightbox.css" type="text/css" media="screen" ></link>
 
    <script type="text/javascript" src="js/libs/jquery.js" prod="delete"></script>
    <script type="text/javascript" src="js/libs/jquery.lightbox.js" prod="delete"></script>
 
    <script type="text/javascript" src="js/libs/jquery.js" prod="delete"></script>
    <script type="text/javascript" src="js/libs/jquery.lightbox.js" prod="delete"></script>
          <div id="footer"><span class="copyright">copyright 2008 euphorik.ch</span><span class="conditions lien">conditions d'utilisation</span><a href="http://yaws.hyber.org"><img src="img/powered-by-yaws.gif" alt="powered by Yaws" /></a></div>
       </div>
    </body>
          <div id="footer"><span class="copyright">copyright 2008 euphorik.ch</span><span class="conditions lien">conditions d'utilisation</span><a href="http://yaws.hyber.org"><img src="img/powered-by-yaws.gif" alt="powered by Yaws" /></a></div>
       </div>
    </body>
-</html>
\ No newline at end of file
+</html>