X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=index.yaws;h=87f40e21598ade59264502355800ae152b2288b3;hb=27c4a5ac9000ca933f28abfedbf9607f73619615;hp=c5cbf63cbae0d88fadeda0a5df1648948608461d;hpb=ed281cb4331777625994d23a6e424fb7c5b5d2c9;p=euphorik.git diff --git a/index.yaws b/index.yaws index c5cbf63..87f40e2 100755 --- a/index.yaws +++ b/index.yaws @@ -1,12 +1,23 @@ - + - + + 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 does not support application/xhtml+xml + _ -> "text/html" + end + }}. + + euphorik.ch - - % prédéfinit la feuille de style + + % 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"; @@ -14,7 +25,7 @@ end, {ehtml, {link , [ - {id, "cssPrincipale" }, + {id, "mainCss" }, {rel, "stylesheet"}, {href, CSS}, {type, "text/css"}, @@ -22,22 +33,27 @@ ], []} }. - + - - - - + + + + + + + - + + - + + @@ -59,6 +75,7 @@ + @@ -94,4 +111,4 @@ - \ No newline at end of file +