X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=index.yaws;h=0cf0ca77963e4b8724175266399bfe1ca20a9aa6;hb=dc66525bdce5df290c5afe8d3f5eedb1a736d955;hp=c600fe90d44ac56a9dbcd982d8e47f48f37d8c37;hpb=f39b28682e1e41cd487a2268320552b687640adf;p=euphorik.git diff --git a/index.yaws b/index.yaws index c600fe9..0cf0ca7 100755 --- a/index.yaws +++ b/index.yaws @@ -1,12 +1,21 @@ - + - + + 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 +23,7 @@ end, {ehtml, {link , [ - {id, "cssPrincipale" }, + {id, "mainCss" }, {rel, "stylesheet"}, {href, CSS}, {type, "text/css"}, @@ -22,17 +31,39 @@ ], []} }. - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -44,6 +75,7 @@ + @@ -70,13 +102,11 @@ ) }. -

- +
- \ No newline at end of file +