X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=index.yaws;h=7b391d38553c008809df9c7b0df558a7b0b742f4;hb=d6dcd0fd8af56bd4791aa4e621c2e5058033c37a;hp=5bc67bd293282974bef46b8b0469d378d0e5fc75;hpb=a57cb5dd4f773111f734c726f61f06434c39b94e;p=euphorik.git diff --git a/index.yaws b/index.yaws index 5bc67bd..7b391d3 100755 --- a/index.yaws +++ b/index.yaws @@ -5,19 +5,17 @@ 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 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"; @@ -25,7 +23,7 @@ end, {ehtml, {link , [ - {id, "cssPrincipale" }, + {id, "mainCss" }, {rel, "stylesheet"}, {href, CSS}, {type, "text/css"}, @@ -33,7 +31,7 @@ ], []} }. - + @@ -46,13 +44,14 @@ + - + - + @@ -74,6 +73,7 @@ + @@ -100,13 +100,11 @@ ) }. -

- + - \ No newline at end of file +